| Server IP : 104.21.84.107 / Your IP : 104.23.243.196 Web Server : Apache/2.4.63 (Ubuntu) System : Linux adminpruebas-Virtual-Machine 6.14.0-37-generic #37-Ubuntu SMP PREEMPT_DYNAMIC Fri Nov 14 22:10:32 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 8.4.5 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/backups/mysql/ |
Upload File : |
-- MySQL dump 10.13 Distrib 8.4.7, for Linux (x86_64)
--
-- Host: localhost Database: congresoictiologia
-- ------------------------------------------------------
-- 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 `cql20_action_log_config`
--
DROP TABLE IF EXISTS `cql20_action_log_config`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_action_log_config` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`type_title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`type_alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`id_holder` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`title_holder` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`table_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`text_prefix` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_action_log_config`
--
LOCK TABLES `cql20_action_log_config` WRITE;
/*!40000 ALTER TABLE `cql20_action_log_config` DISABLE KEYS */;
INSERT INTO `cql20_action_log_config` VALUES (1,'article','com_content.article','id','title','#__content','PLG_ACTIONLOG_JOOMLA'),(2,'article','com_content.form','id','title','#__content','PLG_ACTIONLOG_JOOMLA'),(3,'banner','com_banners.banner','id','name','#__banners','PLG_ACTIONLOG_JOOMLA'),(4,'user_note','com_users.note','id','subject','#__user_notes','PLG_ACTIONLOG_JOOMLA'),(5,'media','com_media.file','','name','','PLG_ACTIONLOG_JOOMLA'),(6,'category','com_categories.category','id','title','#__categories','PLG_ACTIONLOG_JOOMLA'),(7,'menu','com_menus.menu','id','title','#__menu_types','PLG_ACTIONLOG_JOOMLA'),(8,'menu_item','com_menus.item','id','title','#__menu','PLG_ACTIONLOG_JOOMLA'),(9,'newsfeed','com_newsfeeds.newsfeed','id','name','#__newsfeeds','PLG_ACTIONLOG_JOOMLA'),(10,'link','com_redirect.link','id','old_url','#__redirect_links','PLG_ACTIONLOG_JOOMLA'),(11,'tag','com_tags.tag','id','title','#__tags','PLG_ACTIONLOG_JOOMLA'),(12,'style','com_templates.style','id','title','#__template_styles','PLG_ACTIONLOG_JOOMLA'),(13,'plugin','com_plugins.plugin','extension_id','name','#__extensions','PLG_ACTIONLOG_JOOMLA'),(14,'component_config','com_config.component','extension_id','name','','PLG_ACTIONLOG_JOOMLA'),(15,'contact','com_contact.contact','id','name','#__contact_details','PLG_ACTIONLOG_JOOMLA'),(16,'module','com_modules.module','id','title','#__modules','PLG_ACTIONLOG_JOOMLA'),(17,'access_level','com_users.level','id','title','#__viewlevels','PLG_ACTIONLOG_JOOMLA'),(18,'banner_client','com_banners.client','id','name','#__banner_clients','PLG_ACTIONLOG_JOOMLA'),(19,'application_config','com_config.application','','name','','PLG_ACTIONLOG_JOOMLA'),(20,'task','com_scheduler.task','id','title','#__scheduler_tasks','PLG_ACTIONLOG_JOOMLA');
/*!40000 ALTER TABLE `cql20_action_log_config` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_action_logs`
--
DROP TABLE IF EXISTS `cql20_action_logs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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=15285 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_action_logs`
--
LOCK TABLES `cql20_action_logs` WRITE;
/*!40000 ALTER TABLE `cql20_action_logs` DISABLE KEYS */;
INSERT INTO `cql20_action_logs` VALUES (1,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-05 22:09:07','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":236,\"name\":\"plg_system_gantry5\",\"extension_name\":\"plg_system_gantry5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-05 22:09:39','com_installer',393,236,'COM_ACTIONLOGS_DISABLED'),(3,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":237,\"name\":\"plg_quickicon_gantry5\",\"extension_name\":\"plg_quickicon_gantry5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-05 22:09:39','com_installer',393,237,'COM_ACTIONLOGS_DISABLED'),(4,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":238,\"name\":\"plg_gantry5_preset\",\"extension_name\":\"plg_gantry5_preset\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-05 22:09:39','com_installer',393,238,'COM_ACTIONLOGS_DISABLED'),(5,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":239,\"name\":\"mod_gantry5_particle\",\"extension_name\":\"mod_gantry5_particle\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-05 22:09:39','com_installer',393,239,'COM_ACTIONLOGS_DISABLED'),(6,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LIBRARY\",\"id\":240,\"name\":\"Gantry 5 Framework\",\"extension_name\":\"Gantry 5 Framework\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-05 22:09:39','com_installer',393,240,'COM_ACTIONLOGS_DISABLED'),(7,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_FILE\",\"id\":241,\"name\":\"gantry5_nucleus\",\"extension_name\":\"gantry5_nucleus\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-05 22:09:39','com_installer',393,241,'COM_ACTIONLOGS_DISABLED'),(8,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":242,\"name\":\"com_gantry5\",\"extension_name\":\"com_gantry5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-05 22:09:39','com_installer',393,242,'COM_ACTIONLOGS_DISABLED'),(9,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":243,\"name\":\"pkg_gantry5\",\"extension_name\":\"pkg_gantry5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-05 22:09:39','com_installer',393,243,'COM_ACTIONLOGS_DISABLED'),(10,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_TEMPLATE\",\"id\":244,\"name\":\"g5_helium\",\"extension_name\":\"g5_helium\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-05 22:10:28','com_installer',393,244,'COM_ACTIONLOGS_DISABLED'),(11,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"165\",\"title\":\"plg_system_accessibility\",\"extension_name\":\"plg_system_accessibility\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=165\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-05 22:12:10','com_plugins.plugin',393,165,'COM_ACTIONLOGS_DISABLED'),(12,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2023-07-05 22:12:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(13,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"172\",\"title\":\"plg_system_jooa11y\",\"extension_name\":\"plg_system_jooa11y\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=172\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-05 22:12:50','com_plugins.plugin',393,172,'COM_ACTIONLOGS_DISABLED'),(14,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2023-07-05 22:12:50','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(15,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2023-07-05 22:12:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(16,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-06 13:27:20','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(17,'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\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-06 15:43:43','com_menus.item',393,101,'COM_ACTIONLOGS_DISABLED'),(18,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-07-06 15:43:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(19,'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\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-06 15:46:24','com_menus.item',393,101,'COM_ACTIONLOGS_DISABLED'),(20,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":105,\"title\":\"El programa\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=105\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-06 15:52:44','com_menus.item',393,105,'COM_ACTIONLOGS_DISABLED'),(21,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":1,\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-06 15:56:17','com_content.article',393,1,'COM_ACTIONLOGS_DISABLED'),(22,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-06 15:58:56','com_menus.item',393,106,'COM_ACTIONLOGS_DISABLED'),(23,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-06 16:01:07','com_menus.item',393,106,'COM_ACTIONLOGS_DISABLED'),(24,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-06 16:01:12','com_content.article',393,1,'COM_ACTIONLOGS_DISABLED'),(25,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-06 16:01:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(26,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-06 19:18:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(27,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":2,\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-06 20:05:25','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(28,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-06 20:06:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(29,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":107,\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=107\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-06 20:08:04','com_menus.item',393,107,'COM_ACTIONLOGS_DISABLED'),(30,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-07 13:52:09','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(31,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-07 13:52:09','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(32,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 13:59:31','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(33,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 13:59:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(34,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 14:03:05','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(35,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 14:03:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(36,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 14:03:22','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(37,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 14:03:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(38,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 14:08:54','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(39,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 14:08:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(40,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 14:24:53','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(41,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 14:24:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(42,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 14:25:29','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(43,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 14:25:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(44,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 14:30:11','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(45,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 14:30:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(46,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 14:32:27','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(47,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 14:32:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(48,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 14:37:54','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(49,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 14:37:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(50,'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\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 14:38:53','com_config.component',393,19,'COM_ACTIONLOGS_DISABLED'),(51,'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\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 14:39:06','com_config.component',393,19,'COM_ACTIONLOGS_DISABLED'),(52,'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\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 14:39:28','com_config.component',393,19,'COM_ACTIONLOGS_DISABLED'),(53,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:11:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(54,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:11:43','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(55,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:11:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(56,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:13:42','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(57,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:13:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(58,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:14:39','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(59,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:14:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(60,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:28:12','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(61,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:28:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(62,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:31:05','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(63,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:31:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(64,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:36:08','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(65,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:36:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(66,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:38:21','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(67,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:38:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(68,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:39:23','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(69,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:39:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(70,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:39:51','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(71,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:39:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(72,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:40:33','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(73,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:40:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(74,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:41:18','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(75,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:41:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(76,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:45:16','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(77,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:45:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(78,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:46:40','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(79,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:46:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(80,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:47:12','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(81,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:47:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(82,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:47:52','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(83,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:47:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(84,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:49:09','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(85,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:49:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(86,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:49:45','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(87,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:49:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(88,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:50:29','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(89,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:50:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(90,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:51:23','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(91,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:51:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(92,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:52:20','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(93,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:52:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(94,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:58:26','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(95,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:58:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(96,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 15:59:34','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(97,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 15:59:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(98,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 16:02:21','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(99,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 16:02:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(100,'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\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 16:07:42','com_config.component',393,19,'COM_ACTIONLOGS_DISABLED'),(101,'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\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 16:08:21','com_config.component',393,19,'COM_ACTIONLOGS_DISABLED'),(102,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 16:08:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(103,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"1\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-07 16:09:33','com_content.article',393,1,'COM_ACTIONLOGS_DISABLED'),(104,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-07 16:09:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(105,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-10 13:45:10','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(106,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":108,\"title\":\"opal\\u00f1skdfj\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=108\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-11 13:53:21','com_menus.item',393,108,'COM_ACTIONLOGS_DISABLED'),(107,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-07-11 13:55:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(108,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":108,\"title\":\"opal\\u00f1skdfj\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=108\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-11 13:55:22','com_menus.item',393,108,'COM_ACTIONLOGS_DISABLED'),(109,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":108,\"title\":\"opal\\u00f1skdfj\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-11 13:55:50','com_menus.item',393,108,'COM_ACTIONLOGS_DISABLED'),(110,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":109,\"title\":\"Transparencia\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=109\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-11 16:17:10','com_menus.item',393,109,'COM_ACTIONLOGS_DISABLED'),(111,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":109,\"title\":\"Transparencia\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=109\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-11 16:17:30','com_menus.item',393,109,'COM_ACTIONLOGS_DISABLED'),(112,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-07-11 16:20:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(113,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":109,\"title\":\"Transparencia\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=109\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-11 16:20:02','com_menus.item',393,109,'COM_ACTIONLOGS_DISABLED'),(114,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":109,\"title\":\"Transparencia\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-11 16:20:16','com_menus.item',393,109,'COM_ACTIONLOGS_DISABLED'),(115,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-11 19:17:23','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(116,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":110,\"title\":\"prueba\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=110\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-11 19:21:38','com_menus.item',393,110,'COM_ACTIONLOGS_DISABLED'),(117,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 13:25:13','com_config.application',393,0,'COM_ACTIONLOGS_DISABLED'),(118,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 13:27:59','com_config.application',393,0,'COM_ACTIONLOGS_DISABLED'),(119,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-12 13:28:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(120,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-12 13:28:59','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(121,'PLG_ACTIONLOG_JOOMLA_USER_CACHE','{\"action\":\"cache\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"group\":\"all\"}','2023-07-12 13:41:00','com_cache',393,393,'COM_ACTIONLOGS_DISABLED'),(122,'PLG_ACTIONLOG_JOOMLA_USER_CACHE','{\"action\":\"cache\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"group\":\"all\"}','2023-07-12 13:41:08','com_cache',393,393,'COM_ACTIONLOGS_DISABLED'),(123,'PLG_ACTIONLOG_JOOMLA_USER_CACHE','{\"action\":\"cache\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"group\":\"all\"}','2023-07-12 13:41:13','com_cache',393,393,'COM_ACTIONLOGS_DISABLED'),(124,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-12 13:41:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(125,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-12 13:42:09','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(126,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 16:17:50','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(127,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 16:17:50','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(128,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 16:18:32','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(129,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 16:18:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(130,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 19:06:56','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(131,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 19:06:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(132,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 19:08:27','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(133,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 19:08:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(134,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 19:09:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(135,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":3,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 19:13:21','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(136,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 19:14:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(137,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":4,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 19:19:53','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(138,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 19:20:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(139,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 19:20:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(140,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":5,\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 19:24:30','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(141,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 19:24:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(142,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":6,\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 19:26:56','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(143,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 19:27:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(144,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":7,\"title\":\"Plan de Estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 19:31:11','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(145,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de Estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 19:35:21','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(146,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 19:35:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(147,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 19:35:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(148,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 19:36:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(149,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":1,\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 19:36:03','com_content.article',393,1,'COM_ACTIONLOGS_DISABLED'),(150,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":1,\"title\":\"Plan de estudios\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 19:36:30','com_content.article',393,1,'COM_ACTIONLOGS_DISABLED'),(151,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de Estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 19:42:58','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(152,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 19:42:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(153,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 19:43:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(154,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 19:49:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(155,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 20:00:42','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(156,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 20:00:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(157,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 20:00:45','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(158,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 20:00:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(159,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 20:07:09','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(160,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":112,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 21:01:14','com_menus.item',393,112,'COM_ACTIONLOGS_DISABLED'),(161,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":113,\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=113\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 21:01:56','com_menus.item',393,113,'COM_ACTIONLOGS_DISABLED'),(162,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":114,\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=114\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 21:03:05','com_menus.item',393,114,'COM_ACTIONLOGS_DISABLED'),(163,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":8,\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 21:07:47','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(164,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 21:08:14','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(165,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 21:08:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(166,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 21:08:17','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(167,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 21:08:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(168,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 21:08:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(169,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":110,\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=110\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 21:08:36','com_menus.item',393,110,'COM_ACTIONLOGS_DISABLED'),(170,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-07-12 21:08:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(171,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 21:13:54','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(172,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 21:13:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(173,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 21:15:29','com_menus.item',393,106,'COM_ACTIONLOGS_DISABLED'),(174,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-07-12 21:15:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(175,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 21:42:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(176,'PLG_ACTIONLOG_JOOMLA_USER_UPDATE','{\"action\":\"joomlaupdate\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"version\":\"4.3.3\",\"oldversion\":\"Desconocido\"}','2023-07-12 22:00:25','com_joomlaupdate',393,393,'COM_ACTIONLOGS_DISABLED'),(177,'PLG_ACTIONLOG_JOOMLA_USER_UPDATE','{\"action\":\"joomlaupdate\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"version\":\"4.3.3\",\"oldversion\":\"4.3.2\"}','2023-07-12 22:00:25','com_joomlaupdate',393,393,'COM_ACTIONLOGS_DISABLED'),(178,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-07-12 22:05:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(179,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 22:06:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(180,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":105,\"title\":\"El programa\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=105\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 22:07:39','com_menus.item',393,105,'COM_ACTIONLOGS_DISABLED'),(181,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-07-12 22:07:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(182,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":105,\"title\":\"El programa\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=105\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-12 22:09:35','com_menus.item',393,105,'COM_ACTIONLOGS_DISABLED'),(183,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-12 22:19:16','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(184,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-07-12 22:19:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(185,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-12 22:19:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(186,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-13 12:55:50','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(187,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 12:56:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(188,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 12:59:10','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(189,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 12:59:51','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(190,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 12:59:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(191,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 13:00:01','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(192,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 13:00:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(193,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 13:01:00','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(194,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 13:01:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(195,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 13:02:57','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(196,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 13:02:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(197,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 13:05:02','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(198,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 13:05:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(199,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 13:08:39','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(200,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 13:08:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(201,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 13:09:38','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(202,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 13:09:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(203,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 13:11:37','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(204,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 13:11:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(205,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 13:12:42','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(206,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 13:12:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(207,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 13:13:37','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(208,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 13:13:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(209,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 13:14:24','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(210,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 13:14:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(211,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 13:18:34','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(212,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 13:18:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(213,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 13:22:09','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(214,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 13:22:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(215,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 13:22:41','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(216,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 13:22:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(217,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 13:24:03','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(218,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 13:24:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(219,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 13:28:05','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(220,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 13:28:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(221,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 13:41:35','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(222,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 13:41:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(223,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 13:55:32','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(224,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 13:55:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(225,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:03:28','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(226,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:03:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(227,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:07:32','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(228,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:07:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(229,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:11:28','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(230,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:11:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(231,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:12:06','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(232,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:12:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(233,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:13:51','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(234,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:13:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(235,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:15:01','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(236,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:15:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(237,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:19:17','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(238,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:19:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(239,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:26:19','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(240,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:26:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(241,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:33:36','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(242,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:33:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(243,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:35:31','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(244,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:35:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(245,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:36:35','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(246,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:36:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(247,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:37:17','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(248,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:37:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(249,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:38:13','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(250,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:38:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(251,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:40:39','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(252,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:40:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(253,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:41:20','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(254,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:41:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(255,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:42:00','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(256,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:42:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(257,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:43:09','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(258,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:43:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(259,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:47:19','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(260,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:47:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(261,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:50:21','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(262,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:50:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(263,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:51:03','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(264,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:51:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(265,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:52:15','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(266,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:52:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(267,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:52:55','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(268,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:52:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(269,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:54:21','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(270,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:54:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(271,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:55:00','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(272,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:55:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(273,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:56:33','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(274,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:56:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(275,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 14:57:25','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(276,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 14:57:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(277,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 15:01:52','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(278,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 15:01:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(279,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 15:30:31','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(280,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 15:30:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(281,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 15:31:22','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(282,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 15:31:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(283,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 15:32:26','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(284,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 15:32:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(285,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 15:34:38','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(286,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 15:34:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(287,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 15:36:21','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(288,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 15:36:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(289,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 15:38:19','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(290,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 15:38:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(291,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 15:57:32','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(292,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 15:57:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(293,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 15:59:39','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(294,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 15:59:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(295,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 16:02:03','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(296,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 16:02:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(297,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 16:03:36','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(298,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 16:03:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(299,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 16:06:39','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(300,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 16:06:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(301,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 16:11:46','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(302,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 16:11:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(303,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 16:14:02','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(304,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 16:14:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(305,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 16:15:24','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(306,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 16:15:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(307,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 16:17:37','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(308,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 16:17:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(309,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 16:18:20','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(310,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 16:18:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(311,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 16:20:42','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(312,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 16:20:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(313,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 16:22:26','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(314,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 16:22:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(315,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 16:23:04','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(316,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 16:23:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(317,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 16:24:48','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(318,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 16:24:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(319,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 16:26:24','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(320,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 16:26:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(321,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 16:28:18','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(322,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 16:28:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(323,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 16:29:57','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(324,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 16:29:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(325,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 16:30:44','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(326,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 16:30:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(327,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 19:07:24','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(328,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 19:07:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(329,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 19:11:22','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(330,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 19:11:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(331,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 19:14:32','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(332,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-13 19:14:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(333,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":1,\"title\":\"Oscar Manuel Agudelo Varela\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 19:24:54','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(334,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-13 19:25:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(335,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":107,\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=107\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 19:25:59','com_menus.item',393,107,'COM_ACTIONLOGS_DISABLED'),(336,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-07-13 19:25:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(337,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Oscar Manuel Agudelo Varela\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 19:27:32','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(338,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-13 19:27:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(339,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-13 19:31:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(340,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2023-07-13 19:34:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(341,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":95,\"title\":\"plg_captcha_recaptcha\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=95\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 19:34:53','com_plugins.plugin',393,95,'COM_ACTIONLOGS_DISABLED'),(342,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 19:35:54','com_config.application',393,0,'COM_ACTIONLOGS_DISABLED'),(343,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 19:38:20','com_config.application',393,0,'COM_ACTIONLOGS_DISABLED'),(344,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-13 21:25:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(345,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2023-07-13 21:37:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(346,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 21:41:50','com_config.application',393,0,'COM_ACTIONLOGS_DISABLED'),(347,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Oscar Manuel Agudelo Varela\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 21:46:23','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(348,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-13 21:46:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(349,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Oscar Manuel Agudelo Varela\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 21:47:23','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(350,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-13 21:47:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(351,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Oscar Manuel Agudelo Varela\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 21:48:29','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(352,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-13 21:48:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(353,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Oscar Manuel Agudelo Varela\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 21:49:52','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(354,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-13 21:49:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(355,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Oscar Manuel Agudelo Varela\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 21:51:46','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(356,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-13 21:51:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(357,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Oscar Manuel Agudelo Varela\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 21:52:23','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(358,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-13 21:52:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(359,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Oscar Manuel Agudelo Varela\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 21:53:11','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(360,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-13 21:53:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(361,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Oscar Manuel Agudelo Varela\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 21:54:24','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(362,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-13 21:54:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(363,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Oscar Manuel Agudelo Varela\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 21:57:33','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(364,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-13 21:57:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(365,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-13 21:58:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(366,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 21:59:16','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(367,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 21:59:53','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(368,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 22:00:25','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(369,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 22:02:03','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(370,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 22:02:20','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(371,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-13 22:03:05','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(372,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-14 19:19:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(373,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-14 19:30:26','com_config.application',393,0,'COM_ACTIONLOGS_DISABLED'),(374,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-14 21:37:08','com_config.application',393,0,'COM_ACTIONLOGS_DISABLED'),(375,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-14 21:41:57','com_config.application',393,0,'COM_ACTIONLOGS_DISABLED'),(376,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Oscar Manuel Agudelo Varela\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-14 21:40:57','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(377,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-14 21:50:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(378,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-14 21:51:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(379,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-14 21:51:28','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(380,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-14 21:51:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(381,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-14 21:55:42','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(382,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-14 21:57:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(383,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":107,\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=107\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-14 21:58:04','com_menus.item',393,107,'COM_ACTIONLOGS_DISABLED'),(384,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-07-14 21:58:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(385,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-14 22:03:18','com_config.application',393,0,'COM_ACTIONLOGS_DISABLED'),(386,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-14 22:03:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(387,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":107,\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=107\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-14 22:04:36','com_menus.item',393,107,'COM_ACTIONLOGS_DISABLED'),(388,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-07-14 22:04:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(389,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-14 22:15:06','com_config.application',393,0,'COM_ACTIONLOGS_DISABLED'),(390,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-14 22:21:37','com_config.application',393,0,'COM_ACTIONLOGS_DISABLED'),(391,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"95\",\"title\":\"plg_captcha_recaptcha\",\"extension_name\":\"plg_captcha_recaptcha\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=95\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 13:27:59','com_plugins.plugin',393,95,'COM_ACTIONLOGS_DISABLED'),(392,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2023-07-15 13:27:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(393,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"95\",\"title\":\"plg_captcha_recaptcha\",\"extension_name\":\"plg_captcha_recaptcha\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=95\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 13:42:55','com_plugins.plugin',393,95,'COM_ACTIONLOGS_DISABLED'),(394,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2023-07-15 13:42:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(395,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"95\",\"title\":\"plg_captcha_recaptcha\",\"extension_name\":\"plg_captcha_recaptcha\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=95\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 13:43:06','com_plugins.plugin',393,95,'COM_ACTIONLOGS_DISABLED'),(396,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2023-07-15 13:43:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(397,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"95\",\"title\":\"plg_captcha_recaptcha\",\"extension_name\":\"plg_captcha_recaptcha\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=95\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 14:27:39','com_plugins.plugin',393,95,'COM_ACTIONLOGS_DISABLED'),(398,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2023-07-15 14:27:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(399,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"95\",\"title\":\"plg_captcha_recaptcha\",\"extension_name\":\"plg_captcha_recaptcha\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=95\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 14:59:26','com_plugins.plugin',393,95,'COM_ACTIONLOGS_DISABLED'),(400,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2023-07-15 14:59:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(401,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"95\",\"title\":\"plg_captcha_recaptcha\",\"extension_name\":\"plg_captcha_recaptcha\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=95\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 15:25:14','com_plugins.plugin',393,95,'COM_ACTIONLOGS_DISABLED'),(402,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2023-07-15 15:25:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(403,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"95\",\"title\":\"plg_captcha_recaptcha\",\"extension_name\":\"plg_captcha_recaptcha\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=95\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 16:02:52','com_plugins.plugin',393,95,'COM_ACTIONLOGS_DISABLED'),(404,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2023-07-15 16:02:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(405,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2023-07-15 16:02:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(406,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":95,\"title\":\"plg_captcha_recaptcha\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=95\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 16:02:58','com_plugins.plugin',393,95,'COM_ACTIONLOGS_DISABLED'),(407,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2023-07-15 16:03:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(408,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":95,\"title\":\"plg_captcha_recaptcha\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=95\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 16:03:01','com_plugins.plugin',393,95,'COM_ACTIONLOGS_DISABLED'),(409,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Especializaci\\u00f3n en ingenieria del software\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 16:51:58','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(410,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-15 16:51:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(411,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Especializaci\\u00f3n en ingenier\\u00eda del software\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 16:53:00','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(412,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-15 16:53:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(413,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Especializaci\\u00f3n en ingenier\\u00eda del software\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 16:54:53','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(414,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-15 16:54:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(415,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__categories\"}','2023-07-15 16:56:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(416,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 16:57:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(417,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Especializaci\\u00f3n en ingenier\\u00eda del software\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 16:57:46','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(418,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-15 16:57:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(419,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-15 16:58:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(420,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 16:58:56','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(421,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 17:00:34','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(422,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 17:00:57','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(423,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:01:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(424,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:05:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(425,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:06:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(426,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:06:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(427,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:07:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(428,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:07:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(429,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Especializaci\\u00f3n en ingenier\\u00eda del software\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 17:08:45','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(430,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-15 17:08:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(431,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Especializaci\\u00f3n en ingenier\\u00eda del software\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 17:10:30','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(432,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-15 17:10:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(433,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Especializaci\\u00f3n en ingenier\\u00eda del software\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 17:13:18','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(434,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-15 17:13:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(435,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 17:14:22','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(436,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-15 17:14:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(437,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-15 17:15:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(438,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 17:18:03','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(439,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-15 17:18:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(440,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 17:20:47','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(441,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 17:21:57','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(442,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:23:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(443,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:29:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(444,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:30:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(445,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:45:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(446,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:46:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(447,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:47:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(448,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:47:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(449,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:47:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(450,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:51:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(451,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:53:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(452,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:54:50','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(453,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:56:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(454,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-15 17:56:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(455,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-07-15 17:57:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(456,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:58:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(457,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 17:58:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(458,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 18:00:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(459,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 18:00:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(460,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-15 18:02:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(461,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 18:06:34','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(462,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 18:10:19','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(463,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 18:10:19','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(464,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 18:11:59','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(465,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 18:14:44','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(466,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 18:15:39','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(467,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-15 18:27:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(468,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-15 18:29:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(469,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-15 18:31:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(470,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-15 18:31:36','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(471,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Especializaci\\u00f3n en ingenier\\u00eda del software\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 18:33:45','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(472,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-15 18:33:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(473,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-15 18:33:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(474,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 18:46:28','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(475,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 18:47:54','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(476,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-15 18:50:51','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(477,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 18:51:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(478,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 18:52:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(479,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 18:53:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(480,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-15 18:54:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(481,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-17 12:24:20','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(482,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-17 12:26:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(483,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-17 12:27:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(484,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-17 12:33:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(485,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-17 12:47:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(486,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-17 12:47:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(487,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 12:58:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(488,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 13:01:25','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(489,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 13:01:46','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(490,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 13:02:04','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(491,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 13:03:02','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(492,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 13:03:37','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(493,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 13:04:11','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(494,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 13:04:19','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(495,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-17 13:04:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(496,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-17 13:04:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(497,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-17 13:04:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(498,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-07-17 13:04:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(499,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 13:05:38','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(500,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Especializaci\\u00f3n en ingenier\\u00eda del software\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 13:06:53','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(501,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-17 13:06:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(502,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-17 13:07:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(503,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 13:08:14','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(504,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 13:08:29','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(505,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 13:08:44','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(506,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 13:10:11','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(507,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":7,\"title\":\"com_contact\",\"extension_name\":\"com_contact\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 13:10:40','com_config.component',393,7,'COM_ACTIONLOGS_DISABLED'),(508,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-17 13:12:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(509,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Formulario de contacto\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 13:12:39','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(510,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-17 13:12:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(511,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-07-17 13:13:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(512,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 15:26:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(513,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 16:27:42','com_config.application',393,0,'COM_ACTIONLOGS_DISABLED'),(514,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 16:36:27','com_config.application',393,0,'COM_ACTIONLOGS_DISABLED'),(515,'PLG_ACTIONLOG_JOOMLA_APPLICATION_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_APPLICATION_CONFIG\",\"extension_name\":\"com_config.application\",\"itemlink\":\"index.php?option=com_config\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 16:37:17','com_config.application',393,0,'COM_ACTIONLOGS_DISABLED'),(516,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 16:54:52','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(517,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 16:54:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(518,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 16:55:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(519,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":115,\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=115\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 16:57:11','com_menus.item',393,115,'COM_ACTIONLOGS_DISABLED'),(520,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 17:13:22','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(521,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 17:13:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(522,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 17:52:53','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(523,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 17:52:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(524,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 17:53:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(525,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 17:54:59','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(526,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 17:55:31','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(527,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 17:55:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(528,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 17:56:54','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(529,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 17:56:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(530,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 18:00:05','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(531,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 18:00:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(532,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 18:02:07','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(533,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 18:02:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(534,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 18:07:09','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(535,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 18:07:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(536,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 18:07:27','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(537,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 18:07:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(538,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 18:09:16','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(539,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 18:09:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(540,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 18:10:53','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(541,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 18:10:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(542,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 18:13:40','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(543,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 18:13:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(544,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 18:16:47','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(545,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 18:16:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(546,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 18:20:43','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(547,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 18:20:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(548,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 19:29:21','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(549,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 19:29:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(550,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 19:30:46','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(551,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 19:30:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(552,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-17 19:31:45','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(553,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-17 19:31:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(554,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-18 12:21:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(555,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":116,\"title\":\"Docentes\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=116\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-18 12:28:57','com_menus.item',393,116,'COM_ACTIONLOGS_DISABLED'),(556,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-07-18 12:38:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(557,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":116,\"title\":\"Docentes\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=116\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-18 12:38:55','com_menus.item',393,116,'COM_ACTIONLOGS_DISABLED'),(558,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-07-18 12:38:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(559,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":116,\"title\":\"Docentes\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=116\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-18 13:02:34','com_menus.item',393,116,'COM_ACTIONLOGS_DISABLED'),(560,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-18 18:53:42','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(561,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-19 19:19:06','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(562,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-19 19:40:17','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(563,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-24 12:33:28','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(564,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-24 12:36:33','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(565,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-24 12:38:58','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(566,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 12:43:05','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(567,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 12:43:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(568,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 12:48:45','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(569,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 12:48:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(570,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 12:50:37','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(571,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 12:50:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(572,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 12:52:44','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(573,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 12:52:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(574,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 12:54:06','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(575,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 12:54:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(576,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 12:55:08','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(577,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 12:55:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(578,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 12:56:25','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(579,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 12:56:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(580,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 12:57:11','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(581,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 12:57:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(582,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 13:26:14','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(583,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 13:26:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(584,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 13:26:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(585,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 13:27:21','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(586,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 13:27:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(587,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 13:27:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(588,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 13:30:15','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(589,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 13:30:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(590,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 13:30:57','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(591,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 13:30:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(592,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 13:32:07','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(593,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 13:32:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(594,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 13:32:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(595,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 13:34:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(596,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 13:36:14','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(597,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 13:36:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(598,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 13:36:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(599,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 14:12:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(600,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 14:15:00','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(601,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 14:15:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(602,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 14:17:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(603,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 15:14:14','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(604,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 15:14:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(605,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 15:20:04','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(606,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 15:20:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(607,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 15:31:01','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(608,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 15:31:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(609,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 15:32:29','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(610,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 15:32:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(611,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 15:35:07','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(612,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 15:35:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(613,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 15:41:10','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(614,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 15:41:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(615,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 15:42:34','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(616,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 15:42:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(617,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 15:43:09','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(618,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 15:43:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(619,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 15:44:18','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(620,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 15:44:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(621,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 15:45:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(622,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de Estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:00:33','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(623,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:00:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(624,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:01:40','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(625,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:01:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(626,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizacion de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:04:27','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(627,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:04:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(628,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:04:52','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(629,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:04:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(630,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:09:58','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(631,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:09:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(632,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:10:40','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(633,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:10:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(634,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:19:56','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(635,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:19:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(636,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:20:20','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(637,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:20:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(638,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:21:23','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(639,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:21:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(640,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:22:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(641,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:25:18','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(642,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:25:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(643,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:26:50','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(644,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:26:50','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(645,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:27:41','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(646,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:27:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(647,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:28:47','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(648,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:28:49','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(649,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:28:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(650,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:28:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(651,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:30:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(652,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:33:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(653,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:33:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(654,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:34:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(655,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:35:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(656,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:36:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(657,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:38:20','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(658,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:38:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(659,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:38:57','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(660,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:38:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(661,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:39:44','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(662,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:39:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(663,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:40:39','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(664,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:40:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(665,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:40:54','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(666,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:40:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(667,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:41:27','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(668,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:41:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(669,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:41:48','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(670,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:41:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(671,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 16:46:14','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(672,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 16:46:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(673,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 17:28:33','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(674,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 17:28:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(675,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 17:31:04','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(676,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 17:31:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(677,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 17:42:13','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(678,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 17:42:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(679,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 17:42:40','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(680,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 17:42:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(681,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 17:53:21','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(682,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 17:53:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(683,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 17:54:07','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(684,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 17:54:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(685,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 17:55:16','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(686,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 17:55:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(687,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 17:55:53','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(688,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 17:55:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(689,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 17:56:51','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(690,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 17:56:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(691,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Estructura y organizaci\\u00f3n de los contenidos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 18:02:36','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(692,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 18:02:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(693,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 18:34:28','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(694,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 18:34:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(695,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 18:41:13','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(696,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 18:41:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(697,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 18:43:52','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(698,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 18:43:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(699,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 18:45:56','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(700,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 18:45:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(701,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 18:47:29','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(702,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 18:47:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(703,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 18:50:55','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(704,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 18:50:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(705,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 18:51:28','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(706,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 18:51:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(707,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 18:52:26','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(708,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 18:52:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(709,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 18:53:02','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(710,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 18:53:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(711,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 18:54:00','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(712,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 18:54:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(713,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 18:55:48','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(714,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 18:55:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(715,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 18:56:27','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(716,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 18:56:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(717,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 18:57:16','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(718,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 18:57:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(719,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 18:57:59','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(720,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 18:57:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(721,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 18:58:47','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(722,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 18:58:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(723,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 18:59:27','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(724,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 18:59:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(725,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 18:59:59','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(726,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 18:59:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(727,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 19:00:45','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(728,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 19:00:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(729,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 19:01:16','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(730,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 19:01:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(731,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 19:02:00','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(732,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 19:02:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(733,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 19:02:34','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(734,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 19:02:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(735,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 19:06:31','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(736,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 19:06:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(737,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 19:31:19','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(738,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 19:31:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(739,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 19:31:52','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(740,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 19:31:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(741,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 19:32:35','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(742,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 19:32:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(743,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 19:33:22','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(744,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 19:33:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(745,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 19:34:00','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(746,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 19:34:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(747,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 19:35:50','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(748,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 19:35:50','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(749,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 19:36:23','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(750,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 19:36:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(751,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 19:37:10','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(752,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 19:37:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(753,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 19:37:54','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(754,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 19:37:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(755,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 19:38:24','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(756,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 19:38:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(757,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 19:38:44','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(758,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 19:38:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(759,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 19:39:22','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(760,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 19:39:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(761,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-24 19:40:23','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(762,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-24 19:40:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(763,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-25 12:23:59','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(764,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-25 12:23:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(765,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-25 13:03:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(766,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-25 14:45:58','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(767,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-25 16:22:28','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(768,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-25 16:22:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(769,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-25 16:25:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(770,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-25 16:26:56','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(771,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-25 16:26:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(772,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-25 16:27:53','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(773,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-25 16:27:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(774,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-25 16:29:11','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(775,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-25 16:29:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(776,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-25 16:29:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(777,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-25 16:30:16','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(778,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-25 16:30:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(779,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-25 16:30:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(780,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-25 16:36:05','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(781,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-25 16:36:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(782,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-26 18:47:16','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(783,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-26 18:47:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(784,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-26 19:23:18','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(785,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-26 19:23:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(786,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-26 19:25:44','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(787,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-26 19:25:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(788,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-26 19:26:32','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(789,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-26 19:26:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(790,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-26 19:28:12','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(791,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-26 19:28:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(792,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-26 19:28:42','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(793,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-26 19:28:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(794,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-26 19:30:28','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(795,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-26 19:30:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(796,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-26 19:30:51','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(797,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-26 19:30:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(798,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-26 19:32:14','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(799,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-26 19:32:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(800,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-26 19:33:06','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(801,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-26 19:33:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(802,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-26 19:33:35','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(803,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-26 19:33:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(804,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-26 19:33:58','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(805,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-26 19:33:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(806,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-26 19:44:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(807,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-27 14:21:32','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(808,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-27 14:47:43','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(809,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-27 14:53:09','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(810,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-27 14:53:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(811,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-27 14:55:13','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(812,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-27 14:55:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(813,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-27 14:56:46','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(814,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-27 14:56:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(815,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-27 15:05:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(816,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-28 15:00:36','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(817,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 15:48:54','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(818,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 15:48:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(819,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 15:56:55','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(820,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 15:56:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(821,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 15:57:05','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(822,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 15:57:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(823,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 15:58:28','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(824,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 15:58:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(825,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 16:06:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(826,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 16:19:34','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(827,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 16:19:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(828,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 16:21:35','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(829,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 16:21:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(830,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 16:47:07','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(831,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 16:47:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(832,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 17:57:32','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(833,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 17:57:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(834,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:00:18','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(835,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:00:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(836,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:02:55','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(837,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:02:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(838,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:03:16','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(839,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:03:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(840,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:03:35','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(841,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:03:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(842,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:03:48','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(843,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:03:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(844,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:04:08','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(845,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:04:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(846,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:04:20','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(847,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:04:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(848,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:04:42','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(849,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:04:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(850,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:04:59','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(851,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:04:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(852,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:05:20','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(853,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:05:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(854,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:06:00','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(855,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:06:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(856,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:06:56','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(857,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:06:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(858,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:09:33','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(859,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:09:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(860,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:10:13','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(861,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:10:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(862,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:10:41','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(863,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:10:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(864,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:11:29','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(865,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:11:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(866,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:12:06','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(867,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:12:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(868,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:12:22','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(869,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:12:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(870,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:12:53','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(871,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:12:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(872,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:15:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(873,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 18:15:58','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(874,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:15:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(875,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 18:44:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(876,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 19:06:22','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(877,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 19:06:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(878,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-28 19:09:54','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(879,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 19:09:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(880,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-28 19:10:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(881,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-31 12:20:22','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(882,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 13:29:28','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(883,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 13:29:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(884,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 13:33:21','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(885,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 13:33:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(886,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 13:33:41','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(887,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 13:33:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(888,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 13:39:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(889,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-07-31 13:41:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(890,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":116,\"title\":\"Docentes\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=116\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 13:41:19','com_menus.item',393,116,'COM_ACTIONLOGS_DISABLED'),(891,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-31 15:52:44','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(892,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-31 15:52:48','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(893,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 16:10:17','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(894,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 16:10:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(895,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 16:14:31','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(896,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 16:14:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(897,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 16:15:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(898,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 16:19:44','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(899,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 16:19:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(900,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 16:20:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(901,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 16:41:29','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(902,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 16:41:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(903,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 16:42:33','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(904,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 16:42:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(905,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 16:43:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(906,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 16:44:03','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(907,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 16:44:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(908,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 16:45:01','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(909,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 16:45:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(910,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 16:45:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(911,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 16:45:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(912,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 16:45:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(913,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 16:46:16','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(914,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 16:46:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(915,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 16:46:57','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(916,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 16:46:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(917,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 16:48:39','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(918,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 16:48:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(919,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 16:50:02','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(920,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 16:50:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(921,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 16:51:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(922,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 17:53:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(923,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 17:54:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(924,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":6,\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 17:54:43','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(925,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 17:54:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(926,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":6,\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 17:54:51','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(927,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 17:54:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(928,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":4,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 17:54:56','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(929,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 17:55:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(930,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":5,\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 17:55:03','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(931,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 17:55:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(932,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":5,\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 17:55:07','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(933,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-07-31 18:26:24','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(934,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 19:03:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(935,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-07-31 19:42:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(936,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":112,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 19:42:22','com_menus.item',393,112,'COM_ACTIONLOGS_DISABLED'),(937,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 19:49:59','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(938,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 19:49:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(939,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 19:53:01','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(940,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 19:53:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(941,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-07-31 19:53:36','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(942,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-07-31 19:53:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(943,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-01 13:03:55','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(944,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-01 13:04:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(945,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-01 13:04:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(946,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-01 13:05:03','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(947,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-01 13:05:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(948,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-01 13:07:56','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(949,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-01 13:07:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(950,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-01 13:13:36','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(951,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-01 13:13:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(952,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-01 13:16:11','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(953,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-01 13:16:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(954,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-01 13:18:19','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(955,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-01 13:18:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(956,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-01 13:25:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(957,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-01 13:36:24','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(958,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-01 13:37:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(959,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-01 13:37:47','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(960,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-02 13:10:55','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(961,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-02 13:34:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(962,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-02 13:34:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(963,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-02 13:35:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(964,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-02 13:35:36','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(965,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-02 13:36:35','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(966,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-08 14:52:45','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(967,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-10 22:04:30','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(968,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-10 22:11:44','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(969,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-10 22:14:56','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(970,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-11 19:01:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(971,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-11 19:01:41','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(972,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-16 13:32:26','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(973,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-17 14:55:35','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(974,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-24 13:39:32','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(975,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-24 13:50:05','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(976,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 13:50:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(977,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-24 13:50:50','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(978,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 13:50:50','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(979,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 13:51:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(980,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-24 13:52:04','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(981,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 13:52:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(982,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 13:52:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(983,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 13:53:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(984,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":3,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-24 13:53:24','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(985,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 13:53:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(986,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-24 14:21:00','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(987,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 14:21:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(988,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-24 14:22:13','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(989,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 14:22:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(990,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-24 14:24:34','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(991,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 14:24:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(992,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 15:25:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(993,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-24 15:26:39','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(994,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 15:26:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(995,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-24 15:30:14','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(996,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 15:30:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(997,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 15:30:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(998,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-24 15:34:59','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(999,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 15:34:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1000,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 15:38:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1001,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-08-24 15:38:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1002,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-24 15:38:52','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(1003,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-24 16:03:16','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1004,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-24 16:04:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(1005,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-24 16:04:59','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1006,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-24 20:28:07','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1007,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-24 20:52:38','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1008,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 20:52:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1009,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 20:53:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1010,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-24 20:53:39','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1011,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 20:53:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1012,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 20:53:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1013,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-24 21:09:07','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1014,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 21:09:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1015,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-24 21:10:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1016,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"95\",\"title\":\"plg_captcha_recaptcha\",\"extension_name\":\"plg_captcha_recaptcha\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=95\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-24 21:19:06','com_plugins.plugin',393,95,'COM_ACTIONLOGS_DISABLED'),(1017,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2023-08-24 21:19:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1018,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2023-08-24 21:19:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1019,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-25 13:34:35','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1020,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 13:36:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1021,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":3,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-25 13:36:55','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1022,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-25 13:37:36','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1023,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 13:37:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1024,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 13:38:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1025,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-25 13:41:00','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1026,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 13:41:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1027,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 13:42:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1028,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-25 13:42:38','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1029,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 13:42:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1030,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 13:42:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1031,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-25 13:49:59','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1032,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 13:49:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1033,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 13:50:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1034,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 13:53:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1035,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-08-25 13:54:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1036,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-25 13:54:18','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(1037,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-25 14:26:48','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1038,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 14:26:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1039,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-25 14:28:43','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1040,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 14:28:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1041,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 14:31:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1042,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 14:41:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1043,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-25 20:15:28','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1044,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-25 20:45:44','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1045,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 20:49:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1046,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 20:50:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1047,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":3,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-25 20:50:04','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1048,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-08-25 20:50:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1049,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-08-25 20:50:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1050,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-25 20:50:19','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(1051,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 20:51:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1052,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 20:51:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1053,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-25 20:52:39','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1054,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 20:52:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1055,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 20:53:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1056,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-25 20:53:47','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1057,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 20:53:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1058,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 20:54:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1059,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-25 20:55:37','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1060,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 20:55:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1061,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 20:56:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1062,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 20:59:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1063,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-25 21:00:45','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1064,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 21:00:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1065,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-25 21:17:32','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1066,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 21:17:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1067,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-25 21:18:32','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1068,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 21:18:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1069,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-25 21:18:45','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1070,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 21:18:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1071,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-25 21:18:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1072,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-31 19:34:01','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1073,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-08-31 19:53:56','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1074,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-31 20:12:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1075,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":3,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-31 20:12:08','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1076,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-31 20:12:56','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1077,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-31 20:12:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1078,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-31 20:13:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1079,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-31 20:14:44','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1080,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-31 20:14:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1081,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-31 20:14:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1082,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-31 20:17:40','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1083,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-31 20:17:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1084,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-31 20:19:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1085,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-31 20:22:12','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1086,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-31 20:22:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1087,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-08-31 20:23:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1088,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-08-31 20:24:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1089,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-08-31 20:24:29','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(1090,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-01 15:08:24','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1091,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 15:26:53','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1092,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 15:26:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1093,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 15:27:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1094,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":4,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 15:27:07','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(1095,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 15:27:34','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(1096,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 15:27:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1097,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 15:27:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1098,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 15:28:28','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1099,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 15:28:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1100,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 15:28:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1101,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 15:30:09','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1102,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 15:30:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1103,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 15:31:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1104,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":9,\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 15:32:31','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1105,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 15:34:48','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1106,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 15:34:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1107,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 15:35:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1108,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-01 15:36:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1109,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":112,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 15:36:33','com_menus.item',393,112,'COM_ACTIONLOGS_DISABLED'),(1110,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":117,\"title\":\"L\\u00edneas de investigaci\\u00f3n \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=117\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 15:37:43','com_menus.item',393,117,'COM_ACTIONLOGS_DISABLED'),(1111,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 16:02:12','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1112,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 16:02:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1113,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 16:03:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1114,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 16:08:44','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1115,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 16:08:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1116,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 16:10:18','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1117,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 16:10:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1118,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-01 19:27:28','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1119,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-01 19:59:58','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1120,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 20:15:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1121,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":9,\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 20:15:27','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1122,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 20:20:58','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1123,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 20:20:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1124,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 20:21:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1125,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 20:23:13','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1126,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 20:23:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1127,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 20:23:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1128,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 20:24:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1129,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":4,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 20:24:16','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(1130,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 20:25:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1131,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":3,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 20:25:29','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1132,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 20:30:53','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1133,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 20:30:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1134,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 20:32:26','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1135,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 20:32:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1136,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 20:36:31','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1137,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 20:36:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1138,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 20:37:09','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1139,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 20:37:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1140,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 20:39:55','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1141,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 20:39:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1142,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 20:41:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1143,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 20:41:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1144,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-01 20:44:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1145,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 20:44:44','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(1146,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-01 20:44:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1147,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":112,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 20:44:48','com_menus.item',393,112,'COM_ACTIONLOGS_DISABLED'),(1148,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-01 20:44:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1149,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":117,\"title\":\"L\\u00edneas de investigaci\\u00f3n \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=117\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 20:44:55','com_menus.item',393,117,'COM_ACTIONLOGS_DISABLED'),(1150,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-01 20:46:54','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1151,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-01 20:46:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1152,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-04 20:48:32','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1153,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-04 21:15:54','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1154,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-05 12:44:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1155,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 12:44:54','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(1156,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-05 12:44:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1157,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":112,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 12:44:58','com_menus.item',393,112,'COM_ACTIONLOGS_DISABLED'),(1158,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-05 12:45:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1159,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":117,\"title\":\"L\\u00edneas de investigaci\\u00f3n \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=117\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 12:45:08','com_menus.item',393,117,'COM_ACTIONLOGS_DISABLED'),(1160,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 12:49:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1161,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":3,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 12:49:05','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1162,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 12:50:10','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1163,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 12:50:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1164,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 12:50:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1165,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 12:55:13','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1166,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 12:55:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1167,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 12:55:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1168,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 12:56:36','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1169,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 12:56:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1170,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 12:56:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1171,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-05 13:33:49','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1172,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 13:42:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1173,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":4,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 13:42:04','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(1174,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"L\\u00edneas de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 13:45:34','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(1175,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 13:45:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1176,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 13:47:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1177,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 13:48:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1178,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":4,\"title\":\"L\\u00edneas de investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 13:48:05','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(1179,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 13:48:29','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(1180,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 13:48:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1181,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 13:48:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1182,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":9,\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 13:48:36','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1183,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 13:48:49','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1184,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 13:48:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1185,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 13:48:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1186,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 13:50:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1187,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":10,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 13:53:14','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1188,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 13:53:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1189,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 14:02:01','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1190,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 14:02:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1191,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 14:08:24','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1192,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 14:08:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1193,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 14:10:34','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1194,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 14:10:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1195,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 14:11:14','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1196,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 14:11:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1197,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 14:11:57','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1198,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 14:11:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1199,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 14:12:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1200,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-05 14:16:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1201,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":112,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 14:16:44','com_menus.item',393,112,'COM_ACTIONLOGS_DISABLED'),(1202,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 14:33:34','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1203,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 14:33:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1204,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 14:33:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1205,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 14:35:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1206,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-05 14:55:50','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1207,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 15:01:58','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1208,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 15:01:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1209,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 15:04:20','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1210,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 15:04:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1211,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-05 15:23:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1212,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":118,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=118\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 15:24:58','com_menus.item',393,118,'COM_ACTIONLOGS_DISABLED'),(1213,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":118,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=118\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 15:25:58','com_menus.item',393,118,'COM_ACTIONLOGS_DISABLED'),(1214,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-05 15:25:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1215,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-05 15:44:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1216,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":116,\"title\":\"Docentes\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=116\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-05 15:44:18','com_menus.item',393,116,'COM_ACTIONLOGS_DISABLED'),(1217,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-05 16:07:28','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1218,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-06 13:30:11','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1219,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 13:34:48','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1220,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:34:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1221,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:35:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1222,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 13:35:57','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1223,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:35:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1224,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:36:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1225,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 13:36:32','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1226,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:36:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1227,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:36:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1228,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 13:42:59','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1229,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:42:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1230,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 13:49:30','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1231,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:49:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1232,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 13:51:52','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1233,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:51:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1234,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 13:52:20','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1235,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:52:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1236,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 13:53:46','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1237,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:53:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1238,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 13:54:11','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1239,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:54:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1240,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 13:54:43','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1241,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:54:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1242,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 13:55:08','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1243,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:55:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1244,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 13:55:26','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1245,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:55:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1246,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 13:55:46','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1247,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:55:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1248,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 13:56:21','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1249,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:56:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1250,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 13:57:01','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1251,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:57:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1252,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 13:57:42','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1253,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 13:57:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1254,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:00:43','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1255,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 14:00:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1256,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:01:08','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1257,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 14:01:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1258,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:01:26','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1259,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 14:01:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1260,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:02:13','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1261,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 14:02:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1262,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:02:37','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1263,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 14:02:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1264,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:03:00','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1265,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 14:03:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1266,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:03:15','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1267,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 14:03:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1268,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:03:41','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1269,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 14:03:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1270,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:04:12','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1271,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 14:04:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1272,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:04:34','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1273,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 14:04:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1274,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:04:57','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1275,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 14:04:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1276,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:05:52','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1277,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 14:05:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1278,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 14:13:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1279,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-06 14:14:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1280,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:25:12','com_menus.item',393,106,'COM_ACTIONLOGS_DISABLED'),(1281,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-06 14:25:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1282,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:42:27','com_menus.item',393,106,'COM_ACTIONLOGS_DISABLED'),(1283,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:42:52','com_menus.item',393,106,'COM_ACTIONLOGS_DISABLED'),(1284,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:43:41','com_menus.item',393,106,'COM_ACTIONLOGS_DISABLED'),(1285,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:44:12','com_menus.item',393,106,'COM_ACTIONLOGS_DISABLED'),(1286,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:44:37','com_menus.item',393,106,'COM_ACTIONLOGS_DISABLED'),(1287,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-06 14:49:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1288,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":118,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=118\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:49:59','com_menus.item',393,118,'COM_ACTIONLOGS_DISABLED'),(1289,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-06 14:50:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1290,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":117,\"title\":\"L\\u00edneas de investigaci\\u00f3n \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=117\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:50:08','com_menus.item',393,117,'COM_ACTIONLOGS_DISABLED'),(1291,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:50:51','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1292,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 14:50:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1293,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 14:50:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1294,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-06 14:51:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1295,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 14:52:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1296,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":10,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:52:00','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1297,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 14:52:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1298,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":9,\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 14:52:01','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1299,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 15:01:45','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1300,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 15:01:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1301,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 15:02:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1302,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 15:02:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1303,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":10,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 15:02:08','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1304,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 15:02:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1305,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 15:03:03','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1306,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 15:03:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1307,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 15:03:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1308,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-06 15:03:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1309,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":118,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=118\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 15:03:45','com_menus.item',393,118,'COM_ACTIONLOGS_DISABLED'),(1310,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 15:08:23','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1311,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 15:08:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1312,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 15:17:02','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1313,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 15:17:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1314,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 15:20:00','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1315,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 15:20:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1316,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 15:22:18','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1317,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 15:22:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1318,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 15:23:28','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1319,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 15:23:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1320,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 15:24:24','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1321,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 15:24:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1322,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 15:27:00','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1323,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-06 15:27:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1324,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-06 15:46:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1325,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":116,\"title\":\"Docentes\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=116\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-06 15:46:29','com_menus.item',393,116,'COM_ACTIONLOGS_DISABLED'),(1326,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-07 13:06:05','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1327,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"Directorio\",\"extension_name\":\"Directorio\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 13:43:23','com_modules.module',393,111,'COM_ACTIONLOGS_DISABLED'),(1328,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-09-07 13:46:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1329,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"Directorio\",\"extension_name\":\"Directorio\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 13:51:03','com_modules.module',393,111,'COM_ACTIONLOGS_DISABLED'),(1330,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-09-07 13:52:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1331,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-09-07 13:55:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1332,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-09-07 13:55:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1333,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":111,\"title\":\"Directorio\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 13:55:53','com_modules.module',393,111,'COM_ACTIONLOGS_DISABLED'),(1334,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"title\":\"Directorio\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 13:56:08','com_modules.module',393,0,'COM_ACTIONLOGS_DISABLED'),(1335,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 13:59:37','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1336,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 13:59:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1337,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 13:59:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1338,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 14:13:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1339,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":4,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 14:13:52','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(1340,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 14:14:13','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(1341,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 14:14:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1342,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 14:14:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1343,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 14:20:40','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1344,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 14:20:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1345,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 14:21:27','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1346,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 14:21:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1347,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 14:21:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1348,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 14:31:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1349,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":6,\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 14:31:41','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1350,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 14:33:27','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1351,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 14:33:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1352,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 14:36:20','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1353,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 14:36:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1354,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 14:37:06','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1355,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 14:37:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1356,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 14:40:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1357,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 14:50:34','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1358,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 14:50:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1359,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 14:52:03','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1360,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 14:52:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1361,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 14:52:38','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1362,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 14:52:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1363,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 16:16:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1364,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 16:22:58','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1365,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 16:22:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1366,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 16:24:04','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1367,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 16:24:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1368,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 16:24:46','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1369,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 16:24:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1370,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 16:30:55','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1371,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 16:30:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1372,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 16:32:52','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1373,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 16:32:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1374,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 16:35:42','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1375,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 16:35:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1376,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 16:37:36','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1377,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 16:37:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1378,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 16:38:17','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1379,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 16:38:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1380,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 16:38:38','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1381,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 16:38:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1382,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 16:45:42','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1383,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 16:45:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1384,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 16:48:54','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1385,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 16:48:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1386,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 16:51:17','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1387,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 16:51:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1388,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 16:52:40','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1389,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 16:52:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1390,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 16:53:04','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1391,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 16:53:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1392,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 16:53:16','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1393,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 16:53:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1394,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 16:55:23','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1395,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 16:55:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1396,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 16:56:02','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1397,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 16:56:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1398,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 17:02:11','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1399,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 17:02:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1400,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 17:04:34','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1401,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 17:04:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1402,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 17:10:18','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1403,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 17:10:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1404,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 17:14:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1405,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 17:14:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1406,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":7,\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 17:14:49','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1407,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":113,\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=113\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 17:15:58','com_menus.item',393,113,'COM_ACTIONLOGS_DISABLED'),(1408,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-07 17:15:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1409,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":113,\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=113\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 17:17:07','com_menus.item',393,113,'COM_ACTIONLOGS_DISABLED'),(1410,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 17:17:32','com_menus.item',393,106,'COM_ACTIONLOGS_DISABLED'),(1411,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-07 17:17:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1412,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-07 17:18:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1413,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":114,\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=114\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 17:18:00','com_menus.item',393,114,'COM_ACTIONLOGS_DISABLED'),(1414,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 17:20:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1415,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-07 17:20:44','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1416,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-07 17:20:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1417,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-11 13:32:41','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1418,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 13:44:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1419,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-11 13:49:57','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1420,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 13:49:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1421,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-11 13:52:50','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1422,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 13:52:50','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1423,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-11 13:53:43','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1424,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 13:53:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1425,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-11 14:05:27','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1426,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 14:05:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1427,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 14:05:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1428,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-11 14:17:22','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1429,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 14:17:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1430,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-11 14:39:56','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1431,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 14:39:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1432,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 14:40:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1433,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-11 14:51:05','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1434,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 14:51:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1435,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 14:52:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1436,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 14:56:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1437,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":10,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-11 14:56:45','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1438,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 14:56:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1439,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":7,\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-11 14:56:57','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1440,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 14:58:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1441,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":6,\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-11 14:58:12','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1442,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 14:58:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1443,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-11 14:59:21','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1444,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 14:59:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1445,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-11 14:59:54','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1446,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 14:59:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1447,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 15:03:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1448,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-11 15:03:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1449,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":114,\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=114\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-11 15:03:39','com_menus.item',393,114,'COM_ACTIONLOGS_DISABLED'),(1450,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-11 15:03:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1451,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":118,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=118\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-11 15:03:54','com_menus.item',393,118,'COM_ACTIONLOGS_DISABLED'),(1452,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-11 15:05:53','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1453,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 15:05:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1454,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 15:55:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1455,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-11 15:55:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1456,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":7,\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-11 15:55:44','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1457,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-11 15:59:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1458,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-11 16:00:25','com_menus.item',393,106,'COM_ACTIONLOGS_DISABLED'),(1459,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-11 16:00:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1460,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-11 16:01:23','com_menus.item',393,106,'COM_ACTIONLOGS_DISABLED'),(1461,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-11 16:01:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1462,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-14 22:06:05','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1463,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-14 22:14:02','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1464,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-14 22:14:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1465,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-14 22:14:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1466,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-14 22:15:57','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1467,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-14 22:15:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1468,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-14 22:16:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1469,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-14 22:18:24','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1470,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-14 22:18:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1471,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-14 22:18:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1472,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-15 13:13:49','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1473,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 13:16:45','com_menus.item',393,106,'COM_ACTIONLOGS_DISABLED'),(1474,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-15 13:16:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1475,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-15 13:46:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1476,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":117,\"title\":\"L\\u00edneas de investigaci\\u00f3n \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=117\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 13:46:06','com_menus.item',393,117,'COM_ACTIONLOGS_DISABLED'),(1477,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-15 14:15:55','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1478,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 14:16:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1479,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":9,\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 14:16:18','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1480,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 14:22:47','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1481,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 14:22:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1482,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 14:25:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1483,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 14:40:02','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1484,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 14:40:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1485,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 14:41:21','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1486,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 14:41:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1487,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 14:42:28','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1488,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 14:42:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1489,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 14:44:07','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1490,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 14:44:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1491,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 14:45:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1492,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 14:48:55','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1493,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 14:48:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1494,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 14:51:22','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1495,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 14:51:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1496,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 14:52:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1497,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 14:54:40','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1498,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 14:54:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1499,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 14:55:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1500,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 14:56:33','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1501,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 14:56:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1502,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 14:56:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1503,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 15:05:10','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1504,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 15:05:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1505,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 15:06:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1506,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-15 15:07:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1507,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":116,\"title\":\"Docentes\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=116\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 15:07:05','com_menus.item',393,116,'COM_ACTIONLOGS_DISABLED'),(1508,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-15 19:06:15','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1509,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 20:45:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1510,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":10,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 20:45:19','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1511,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 20:45:49','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1512,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 20:45:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1513,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 20:47:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1514,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 20:54:18','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1515,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 20:54:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1516,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 20:54:37','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1517,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 20:54:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1518,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 20:54:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1519,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 20:55:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1520,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 20:57:20','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1521,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 20:57:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1522,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 21:01:14','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1523,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:01:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1524,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:01:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1525,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:03:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1526,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":7,\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 21:03:00','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1527,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 21:05:10','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1528,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:05:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1529,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 21:06:37','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1530,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:06:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1531,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:06:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1532,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:07:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1533,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:07:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1534,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":6,\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 21:07:40','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1535,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:08:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1536,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":3,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 21:08:43','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1537,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:08:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1538,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":4,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 21:08:48','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(1539,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 21:10:22','com_menus.item',393,106,'COM_ACTIONLOGS_DISABLED'),(1540,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-15 21:10:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1541,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-15 21:11:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1542,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 21:11:06','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(1543,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-15 21:11:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1544,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":114,\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=114\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 21:11:12','com_menus.item',393,114,'COM_ACTIONLOGS_DISABLED'),(1545,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-15 21:11:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1546,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":118,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=118\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 21:11:19','com_menus.item',393,118,'COM_ACTIONLOGS_DISABLED'),(1547,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 21:13:30','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1548,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:13:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1549,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:13:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1550,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 21:14:46','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1551,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:14:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1552,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:14:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1553,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-15 21:14:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1554,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 21:17:04','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1555,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:17:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1556,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:17:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1557,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 21:19:19','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1558,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:19:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1559,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 21:19:58','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1560,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:19:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1561,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-15 21:20:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1562,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"plan de estudios\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-15 21:21:23','com_menus.item',393,106,'COM_ACTIONLOGS_DISABLED'),(1563,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-15 21:21:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1564,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-18 14:57:56','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1565,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-18 19:56:59','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1566,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-18 21:51:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(1567,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-18 21:52:09','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1568,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-18 22:23:42','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1569,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-18 22:23:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1570,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-18 22:23:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1571,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-18 22:25:23','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1572,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-18 22:25:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1573,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-18 22:26:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1574,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-18 22:27:35','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1575,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-18 22:27:36','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1576,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-18 22:27:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1577,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 12:46:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1578,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 12:47:05','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1579,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 12:47:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1580,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 12:47:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1581,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-19 12:49:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1582,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 12:49:23','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(1583,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-19 12:49:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1584,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":114,\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=114\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 12:49:27','com_menus.item',393,114,'COM_ACTIONLOGS_DISABLED'),(1585,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-19 12:52:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1586,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":118,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=118\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 12:52:53','com_menus.item',393,118,'COM_ACTIONLOGS_DISABLED'),(1587,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-19 12:59:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1588,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":117,\"title\":\"L\\u00edneas de investigaci\\u00f3n \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=117\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 12:59:51','com_menus.item',393,117,'COM_ACTIONLOGS_DISABLED'),(1589,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-19 13:00:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1590,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 13:06:40','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1591,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 13:06:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1592,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 13:19:36','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1593,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 13:19:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1594,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 13:21:10','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1595,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 13:21:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1596,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 13:21:59','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1597,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 13:21:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1598,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 13:22:52','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1599,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 13:22:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1600,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 13:28:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1601,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 13:55:00','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1602,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 13:55:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1603,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-19 15:15:54','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1604,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-19 16:21:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1605,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 16:21:29','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(1606,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-19 16:21:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1607,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":116,\"title\":\"Docentes\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=116\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 16:21:38','com_menus.item',393,116,'COM_ACTIONLOGS_DISABLED'),(1608,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 16:24:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1609,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":9,\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 16:24:56','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1610,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 16:24:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1611,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":10,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 16:24:59','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1612,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 16:26:28','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1613,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 16:26:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1614,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 16:27:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1615,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 16:28:57','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1616,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 16:28:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1617,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 16:30:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1618,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 16:46:49','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1619,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 16:46:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1620,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 16:47:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1621,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-19 16:49:27','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1622,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-19 16:49:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1623,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-20 14:17:49','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1624,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 14:49:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1625,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 14:50:18','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1626,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 14:50:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1627,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 14:50:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1628,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 14:50:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1629,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":4,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 14:50:57','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(1630,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 14:51:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1631,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":10,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 14:51:11','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1632,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 14:51:48','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1633,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 14:51:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1634,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 14:53:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1635,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 14:54:53','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1636,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 14:54:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1637,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 14:55:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1638,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 14:55:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1639,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":9,\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 14:55:31','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1640,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 14:58:35','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1641,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 14:58:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1642,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 15:01:00','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1643,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 15:01:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1644,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 15:01:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1645,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 15:04:31','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1646,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 15:04:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1647,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 15:05:55','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1648,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 15:05:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1649,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 15:06:49','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1650,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 15:06:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1651,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 15:14:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1652,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 15:14:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1653,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":4,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 15:14:59','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(1654,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-20 15:15:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1655,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 15:15:39','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(1656,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-20 15:15:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1657,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":112,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 15:15:44','com_menus.item',393,112,'COM_ACTIONLOGS_DISABLED'),(1658,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-20 15:15:50','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1659,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":118,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=118\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 15:15:50','com_menus.item',393,118,'COM_ACTIONLOGS_DISABLED'),(1660,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-20 15:16:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1661,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":117,\"title\":\"L\\u00edneas de investigaci\\u00f3n \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=117\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 15:16:00','com_menus.item',393,117,'COM_ACTIONLOGS_DISABLED'),(1662,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-20 15:28:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1663,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-20 15:28:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1664,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":112,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 15:28:43','com_menus.item',393,112,'COM_ACTIONLOGS_DISABLED'),(1665,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 15:31:51','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1666,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 15:31:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1667,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 15:31:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1668,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-20 15:36:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1669,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":116,\"title\":\"Docentes\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=116\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 15:36:51','com_menus.item',393,116,'COM_ACTIONLOGS_DISABLED'),(1670,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-20 15:36:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1671,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 15:53:44','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1672,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 15:53:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1673,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 15:59:20','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1674,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 15:59:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1675,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 16:24:53','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1676,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 16:24:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1677,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 16:25:45','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1678,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 16:25:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1679,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 19:42:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1680,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 19:50:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1681,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 19:51:32','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1682,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 19:51:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1683,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 19:53:36','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1684,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 19:53:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1685,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 21:07:28','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1686,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 21:07:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1687,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 21:17:08','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1688,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 21:17:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1689,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 21:17:29','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1690,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 21:17:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1691,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 21:22:22','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1692,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 21:22:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1693,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 21:25:49','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1694,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 21:25:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1695,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 21:28:14','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1696,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 21:28:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1697,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 21:29:10','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1698,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 21:29:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1699,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 21:34:41','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1700,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 21:34:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1701,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 21:39:04','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1702,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 21:39:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1703,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 21:43:06','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1704,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 21:43:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1705,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 21:43:42','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1706,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 21:43:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1707,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-20 21:47:05','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1708,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-20 21:47:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1709,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-21 13:25:29','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1710,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-21 13:37:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1711,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-21 13:53:15','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1712,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-21 13:53:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1713,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-21 13:55:06','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1714,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-21 13:55:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1715,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-21 13:57:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1716,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-21 13:59:47','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1717,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-21 13:59:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1718,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-21 14:00:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1719,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-21 14:03:54','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1720,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-21 14:03:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1721,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-21 14:04:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1722,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-21 14:05:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1723,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-21 14:06:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1724,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-21 14:18:12','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1725,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-21 14:18:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1726,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-21 14:22:37','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1727,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-21 14:22:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1728,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-21 14:24:01','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1729,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-21 14:24:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1730,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-21 14:25:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1731,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-21 14:25:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1732,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":10,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-21 14:25:47','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1733,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-21 14:25:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1734,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":9,\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-21 14:25:52','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1735,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-21 14:26:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1736,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":117,\"title\":\"L\\u00edneas de investigaci\\u00f3n \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=117\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-21 14:26:47','com_menus.item',393,117,'COM_ACTIONLOGS_DISABLED'),(1737,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-21 14:26:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1738,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":118,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=118\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-21 14:26:55','com_menus.item',393,118,'COM_ACTIONLOGS_DISABLED'),(1739,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-21 14:29:45','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1740,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-21 14:29:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1741,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-21 14:35:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1742,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-22 13:49:01','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1743,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-22 14:04:09','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1744,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-22 14:04:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1745,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-22 14:04:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1746,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-22 14:06:01','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1747,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-22 14:06:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1748,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-22 14:06:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1749,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-22 14:07:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1750,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":3,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-22 14:07:56','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1751,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-22 14:08:33','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1752,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-22 14:08:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1753,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-22 14:09:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1754,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-22 14:09:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1755,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-22 14:09:37','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(1756,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-22 14:09:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1757,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":116,\"title\":\"Docentes\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=116\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-22 14:09:48','com_menus.item',393,116,'COM_ACTIONLOGS_DISABLED'),(1758,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-22 14:14:52','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1759,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-22 14:15:12','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1760,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-22 14:15:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1761,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-22 14:15:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1762,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-22 14:15:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1763,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-22 14:25:03','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1764,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-22 14:25:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1765,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-22 14:26:33','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1766,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-22 14:26:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1767,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-25 21:35:03','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1768,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-25 22:00:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1769,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:00:36','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(1770,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-25 22:00:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1771,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":112,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:00:37','com_menus.item',393,112,'COM_ACTIONLOGS_DISABLED'),(1772,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-25 22:00:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1773,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":118,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=118\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:00:40','com_menus.item',393,118,'COM_ACTIONLOGS_DISABLED'),(1774,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-25 22:00:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1775,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":117,\"title\":\"L\\u00edneas de investigaci\\u00f3n \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=117\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:00:47','com_menus.item',393,117,'COM_ACTIONLOGS_DISABLED'),(1776,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:01:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1777,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":3,\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:01:00','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1778,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:01:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1779,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":4,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:01:04','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(1780,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:01:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1781,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":9,\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:01:07','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1782,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:01:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1783,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":10,\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:01:09','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1784,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:02:13','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1785,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:02:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1786,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:02:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1787,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:04:56','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1788,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:04:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1789,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"4\",\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:05:58','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(1790,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:05:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1791,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:08:15','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1792,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:08:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1793,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:10:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1794,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:20:21','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1795,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:20:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1796,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:20:55','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1797,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:20:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1798,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:23:03','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1799,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:23:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1800,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:24:56','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1801,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:24:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1802,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:26:27','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1803,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:26:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1804,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:27:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1805,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:28:48','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1806,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:28:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1807,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:29:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1808,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:30:02','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1809,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:30:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1810,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:30:24','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1811,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:30:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1812,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:31:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1813,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-25 22:31:44','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1814,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-25 22:31:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1815,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 12:10:44','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1816,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 12:10:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1817,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 12:12:52','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1818,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 12:12:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1819,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 12:13:16','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1820,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 12:13:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1821,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 12:13:58','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1822,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 12:13:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1823,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 12:31:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1824,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 12:39:44','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1825,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 12:39:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1826,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 12:44:22','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1827,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 12:44:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1828,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 12:45:58','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1829,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 12:45:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1830,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 12:47:49','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1831,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 12:47:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1832,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 12:49:25','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1833,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 12:49:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1834,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 12:50:23','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1835,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 12:50:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1836,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 12:51:09','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1837,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 12:51:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1838,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 12:51:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1839,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":11,\"title\":\"Requisitos Acad\\u00e9micos de grado\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 12:54:26','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(1840,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 12:54:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1841,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":119,\"title\":\"Requisitos Acad\\u00e9micos de grado\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 12:55:18','com_menus.item',393,119,'COM_ACTIONLOGS_DISABLED'),(1842,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":119,\"title\":\"Requisitos Acad\\u00e9micos de grado\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 12:55:56','com_menus.item',393,119,'COM_ACTIONLOGS_DISABLED'),(1843,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-26 12:55:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1844,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":119,\"title\":\"Requisitos Acad\\u00e9micos de grado\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 12:56:12','com_menus.item',393,119,'COM_ACTIONLOGS_DISABLED'),(1845,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Requisitos Acad\\u00e9micos de grado\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 12:57:06','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(1846,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 12:57:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1847,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 12:57:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1848,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-09-26 12:57:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1849,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 13:12:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1850,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 13:14:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1851,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 13:16:03','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1852,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 13:16:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1853,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 13:17:28','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1854,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 13:17:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1855,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 13:20:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1856,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 13:23:58','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1857,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 13:26:14','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1858,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 13:26:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1859,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 13:27:13','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1860,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 13:27:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1861,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-26 13:30:42','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1862,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-09-26 13:30:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1863,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-09-29 16:26:11','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1864,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Formulario de contacto\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-09-29 16:26:48','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(1865,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-09-29 16:26:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1866,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-02 17:06:52','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1867,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_TEMPLATE\",\"id\":244,\"name\":\"g5_helium\",\"extension_name\":\"g5_helium\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-02 17:11:00','com_installer',393,244,'COM_ACTIONLOGS_DISABLED'),(1868,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":236,\"name\":\"plg_system_gantry5\",\"extension_name\":\"plg_system_gantry5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-02 17:11:00','com_installer',393,236,'COM_ACTIONLOGS_DISABLED'),(1869,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":237,\"name\":\"plg_quickicon_gantry5\",\"extension_name\":\"plg_quickicon_gantry5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-02 17:11:00','com_installer',393,237,'COM_ACTIONLOGS_DISABLED'),(1870,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":238,\"name\":\"plg_gantry5_preset\",\"extension_name\":\"plg_gantry5_preset\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-02 17:11:00','com_installer',393,238,'COM_ACTIONLOGS_DISABLED'),(1871,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":239,\"name\":\"mod_gantry5_particle\",\"extension_name\":\"mod_gantry5_particle\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-02 17:11:00','com_installer',393,239,'COM_ACTIONLOGS_DISABLED'),(1872,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LIBRARY\",\"id\":245,\"name\":\"Gantry 5 Framework\",\"extension_name\":\"Gantry 5 Framework\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-02 17:11:00','com_installer',393,245,'COM_ACTIONLOGS_DISABLED'),(1873,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_FILE\",\"id\":241,\"name\":\"gantry5_nucleus\",\"extension_name\":\"gantry5_nucleus\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-02 17:11:00','com_installer',393,241,'COM_ACTIONLOGS_DISABLED'),(1874,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":242,\"name\":\"com_gantry5\",\"extension_name\":\"com_gantry5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-02 17:11:00','com_installer',393,242,'COM_ACTIONLOGS_DISABLED'),(1875,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":243,\"name\":\"pkg_gantry5\",\"extension_name\":\"pkg_gantry5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-02 17:11:00','com_installer',393,243,'COM_ACTIONLOGS_DISABLED'),(1876,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LANGUAGE\",\"id\":234,\"name\":\"Spanish (es-ES)\",\"extension_name\":\"Spanish (es-ES)\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-02 17:11:00','com_installer',393,234,'COM_ACTIONLOGS_DISABLED'),(1877,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LANGUAGE\",\"id\":232,\"name\":\"Spanish (es-ES)\",\"extension_name\":\"Spanish (es-ES)\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-02 17:11:00','com_installer',393,232,'COM_ACTIONLOGS_DISABLED'),(1878,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_LANGUAGE\",\"id\":233,\"name\":\"Spanish (es-ES)\",\"extension_name\":\"Spanish (es-ES)\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-02 17:11:00','com_installer',393,233,'COM_ACTIONLOGS_DISABLED'),(1879,'PLG_ACTIONLOG_JOOMLA_EXTENSION_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":235,\"name\":\"Spanish (es-ES) Language Pack\",\"extension_name\":\"Spanish (es-ES) Language Pack\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-02 17:11:00','com_installer',393,235,'COM_ACTIONLOGS_DISABLED'),(1880,'PLG_ACTIONLOG_JOOMLA_USER_UPDATE','{\"action\":\"joomlaupdate\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"version\":\"4.4.0\",\"oldversion\":\"Desconocido\"}','2023-11-02 17:14:32','com_joomlaupdate',393,393,'COM_ACTIONLOGS_DISABLED'),(1881,'PLG_ACTIONLOG_JOOMLA_USER_UPDATE','{\"action\":\"joomlaupdate\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"version\":\"4.4.0\",\"oldversion\":\"4.3.4\"}','2023-11-02 17:14:32','com_joomlaupdate',393,393,'COM_ACTIONLOGS_DISABLED'),(1882,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-02 18:05:03','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1883,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-02 18:19:00','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(1884,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-02 18:19:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1885,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-02 18:20:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1886,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-02 18:20:52','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1887,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-02 18:20:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1888,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-02 18:21:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1889,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Perfiles\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-02 18:25:20','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(1890,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-02 18:25:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1891,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-02 18:28:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1892,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-02 18:33:57','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1893,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-02 18:33:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1894,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Prop\\u00f3sito de Formaci\\u00f3n \",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-02 18:34:34','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(1895,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-02 18:34:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1896,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-02 18:34:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1897,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"9\",\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-02 18:55:45','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(1898,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-02 18:55:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1899,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-02 19:43:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(1900,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-02 19:43:41','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1901,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"2\",\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-02 19:54:25','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(1902,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-02 19:54:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1903,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-02 19:55:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1904,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-02 20:13:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(1905,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-02 20:14:37','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1906,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-02 20:16:27','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1907,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-02 20:16:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1908,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-02 20:17:45','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1909,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-02 20:17:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1910,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-02 20:22:52','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1911,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-02 20:22:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1912,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Plan de estudios\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-02 20:23:23','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(1913,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-02 20:23:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1914,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-02 20:46:50','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1915,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-02 20:47:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1916,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":4,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-02 20:47:24','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(1917,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-02 20:48:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1918,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":11,\"title\":\"Requisitos Acad\\u00e9micos de grado\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-02 20:48:35','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(1919,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-02 20:49:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1920,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":119,\"title\":\"Requisitos Acad\\u00e9micos de grado\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-02 20:49:05','com_menus.item',393,119,'COM_ACTIONLOGS_DISABLED'),(1921,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-02 20:49:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1922,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":112,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-02 20:49:23','com_menus.item',393,112,'COM_ACTIONLOGS_DISABLED'),(1923,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-02 22:25:50','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1924,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-02 22:26:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1925,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"8\",\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-02 22:48:18','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(1926,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-02 22:48:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1927,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-02 22:51:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1928,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Formulario de contacto\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-02 22:56:20','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(1929,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-11-02 22:56:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1930,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-11-02 22:56:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1931,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-09 20:01:11','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1932,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-11-09 20:05:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1933,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-15 15:53:54','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(1934,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-15 19:04:46','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1935,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-15 19:04:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1936,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-15 19:05:29','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1937,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-15 19:05:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1938,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-15 19:06:06','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1939,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-15 19:06:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1940,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-15 19:09:04','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1941,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-15 19:09:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1942,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-15 19:09:35','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1943,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-15 19:09:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1944,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-15 19:10:06','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1945,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-15 19:10:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1946,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-15 19:10:39','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1947,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-15 19:10:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1948,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-15 19:11:10','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1949,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-15 19:11:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1950,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-15 19:11:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1951,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":248,\"name\":\"com_djimageslider\",\"extension_name\":\"com_djimageslider\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-15 19:35:12','com_installer',393,248,'COM_ACTIONLOGS_DISABLED'),(1952,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":249,\"name\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-15 19:35:12','com_installer',393,249,'COM_ACTIONLOGS_DISABLED'),(1953,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":250,\"name\":\"DJ-ImageSlider Package\",\"extension_name\":\"DJ-ImageSlider Package\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-15 19:35:12','com_installer',393,250,'COM_ACTIONLOGS_DISABLED'),(1954,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":8,\"title\":\"rotativo\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-15 19:40:56','com_categories.category',393,8,'COM_ACTIONLOGS_DISABLED'),(1955,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__categories\"}','2023-11-15 19:41:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1956,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__categories\"}','2023-11-15 19:41:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1957,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2023-11-15 19:45:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1958,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2023-11-15 19:45:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1959,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-15 19:48:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1960,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-15 19:48:34','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(1961,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-15 19:48:54','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(1962,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-15 19:48:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1963,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-15 19:49:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1964,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-15 19:49:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1965,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-15 19:51:37','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(1966,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-15 19:51:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1967,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-15 19:52:20','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(1968,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-15 19:52:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1969,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-15 20:02:51','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(1970,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-15 20:02:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1971,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-15 20:03:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1972,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__categories\"}','2023-11-15 20:06:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1973,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-15 20:07:43','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(1974,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-15 20:07:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1975,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-15 20:09:48','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(1976,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-15 20:09:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1977,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-15 20:44:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1978,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Objetivos del programa\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-15 20:48:34','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1979,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-15 20:48:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1980,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":252,\"name\":\"Image Effect CK\",\"extension_name\":\"Image Effect CK\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-15 22:21:10','com_installer',393,252,'COM_ACTIONLOGS_DISABLED'),(1981,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":251,\"name\":\"com_imageeffectck\",\"extension_name\":\"com_imageeffectck\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-15 22:21:10','com_installer',393,251,'COM_ACTIONLOGS_DISABLED'),(1982,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-17 13:00:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1983,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Presentaci\\u00f3n del congreso\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 13:04:11','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1984,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-17 13:04:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1985,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Presentaci\\u00f3n del congreso\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 13:05:02','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(1986,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-17 13:05:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1987,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":105,\"title\":\"El programa\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=105\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 13:06:03','com_menus.item',393,105,'COM_ACTIONLOGS_DISABLED'),(1988,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-17 13:06:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1989,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":105,\"title\":\"Presentaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=105\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 13:06:35','com_menus.item',393,105,'COM_ACTIONLOGS_DISABLED'),(1990,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":105,\"title\":\"Presentaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=105\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 13:07:03','com_menus.item',393,105,'COM_ACTIONLOGS_DISABLED'),(1991,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-17 13:28:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1992,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":116,\"title\":\"Docentes\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=116\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 13:28:23','com_menus.item',393,116,'COM_ACTIONLOGS_DISABLED'),(1993,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":116,\"title\":\"Invitados\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=116\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 13:28:44','com_menus.item',393,116,'COM_ACTIONLOGS_DISABLED'),(1994,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-17 13:28:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1995,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-17 13:29:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1996,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Programaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 13:58:35','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(1997,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-17 13:58:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(1998,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Programaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 13:58:40','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(1999,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Axiol\\u00f3gicos\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 14:04:07','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2000,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-17 14:04:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2001,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 14:04:49','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2002,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-17 14:04:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2003,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-17 14:24:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2004,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-17 14:32:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2005,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":112,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 14:32:04','com_menus.item',393,112,'COM_ACTIONLOGS_DISABLED'),(2006,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Resumenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 14:33:31','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2007,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-17 14:33:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2008,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-17 14:33:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2009,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":114,\"title\":\"Resumenes\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=114\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 14:34:00','com_menus.item',393,114,'COM_ACTIONLOGS_DISABLED'),(2010,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-17 14:34:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2011,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro y pago\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 14:34:58','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2012,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-17 14:34:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2013,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-17 14:35:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2014,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":113,\"title\":\"Registro y pago\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=113\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 14:35:06','com_menus.item',393,113,'COM_ACTIONLOGS_DISABLED'),(2015,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-17 14:35:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2016,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"patrocinadores\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 14:36:56','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2017,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-17 14:36:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2018,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-17 14:37:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2019,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"patrocinadores\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 14:37:08','com_menus.item',393,106,'COM_ACTIONLOGS_DISABLED'),(2020,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-17 14:37:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2021,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"informaci\\u00f3n turistica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 14:38:22','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(2022,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-17 14:38:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2023,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-17 14:38:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2024,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-17 14:38:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2025,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-17 14:39:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2026,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":116,\"title\":\"Invitados\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=116\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 14:39:02','com_menus.item',393,116,'COM_ACTIONLOGS_DISABLED'),(2027,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-17 14:40:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2028,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-17 14:40:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2029,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-17 14:40:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2030,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-17 14:40:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2031,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":115,\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=115\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 14:40:06','com_menus.item',393,115,'COM_ACTIONLOGS_DISABLED'),(2032,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":119,\"title\":\"Requisitos Acad\\u00e9micos de grado\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 14:40:06','com_menus.item',393,119,'COM_ACTIONLOGS_DISABLED'),(2033,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":110,\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=110\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 14:40:06','com_menus.item',393,110,'COM_ACTIONLOGS_DISABLED'),(2034,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":107,\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=107\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 14:40:06','com_menus.item',393,107,'COM_ACTIONLOGS_DISABLED'),(2035,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"informaci\\u00f3n turistica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 14:41:15','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(2036,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-17 14:41:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2037,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-17 14:41:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2038,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":118,\"title\":\"informaci\\u00f3n turistica\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=118\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 14:41:26','com_menus.item',393,118,'COM_ACTIONLOGS_DISABLED'),(2039,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-17 14:41:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2040,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-17 14:41:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2041,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":117,\"title\":\"L\\u00edneas de investigaci\\u00f3n \",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=117\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 14:41:37','com_menus.item',393,117,'COM_ACTIONLOGS_DISABLED'),(2042,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-17 14:41:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2043,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":116,\"title\":\"Invitados\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=116\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 14:41:51','com_menus.item',393,116,'COM_ACTIONLOGS_DISABLED'),(2044,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-17 14:42:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2045,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":107,\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=107\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 14:42:03','com_menus.item',393,107,'COM_ACTIONLOGS_DISABLED'),(2046,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":112,\"title\":\"Objeto de Estudio\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 14:42:44','com_menus.item',393,112,'COM_ACTIONLOGS_DISABLED'),(2047,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":117,\"title\":\"L\\u00edneas de investigaci\\u00f3n \",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 14:42:44','com_menus.item',393,117,'COM_ACTIONLOGS_DISABLED'),(2048,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":115,\"title\":\"Requisitos de admisi\\u00f3n\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 14:42:44','com_menus.item',393,115,'COM_ACTIONLOGS_DISABLED'),(2049,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":119,\"title\":\"Requisitos Acad\\u00e9micos de grado\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 14:42:44','com_menus.item',393,119,'COM_ACTIONLOGS_DISABLED'),(2050,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":110,\"title\":\"Normatividad\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 14:42:44','com_menus.item',393,110,'COM_ACTIONLOGS_DISABLED'),(2051,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-17 14:49:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2052,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2023-11-17 14:52:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2053,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 14:55:26','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(2054,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-17 14:55:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2055,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 14:56:32','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(2056,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-17 14:56:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2057,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 14:58:45','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(2058,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-17 14:58:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2059,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 14:59:27','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(2060,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-17 14:59:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2061,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 15:00:07','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(2062,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-17 15:00:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2063,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-17 15:00:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2064,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2023-11-17 15:05:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2065,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2023-11-17 15:05:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2066,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2023-11-17 15:05:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2067,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2023-11-17 15:05:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2068,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2023-11-17 15:06:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2069,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2023-11-17 15:06:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2070,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 15:07:55','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(2071,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-17 15:07:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2072,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-17 15:18:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2073,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-17 15:22:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2074,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":116,\"title\":\"Invitados\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=116\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 15:25:11','com_menus.item',393,116,'COM_ACTIONLOGS_DISABLED'),(2075,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-17 15:25:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2076,'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\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 15:26:51','com_menus.item',393,101,'COM_ACTIONLOGS_DISABLED'),(2077,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-17 15:26:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2078,'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\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 15:27:08','com_menus.item',393,101,'COM_ACTIONLOGS_DISABLED'),(2079,'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\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 15:30:51','com_menus.item',393,101,'COM_ACTIONLOGS_DISABLED'),(2080,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-17 15:30:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2081,'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\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 15:35:03','com_menus.item',393,101,'COM_ACTIONLOGS_DISABLED'),(2082,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-17 15:35:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2083,'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\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 15:40:44','com_menus.item',393,101,'COM_ACTIONLOGS_DISABLED'),(2084,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-17 15:40:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2085,'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\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 15:49:23','com_menus.item',393,101,'COM_ACTIONLOGS_DISABLED'),(2086,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-17 15:49:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2087,'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\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 15:51:22','com_menus.item',393,101,'COM_ACTIONLOGS_DISABLED'),(2088,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-17 15:51:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2089,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 15:58:10','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(2090,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-17 15:58:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2091,'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\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 15:58:25','com_menus.item',393,101,'COM_ACTIONLOGS_DISABLED'),(2092,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-17 15:58:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2093,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 15:58:36','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(2094,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-17 15:58:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2095,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 15:58:58','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(2096,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-17 15:58:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2097,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 15:59:11','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(2098,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-17 15:59:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2099,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-17 15:59:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2100,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 15:59:44','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(2101,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-17 15:59:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2102,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 16:00:36','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(2103,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-17 16:00:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2104,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 16:01:47','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(2105,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-17 16:01:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2106,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 16:02:19','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(2107,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-17 16:02:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2108,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-17 16:02:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2109,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2023-11-17 16:03:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2110,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":248,\"name\":\"com_djimageslider\",\"extension_name\":\"com_djimageslider\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 16:18:00','com_installer',393,248,'COM_ACTIONLOGS_DISABLED'),(2111,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":249,\"name\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 16:18:00','com_installer',393,249,'COM_ACTIONLOGS_DISABLED'),(2112,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":250,\"name\":\"DJ-ImageSlider Package\",\"extension_name\":\"DJ-ImageSlider Package\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 16:18:00','com_installer',393,250,'COM_ACTIONLOGS_DISABLED'),(2113,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"banner2.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/patrocinadores\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 16:24:20','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2114,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2023-11-17 16:24:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2115,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2023-11-17 16:24:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2116,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 16:25:28','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(2117,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-17 16:25:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2118,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-17 16:25:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2119,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2023-11-17 16:28:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2120,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2023-11-17 16:31:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2121,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 16:32:48','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(2122,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-17 16:32:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2123,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 16:33:47','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(2124,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-17 16:33:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2125,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 16:34:16','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(2126,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-17 16:34:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2127,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 16:34:30','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(2128,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-17 16:34:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2129,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 16:35:20','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(2130,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-17 16:35:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2131,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 16:35:39','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(2132,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-17 16:35:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2133,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 16:36:47','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(2134,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-17 16:36:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2135,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-17 16:37:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2136,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-17 16:38:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2137,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 16:39:15','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(2138,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-17 16:39:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2139,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 19:00:33','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(2140,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-17 19:00:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2141,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 19:01:21','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(2142,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-17 19:01:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2143,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":9,\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 19:18:54','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(2144,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":8,\"title\":\"Normatividad\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 19:18:54','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(2145,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":4,\"title\":\"Objeto de Estudio\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 19:18:54','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(2146,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":2,\"title\":\"Requisitos de admisi\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 19:18:54','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(2147,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":9,\"title\":\"L\\u00edneas y \\u00c1reas de Investigaci\\u00f3n\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 19:19:12','com_content.article',393,9,'COM_ACTIONLOGS_DISABLED'),(2148,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":8,\"title\":\"Normatividad\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 19:19:12','com_content.article',393,8,'COM_ACTIONLOGS_DISABLED'),(2149,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":4,\"title\":\"Objeto de Estudio\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 19:19:12','com_content.article',393,4,'COM_ACTIONLOGS_DISABLED'),(2150,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":2,\"title\":\"Requisitos de admisi\\u00f3n\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 19:19:12','com_content.article',393,2,'COM_ACTIONLOGS_DISABLED'),(2151,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-17 19:19:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2152,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":11,\"title\":\"Requisitos Acad\\u00e9micos de grado\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 19:19:32','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(2153,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"REGISTRO COMO PARTICIPANTE\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-17 19:28:51','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2154,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-17 19:28:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2155,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-17 19:44:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2156,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2023-11-17 20:20:50','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2157,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-17 21:06:15','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2158,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-20 19:17:15','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2159,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-20 20:09:05','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2160,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-20 20:10:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2161,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-20 21:50:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2162,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":105,\"title\":\"Presentaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=105\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-20 21:51:14','com_menus.item',393,105,'COM_ACTIONLOGS_DISABLED'),(2163,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-20 21:51:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2164,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"informaci\\u00f3n turistica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-20 21:58:23','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(2165,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-20 21:58:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2166,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-20 21:58:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2167,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":105,\"title\":\"Presentaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=105\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-20 21:58:35','com_menus.item',393,105,'COM_ACTIONLOGS_DISABLED'),(2168,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-20 21:59:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2169,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-20 21:59:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2170,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-20 22:00:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2171,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-20 22:00:27','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2172,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-20 22:00:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2173,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-20 22:00:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2174,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-20 22:00:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2175,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-20 22:00:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2176,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":11,\"title\":\"Requisitos Acad\\u00e9micos de grado\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-20 22:00:58','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(2177,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"presentacion del congreso\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-20 22:02:58','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(2178,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-20 22:02:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2179,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-20 22:03:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2180,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-20 22:03:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2181,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":105,\"title\":\"Presentaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=105\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-20 22:03:28','com_menus.item',393,105,'COM_ACTIONLOGS_DISABLED'),(2182,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-20 22:03:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2183,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-20 22:05:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2184,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":118,\"title\":\"informaci\\u00f3n turistica\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=118\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-20 22:05:50','com_menus.item',393,118,'COM_ACTIONLOGS_DISABLED'),(2185,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-20 22:05:50','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2186,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":118,\"title\":\"informaci\\u00f3n turistica\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=118\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-20 22:05:54','com_menus.item',393,118,'COM_ACTIONLOGS_DISABLED'),(2187,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-20 22:23:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2188,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-20 22:23:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2189,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":107,\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=107\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-20 22:23:22','com_menus.item',393,107,'COM_ACTIONLOGS_DISABLED'),(2190,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-21 12:33:10','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2191,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-21 12:33:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2192,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-21 12:45:46','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2193,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-21 12:45:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2194,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-21 12:47:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2195,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-21 12:50:29','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2196,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-21 12:50:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2197,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-21 12:56:00','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2198,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-21 12:56:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2199,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-21 13:13:22','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2200,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-21 13:13:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2201,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-21 13:22:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2202,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"BOTON-_2_.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-21 13:55:41','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2203,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2023-11-21 13:56:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2204,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-21 14:22:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2205,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Presentaci\\u00f3n del Congreso\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-21 14:22:49','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(2206,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-21 14:22:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2207,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-21 14:22:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2208,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-21 14:27:35','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2209,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-21 14:27:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2210,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-21 14:36:40','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2211,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-21 14:36:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2212,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-21 14:40:54','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2213,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-21 14:40:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2214,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-21 14:41:27','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2215,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-21 14:41:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2216,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-21 14:41:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2217,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-21 14:43:38','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2218,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-21 14:43:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2219,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-21 14:46:31','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2220,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-21 14:46:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2221,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-21 14:47:09','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2222,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-21 14:47:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2223,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-21 14:47:39','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2224,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-21 14:47:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2225,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-21 15:00:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2226,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-21 15:00:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2227,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":107,\"title\":\"Contacto\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=107\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-21 15:00:40','com_menus.item',393,107,'COM_ACTIONLOGS_DISABLED'),(2228,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-21 15:06:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2229,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-21 15:06:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2230,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-21 18:25:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(2231,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-21 18:26:03','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2232,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-21 18:27:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(2233,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-22 19:51:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(2234,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-22 19:51:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(2235,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-22 19:52:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(2236,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-22 19:52:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(2237,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-22 19:57:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(2238,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-22 20:36:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(2239,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-22 21:03:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(2240,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-22 21:09:32','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2241,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-24 01:42:27','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2242,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-24 01:51:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2243,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-24 02:00:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2244,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 02:02:38','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2245,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 02:02:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2246,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 02:02:39','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2247,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 02:02:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2248,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 02:02:40','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2249,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 02:02:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2250,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 02:02:40','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2251,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 02:02:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2252,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 02:03:19','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2253,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 02:03:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2254,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 02:04:12','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2255,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 02:04:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2256,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 02:04:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2257,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"Programaci\\u00f3n\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 02:04:18','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2258,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 02:04:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2259,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 02:04:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2260,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 02:05:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2261,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 02:06:02','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2262,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 02:06:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2263,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\" PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 02:06:13','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2264,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 02:06:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2265,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\" PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 02:06:23','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2266,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 02:06:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2267,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 02:06:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2268,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 02:06:50','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2269,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 02:07:03','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2270,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 02:07:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2271,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 02:07:14','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2272,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 02:07:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2273,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 02:09:25','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2274,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 02:09:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2275,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 02:09:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2276,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Programaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 02:10:11','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(2277,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-24 02:10:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2278,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Programaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 02:11:10','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(2279,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-24 02:11:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2280,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Programaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 02:11:11','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(2281,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-24 02:16:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2282,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-24 02:17:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2283,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__categories\"}','2023-11-24 02:17:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2284,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 02:19:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2285,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__categories\"}','2023-11-24 02:22:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2286,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-24 02:22:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2287,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2023-11-24 02:25:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2288,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"simac.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/patrocinadores\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 02:27:23','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2289,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2023-11-24 02:29:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2290,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2023-11-24 02:36:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2291,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Presentaci\\u00f3n del Congreso\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 02:37:28','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(2292,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 02:37:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2293,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Presentaci\\u00f3n del Congreso\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 02:37:53','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(2294,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 02:37:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2295,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 02:37:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2296,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-24 02:38:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2297,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-24 02:39:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2298,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Formulario de contacto\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 02:42:07','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(2299,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-11-24 02:42:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2300,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Formulario de contacto\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 02:42:34','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(2301,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-11-24 02:42:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2302,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Formulario de contacto\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 02:42:46','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(2303,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-11-24 02:42:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2304,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-11-24 02:42:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2305,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Formulario de contacto\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 02:44:46','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(2306,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-11-24 02:44:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2307,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-11-24 02:44:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2308,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-11-24 02:45:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2309,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-24 02:45:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2310,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"informaci\\u00f3n turistica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 02:46:09','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(2311,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 02:46:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2312,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 02:46:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2313,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-24 02:46:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2314,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-11-24 02:47:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2315,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-11-24 02:47:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2316,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-24 02:47:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2317,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__categories\"}','2023-11-24 02:47:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2318,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-11-24 02:48:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2319,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__categories\"}','2023-11-24 02:49:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2320,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-11-24 02:49:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2321,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__fields\"}','2023-11-24 02:50:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2322,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Formulario de contacto\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 03:01:33','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(2323,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-11-24 03:01:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2324,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-11-24 03:01:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2325,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Formulario de contacto\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 03:01:51','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(2326,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-11-24 03:01:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2327,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-11-24 03:01:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2328,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Formulario de contacto\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 03:02:45','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(2329,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-11-24 03:02:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2330,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-11-24 03:02:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2331,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Formulario de contacto\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 03:04:40','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(2332,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-11-24 03:04:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2333,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-11-24 03:04:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2334,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Formulario de contacto\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 03:04:55','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(2335,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-11-24 03:04:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2336,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Formulario de contacto\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 03:05:11','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(2337,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-11-24 03:05:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2338,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-11-24 03:05:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2339,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Formulario de contacto\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 03:05:35','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(2340,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-11-24 03:05:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2341,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Formulario de contacto\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 03:05:57','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(2342,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-11-24 03:05:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2343,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Formulario de contacto\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 03:06:00','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(2344,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-11-24 03:06:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2345,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-11-24 03:06:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2346,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Formulario de contacto\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 03:07:13','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(2347,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-11-24 03:07:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2348,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-11-24 03:07:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2349,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-24 03:07:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2350,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-24 03:20:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2351,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU\",\"id\":1,\"title\":\"Main Menu\",\"itemlink\":\"index.php?option=com_menus&task=menu.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 03:26:17','com_menus.menu',393,1,'COM_ACTIONLOGS_DISABLED'),(2352,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2023-11-24 03:27:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2353,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-24 03:37:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2354,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-24 03:37:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2355,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-24 03:37:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2356,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 03:38:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2357,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-24 03:42:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(2358,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-24 18:24:35','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2359,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"uniantioquia.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/patrocinadores\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 18:35:29','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2360,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"simac.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/patrocinadores\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 18:39:24','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2361,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"simac.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/patrocinadores\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 18:42:30','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2362,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"wwf.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/patrocinadores\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 18:44:24','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2363,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"wwf.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/patrocinadores\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 18:46:35','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2364,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Recurso 5.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/botones\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 18:51:50','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2365,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 18:52:28','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2366,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 18:52:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2367,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-24 18:56:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2368,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-24 19:05:03','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2369,'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\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 19:19:15','com_config.component',393,12,'COM_ACTIONLOGS_DISABLED'),(2370,'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\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 19:20:11','com_config.component',393,12,'COM_ACTIONLOGS_DISABLED'),(2371,'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\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 19:20:22','com_config.component',393,12,'COM_ACTIONLOGS_DISABLED'),(2372,'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\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 19:20:50','com_config.component',393,12,'COM_ACTIONLOGS_DISABLED'),(2373,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-24 19:43:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(2374,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-24 19:43:19','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2375,'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\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 19:45:19','com_config.component',393,12,'COM_ACTIONLOGS_DISABLED'),(2376,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 19:45:31','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2377,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"boton 1.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/botones\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 19:46:40','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2378,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 19:46:53','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2379,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 19:47:56','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2380,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-24 19:53:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(2381,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-24 19:53:22','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2382,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"1.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/botones\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 19:59:39','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2383,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-24 20:02:17','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2384,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:02:21','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2385,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:02:29','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2386,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:02:33','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2387,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:02:36','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2388,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:02:40','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2389,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:02:42','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2390,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:02:49','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2391,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:02:53','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2392,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"5.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/botones\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:03:23','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2393,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"7.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/botones\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:03:23','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2394,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"6.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/botones\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:03:23','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2395,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"8.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/botones\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:03:23','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2396,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"2.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/botones\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:03:23','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2397,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"4.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/botones\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:03:23','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2398,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"3.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/botones\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:03:23','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2399,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:03:41','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2400,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:03:46','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2401,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:03:50','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2402,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:03:58','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2403,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:04:06','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2404,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:04:10','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2405,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:04:14','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2406,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"1.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/botones\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:05:22','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2407,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"1.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/botones\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:08:42','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2408,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"1.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/botones\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:10:15','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2409,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Recurso 1.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/botones\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:13:17','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2410,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Recurso 2.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/botones\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:17:12','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2411,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Recurso 2.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/botones\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:19:27','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2412,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:19:42','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2413,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"4.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/botones\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:19:46','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2414,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:20:34','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2415,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Recurso 4.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/botones\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:20:40','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2416,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Recurso 5.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/botones\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:22:51','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2417,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Recurso 6.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/botones\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:25:17','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2418,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:25:55','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2419,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Recurso 7.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/botones\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:26:00','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2420,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:26:54','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2421,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Recurso 8.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/botones\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:27:02','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2422,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Recurso 9.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/botones\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:30:12','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2423,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Recurso 10.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/botones\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 20:32:09','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2424,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 20:56:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2425,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-24 20:56:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2426,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 20:57:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2427,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 20:59:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2428,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 20:59:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2429,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 20:59:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2430,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 21:00:26','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2431,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 21:00:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2432,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 21:01:05','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2433,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 21:01:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2434,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 21:01:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2435,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Programaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 21:01:33','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(2436,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-24 21:01:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2437,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Programaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 21:01:41','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(2438,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 21:02:36','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2439,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 21:02:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2440,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 21:02:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2441,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 21:03:07','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2442,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 21:03:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2443,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 21:03:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2444,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 21:03:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2445,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 21:04:22','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2446,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 21:04:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2447,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 21:05:07','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2448,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 21:05:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2449,'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\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 21:05:20','com_config.component',393,19,'COM_ACTIONLOGS_DISABLED'),(2450,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":106,\"title\":\"Patrocinadores\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=106\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 21:08:03','com_menus.item',393,106,'COM_ACTIONLOGS_DISABLED'),(2451,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-24 21:08:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2452,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-24 21:08:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2453,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"7\",\"title\":\"Patrocinadores\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=7\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 21:08:19','com_content.article',393,7,'COM_ACTIONLOGS_DISABLED'),(2454,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 21:08:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2455,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 21:08:45','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(2456,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 21:08:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2457,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 21:09:17','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(2458,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 21:09:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2459,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":118,\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=118\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 21:09:39','com_menus.item',393,118,'COM_ACTIONLOGS_DISABLED'),(2460,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-24 21:09:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2461,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 21:18:25','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(2462,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 21:18:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2463,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 21:18:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2464,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":118,\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=118\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 21:18:30','com_menus.item',393,118,'COM_ACTIONLOGS_DISABLED'),(2465,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-24 21:18:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2466,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 21:18:57','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(2467,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 21:18:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2468,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 21:18:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2469,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 21:20:39','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(2470,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 21:20:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2471,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 21:20:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2472,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 21:21:31','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(2473,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 21:21:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2474,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 21:21:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2475,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":118,\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=118\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 21:21:35','com_menus.item',393,118,'COM_ACTIONLOGS_DISABLED'),(2476,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-24 21:21:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2477,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-24 21:22:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2478,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 21:25:00','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(2479,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 21:25:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2480,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 21:25:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2481,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 21:36:46','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(2482,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 21:36:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2483,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-24 21:36:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2484,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-24 22:21:11','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2485,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":125,\"title\":\"Lugar\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=125\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 22:23:22','com_menus.item',393,125,'COM_ACTIONLOGS_DISABLED'),(2486,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-24 22:24:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2487,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":125,\"title\":\"Lugar\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=125\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 22:26:33','com_menus.item',393,125,'COM_ACTIONLOGS_DISABLED'),(2488,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-24 22:26:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2489,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-24 22:40:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2490,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":125,\"title\":\"Lugar\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=125\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 22:41:23','com_menus.item',393,125,'COM_ACTIONLOGS_DISABLED'),(2491,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-24 22:41:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2492,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-24 22:42:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2493,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":125,\"title\":\"Lugar\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=125\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 22:42:32','com_menus.item',393,125,'COM_ACTIONLOGS_DISABLED'),(2494,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-24 22:42:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2495,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":125,\"title\":\"Lugar\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=125\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 22:42:49','com_menus.item',393,125,'COM_ACTIONLOGS_DISABLED'),(2496,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":125,\"title\":\"Lugar\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=125\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 22:43:22','com_menus.item',393,125,'COM_ACTIONLOGS_DISABLED'),(2497,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-24 22:43:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2498,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":125,\"title\":\"Lugar\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=125\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 22:44:04','com_menus.item',393,125,'COM_ACTIONLOGS_DISABLED'),(2499,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-24 22:44:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2500,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":125,\"title\":\"Lugar\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=125\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-24 22:44:34','com_menus.item',393,125,'COM_ACTIONLOGS_DISABLED'),(2501,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-24 22:44:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2502,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-27 20:23:42','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2503,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"simac.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/patrocinadores\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-27 21:35:18','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2504,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"unillanosp.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/patrocinadores\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-27 21:37:16','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2505,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"unillanosp.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/patrocinadores\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-27 21:38:15','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2506,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"uniatlanticop.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/patrocinadores\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-27 21:44:52','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2507,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"nacionalp.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/patrocinadores\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-27 21:46:49','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2508,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"unitolimap.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/patrocinadores\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-27 21:48:23','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2509,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"uniantioquiap.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/patrocinadores\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-27 21:49:45','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2510,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-27 21:52:24','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2511,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-27 21:52:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2512,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-27 21:52:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2513,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":114,\"title\":\"Resumenes\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=114\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-27 21:53:18','com_menus.item',393,114,'COM_ACTIONLOGS_DISABLED'),(2514,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-27 21:53:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2515,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-27 22:57:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2516,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-27 22:57:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2517,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-27 22:57:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2518,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"banner.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-27 23:16:27','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2519,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-28 19:46:23','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2520,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Presentaci\\u00f3n del Congreso\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-28 20:15:14','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(2521,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:15:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2522,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:15:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2523,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":105,\"title\":\"Presentaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=105\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-28 20:16:44','com_menus.item',393,105,'COM_ACTIONLOGS_DISABLED'),(2524,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-28 20:16:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2525,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-28 20:17:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2526,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-28 20:21:50','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2527,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:21:50','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2528,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-28 20:21:52','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2529,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:21:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2530,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:21:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2531,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":114,\"title\":\"Resumenes\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=114\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-28 20:21:58','com_menus.item',393,114,'COM_ACTIONLOGS_DISABLED'),(2532,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-28 20:21:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2533,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-28 20:24:08','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2534,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:24:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2535,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-28 20:24:10','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2536,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:24:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2537,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:24:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2538,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-28 20:24:52','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2539,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:24:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2540,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:24:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2541,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:27:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2542,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-28 20:28:35','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2543,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:28:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2544,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-28 20:28:38','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2545,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:28:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED');
INSERT INTO `cql20_action_logs` VALUES (2546,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:28:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2547,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-28 20:29:15','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2548,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:29:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2549,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:29:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2550,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-28 20:29:44','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2551,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:29:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2552,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:29:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2553,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-28 20:30:58','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2554,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:30:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2555,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:31:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2556,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-28 20:32:01','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2557,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:32:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2558,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:32:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2559,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-28 20:33:17','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2560,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:33:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2561,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:33:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2562,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-28 20:34:31','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2563,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:34:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2564,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:34:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2565,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-28 20:36:12','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2566,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:36:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2567,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:36:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2568,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-28 20:37:21','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2569,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:37:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2570,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:37:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2571,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-28 20:38:22','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2572,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:38:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2573,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:38:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2574,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-28 20:40:19','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2575,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:40:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2576,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:40:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2577,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-28 20:40:47','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2578,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:40:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2579,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-28 20:41:06','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2580,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:41:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2581,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:41:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2582,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-28 20:41:45','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2583,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:41:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2584,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:41:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2585,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":114,\"title\":\"Resumenes\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=114\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-28 20:45:21','com_menus.item',393,114,'COM_ACTIONLOGS_DISABLED'),(2586,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-28 20:45:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2587,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-28 20:47:14','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2588,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:47:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2589,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:47:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2590,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-28 20:48:16','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2591,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:48:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2592,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-28 20:48:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2593,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":113,\"title\":\"Registro y pago\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=113\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-28 20:51:23','com_menus.item',393,113,'COM_ACTIONLOGS_DISABLED'),(2594,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-28 20:51:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2595,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-28 21:32:00','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2596,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-28 21:36:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(2597,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-29 18:41:36','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2598,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-29 18:42:54','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2599,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-29 18:47:21','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2600,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-29 18:47:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2601,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-29 18:47:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2602,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":113,\"title\":\"Registro y pago\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=113\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-29 18:47:27','com_menus.item',393,113,'COM_ACTIONLOGS_DISABLED'),(2603,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-29 18:47:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2604,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-29 18:50:29','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2605,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-29 18:50:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2606,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-29 18:50:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2607,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-29 18:51:08','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2608,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-29 18:51:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2609,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-29 18:51:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2610,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-29 18:53:00','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2611,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-29 18:53:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2612,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-29 18:53:02','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2613,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-29 18:53:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2614,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-29 18:53:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2615,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":113,\"title\":\"Registro y pago\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=113\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-29 18:53:07','com_menus.item',393,113,'COM_ACTIONLOGS_DISABLED'),(2616,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-29 18:53:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2617,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-29 18:55:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2618,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Adam P.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/invitados\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-29 19:11:59','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2619,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-29 19:20:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2620,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-29 19:22:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2621,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-29 19:26:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2622,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":1,\"title\":\"Main Menu\",\"extension_name\":\"Main Menu\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-29 19:26:59','com_modules.module',393,1,'COM_ACTIONLOGS_DISABLED'),(2623,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2023-11-29 19:26:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2624,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-29 21:35:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(2625,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-30 14:04:12','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2626,'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\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-30 14:17:53','com_menus.item',393,101,'COM_ACTIONLOGS_DISABLED'),(2627,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-30 14:17:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2628,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-30 19:20:14','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2629,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-30 19:21:21','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2630,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-30 19:21:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2631,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-11-30 19:21:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2632,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":114,\"title\":\"Resumenes\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=114\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-11-30 19:21:26','com_menus.item',393,114,'COM_ACTIONLOGS_DISABLED'),(2633,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-11-30 19:21:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2634,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-11-30 19:21:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(2635,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-12-04 21:15:47','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2636,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-12-07 16:14:44','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2637,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-12-07 18:47:02','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2638,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-07 18:52:07','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(2639,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 18:52:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2640,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-07 18:54:02','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(2641,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 18:54:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2642,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-07 18:54:05','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(2643,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 18:54:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2644,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 18:54:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2645,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-07 18:55:38','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(2646,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 18:55:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2647,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 18:55:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2648,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-07 18:56:07','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(2649,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 18:56:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2650,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 18:56:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2651,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":118,\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=118\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-07 18:56:36','com_menus.item',393,118,'COM_ACTIONLOGS_DISABLED'),(2652,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-12-07 18:56:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2653,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-07 18:58:26','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(2654,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 18:58:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2655,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 18:58:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2656,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-07 19:00:04','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(2657,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 19:00:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2658,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-07 19:00:06','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(2659,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 19:00:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2660,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 19:00:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2661,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-12-07 19:19:27','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2662,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-12-07 19:19:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2663,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-07 19:23:27','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2664,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 19:23:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2665,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 19:23:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2666,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-07 19:24:11','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2667,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 19:24:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2668,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 19:24:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2669,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-07 19:26:16','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2670,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 19:26:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2671,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 19:26:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2672,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-07 19:26:57','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2673,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 19:26:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2674,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 19:26:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2675,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-07 19:27:35','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2676,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 19:27:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2677,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 19:27:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2678,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-07 19:35:33','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2679,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 19:35:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2680,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 19:35:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2681,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-07 19:36:10','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2682,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 19:36:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2683,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 19:36:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2684,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Programaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-07 19:36:15','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(2685,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-12-07 19:36:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2686,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-07 19:37:59','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2687,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 19:37:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2688,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 19:38:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2689,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-07 19:39:23','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2690,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 19:39:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2691,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 19:39:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2692,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-07 19:39:51','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2693,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 19:39:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2694,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 19:39:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2695,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-07 19:40:21','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2696,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 19:40:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2697,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-07 19:40:24','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2698,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 19:40:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2699,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-07 19:40:27','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2700,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 19:40:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2701,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-07 19:40:28','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2702,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 19:40:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2703,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-07 19:40:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2704,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-12-07 19:41:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2705,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"lugar.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-07 20:02:43','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2706,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-07 20:12:15','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2707,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"lugar.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-07 20:12:19','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2708,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-07 20:14:37','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2709,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"lugar.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/lugar\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-07 20:14:46','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2710,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-12-07 20:28:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2711,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-12-07 21:17:16','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2712,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-12-07 21:17:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2713,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-12-13 20:50:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(2714,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-12-13 20:50:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(2715,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-12-13 20:50:55','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2716,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-13 20:51:39','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2717,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-13 20:51:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2718,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-13 20:51:39','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2719,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-13 20:51:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2720,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2023-12-13 20:51:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2721,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Programaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-13 20:51:53','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(2722,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2023-12-13 20:51:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2723,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-12-18 18:23:13','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2724,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"lugar2.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/lugar\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-18 18:29:01','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2725,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"lugar2.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/lugar\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-18 18:30:22','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2726,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"lugar2.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/lugar\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-18 18:35:47','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2727,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"lugar2.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/lugar\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2023-12-18 18:36:48','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2728,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2023-12-18 18:56:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(2729,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-05 15:04:58','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2730,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-05 15:10:43','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2731,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":\"95\",\"title\":\"plg_captcha_recaptcha\",\"extension_name\":\"plg_captcha_recaptcha\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=95\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 15:19:55','com_plugins.plugin',393,95,'COM_ACTIONLOGS_DISABLED'),(2732,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2024-02-05 15:19:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2733,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2024-02-05 15:20:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2734,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Formulario de contacto\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 15:21:04','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(2735,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2024-02-05 15:21:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2736,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CONTACT\",\"id\":\"1\",\"title\":\"Formulario de contacto\",\"itemlink\":\"index.php?option=com_contact&task=contact.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 15:21:18','com_contact.contact',393,1,'COM_ACTIONLOGS_DISABLED'),(2737,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__contact_details\"}','2024-02-05 15:21:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2738,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-05 15:33:54','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2739,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-05 19:45:36','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2740,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-05 19:54:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(2741,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-05 19:55:06','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2742,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-05 20:18:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(2743,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-05 20:19:04','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2744,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"DrRene.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/invitados\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 20:23:00','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2745,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 20:26:24','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2746,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 20:26:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2747,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 20:26:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2748,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 20:27:29','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2749,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 20:27:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2750,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 20:30:14','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2751,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 20:30:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2752,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 20:30:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2753,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 20:32:04','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2754,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 20:32:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2755,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 20:32:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2756,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 20:32:35','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2757,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 20:32:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2758,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 20:32:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2759,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 20:33:41','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2760,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 20:33:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2761,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 20:34:49','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2762,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 20:34:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2763,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 20:35:09','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2764,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 20:35:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2765,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 20:35:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2766,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 20:35:28','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2767,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 20:35:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2768,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 20:35:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2769,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 20:36:19','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2770,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 20:36:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2771,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 20:42:02','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2772,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 20:42:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2773,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 20:42:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2774,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-02-05 20:42:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2775,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 20:43:24','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2776,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 20:43:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2777,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 20:44:58','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2778,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 20:44:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2779,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 20:46:07','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2780,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 20:46:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2781,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 20:46:49','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2782,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 20:46:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2783,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 20:47:10','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2784,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 20:47:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2785,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 20:47:31','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2786,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 20:47:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2787,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 20:48:30','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2788,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 20:48:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2789,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"qr.jpg\",\"itemlink\":\"index.php?option=com_media\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 20:50:07','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2790,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 20:50:31','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2791,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 20:50:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2792,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 20:51:02','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2793,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 20:51:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2794,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 20:51:58','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2795,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 20:51:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2796,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 20:52:28','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2797,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 20:52:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2798,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 20:54:17','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2799,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 20:54:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2800,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 20:55:35','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2801,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 20:55:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2802,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 20:57:33','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2803,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 20:57:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2804,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 20:57:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2805,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-02-05 20:57:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2806,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 21:04:20','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2807,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 21:04:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2808,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 21:04:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2809,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 21:09:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2810,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-02-05 21:09:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2811,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 21:09:55','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2812,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 21:09:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2813,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 21:10:21','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2814,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 21:10:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2815,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 21:11:15','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2816,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 21:11:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2817,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 21:11:53','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2818,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 21:11:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2819,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 21:13:08','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2820,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 21:13:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2821,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 21:14:49','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2822,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 21:14:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2823,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 21:16:23','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2824,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 21:16:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2825,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 21:17:16','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2826,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 21:17:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2827,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 21:17:43','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2828,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 21:17:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2829,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 21:18:10','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2830,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 21:18:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2831,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-05 21:18:31','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2832,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 21:18:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2833,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-05 21:18:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2834,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-02-05 21:21:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2835,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-05 21:26:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(2836,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-06 15:38:10','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2837,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":253,\"name\":\"com_akeebabackup\",\"extension_name\":\"com_akeebabackup\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-06 15:49:07','com_installer',393,253,'COM_ACTIONLOGS_DISABLED'),(2838,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":254,\"name\":\"PLG_QUICKICON_AKEEBABACKUP\",\"extension_name\":\"PLG_QUICKICON_AKEEBABACKUP\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-06 15:49:07','com_installer',393,254,'COM_ACTIONLOGS_DISABLED'),(2839,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":255,\"name\":\"pkg_akeebabackup\",\"extension_name\":\"pkg_akeebabackup\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-06 15:49:07','com_installer',393,255,'COM_ACTIONLOGS_DISABLED'),(2840,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT\",\"id\":253,\"name\":\"com_akeebabackup\",\"extension_name\":\"com_akeebabackup\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-06 15:49:47','com_installer',393,253,'COM_ACTIONLOGS_DISABLED'),(2841,'PLG_ACTIONLOG_JOOMLA_PLUGIN_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":254,\"name\":\"PLG_QUICKICON_AKEEBABACKUP\",\"extension_name\":\"PLG_QUICKICON_AKEEBABACKUP\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-06 15:49:47','com_installer',393,254,'COM_ACTIONLOGS_DISABLED'),(2842,'PLG_ACTIONLOG_JOOMLA_EXTENSION_INSTALLED','{\"action\":\"install\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PACKAGE\",\"id\":255,\"name\":\"pkg_akeebabackup\",\"extension_name\":\"pkg_akeebabackup\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-06 15:49:47','com_installer',393,255,'COM_ACTIONLOGS_DISABLED'),(2843,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-06 19:15:09','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2844,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-06 19:22:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(2845,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-08 22:50:32','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2846,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-08 22:50:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(2847,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-12 19:51:23','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2848,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-12 19:52:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(2849,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-12 21:02:43','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2850,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-12 21:07:29','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2851,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-12 21:07:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2852,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-12 21:09:42','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2853,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-12 21:09:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2854,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-12 21:11:22','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2855,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-12 21:11:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2856,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-12 21:11:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2857,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Programaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-12 21:11:31','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(2858,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-02-12 21:11:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2859,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-12 21:12:14','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2860,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-12 21:12:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2861,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-12 21:13:32','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2862,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-12 21:13:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2863,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-12 21:14:18','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2864,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-12 21:14:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2865,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-12 21:14:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2866,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-12 21:17:37','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2867,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-12 21:17:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2868,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-12 21:17:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2869,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-12 21:19:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2870,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-02-12 21:19:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2871,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-12 21:20:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2872,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-02-12 21:20:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2873,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-12 21:34:42','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2874,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-12 21:34:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2875,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-12 21:35:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2876,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-12 21:36:18','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2877,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-12 21:36:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2878,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-12 21:36:20','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2879,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-12 21:36:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2880,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-12 21:36:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2881,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-12 21:37:02','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2882,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-12 21:37:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2883,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-12 21:37:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2884,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-12 21:37:16','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(2885,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-12 21:37:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2886,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-12 21:37:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2887,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-02-12 21:38:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2888,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-12 21:39:14','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2889,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-12 21:39:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2890,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-12 21:39:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2891,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-12 21:39:23','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2892,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-12 21:39:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2893,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-12 21:39:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2894,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-02-12 21:39:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2895,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-13 18:12:26','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2896,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-13 21:42:29','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2897,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-13 21:43:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(2898,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-14 19:51:17','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2899,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"AdamP.jpeg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/invitados\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-14 20:07:14','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2900,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-14 20:37:04','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2901,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-14 20:38:38','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2902,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-14 20:42:22','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2903,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"DrRene.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/invitados\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-14 20:42:28','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2904,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-14 21:30:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(2905,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-17 19:31:52','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2906,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-17 19:32:53','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2907,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-17 19:32:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2908,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-17 19:32:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2909,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-17 19:35:36','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2910,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-17 19:35:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2911,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-17 19:35:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2912,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-17 19:36:29','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(2913,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-17 19:36:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2914,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-17 19:36:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2915,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":114,\"title\":\"Resumenes\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=114\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-17 19:38:00','com_menus.item',393,114,'COM_ACTIONLOGS_DISABLED'),(2916,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-02-17 19:38:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2917,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-17 19:40:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(2918,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-26 21:30:17','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2919,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-26 21:32:02','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2920,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-26 21:32:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2921,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-26 21:34:31','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2922,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-26 21:34:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2923,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-26 21:35:35','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2924,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-26 21:35:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2925,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-26 21:36:00','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2926,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-26 21:36:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2927,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-26 21:40:40','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2928,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-26 21:40:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2929,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-26 21:40:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2930,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-26 21:41:31','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2931,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-26 21:41:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2932,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-26 21:41:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2933,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-26 21:41:52','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(2934,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-26 21:41:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2935,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-26 21:41:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2936,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Programaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-26 21:41:56','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(2937,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-02-26 21:41:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2938,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"museoU.jpeg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/patrocinadores\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-26 21:42:45','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2939,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-26 21:48:54','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2940,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Sin ttulo-2.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/patrocinadores\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-26 21:49:04','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2941,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-26 21:59:50','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2942,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"museou.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/patrocinadores\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-26 21:59:58','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2943,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2024-02-26 22:35:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2944,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-02-26 22:35:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2945,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-26 22:36:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2946,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-02-26 22:38:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2947,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"DrRene.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/invitados\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-26 22:40:39','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2948,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-02-26 23:14:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2949,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__categories\"}','2024-02-26 23:15:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2950,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-27 00:34:16','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2951,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-27 01:19:19','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(2952,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"anuncio1.jpeg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/anuncios\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 01:24:01','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(2953,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":1,\"title\":\"Anuncias\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 01:24:13','com_banners.banner',393,1,'COM_ACTIONLOGS_DISABLED'),(2954,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":\"1\",\"title\":\"Anuncias\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 01:25:50','com_banners.banner',393,1,'COM_ACTIONLOGS_DISABLED'),(2955,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-02-27 01:25:50','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2956,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":\"1\",\"title\":\"Anuncios\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 01:26:17','com_banners.banner',393,1,'COM_ACTIONLOGS_DISABLED'),(2957,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-02-27 01:26:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2958,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":\"1\",\"title\":\"Anuncios\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 01:26:29','com_banners.banner',393,1,'COM_ACTIONLOGS_DISABLED'),(2959,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-02-27 01:26:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2960,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":3,\"title\":\"com_banners\",\"extension_name\":\"com_banners\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 01:29:17','com_config.component',393,3,'COM_ACTIONLOGS_DISABLED'),(2961,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":\"1\",\"title\":\"Anuncios\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 01:29:48','com_banners.banner',393,1,'COM_ACTIONLOGS_DISABLED'),(2962,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-02-27 01:29:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2963,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":\"1\",\"title\":\"Anuncios\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 01:30:30','com_banners.banner',393,1,'COM_ACTIONLOGS_DISABLED'),(2964,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-02-27 01:30:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2965,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":\"1\",\"title\":\"Anuncios\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 01:30:57','com_banners.banner',393,1,'COM_ACTIONLOGS_DISABLED'),(2966,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-02-27 01:30:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2967,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":\"1\",\"title\":\"Anuncios\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 01:35:24','com_banners.banner',393,1,'COM_ACTIONLOGS_DISABLED'),(2968,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-02-27 01:35:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2969,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-02-27 01:35:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2970,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":1,\"title\":\"Anuncios\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 01:35:33','com_banners.banner',393,1,'COM_ACTIONLOGS_DISABLED'),(2971,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-02-27 01:35:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2972,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":1,\"title\":\"Anuncios\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=1\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 01:35:37','com_banners.banner',393,1,'COM_ACTIONLOGS_DISABLED'),(2973,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":9,\"title\":\"Anuncios\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 01:36:41','com_categories.category',393,9,'COM_ACTIONLOGS_DISABLED'),(2974,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":\"9\",\"title\":\"Anuncios\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 01:36:49','com_categories.category',393,9,'COM_ACTIONLOGS_DISABLED'),(2975,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__categories\"}','2024-02-27 01:36:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2976,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":2,\"title\":\"Novedades\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 01:48:37','com_banners.banner',393,2,'COM_ACTIONLOGS_DISABLED'),(2977,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":\"2\",\"title\":\"Novedades\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 01:48:41','com_banners.banner',393,2,'COM_ACTIONLOGS_DISABLED'),(2978,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-02-27 01:48:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2979,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Anuncios\",\"extension_name\":\"Anuncios\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 01:51:46','com_modules.module',393,113,'COM_ACTIONLOGS_DISABLED'),(2980,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Anuncios\",\"extension_name\":\"Anuncios\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 01:52:42','com_modules.module',393,113,'COM_ACTIONLOGS_DISABLED'),(2981,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 01:52:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2982,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Anuncios\",\"extension_name\":\"Anuncios\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 01:55:06','com_modules.module',393,113,'COM_ACTIONLOGS_DISABLED'),(2983,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 01:55:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2984,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Anuncios\",\"extension_name\":\"Anuncios\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 01:55:28','com_modules.module',393,113,'COM_ACTIONLOGS_DISABLED'),(2985,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 01:55:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2986,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Anuncios\",\"extension_name\":\"Anuncios\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 01:55:53','com_modules.module',393,113,'COM_ACTIONLOGS_DISABLED'),(2987,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 01:55:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2988,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Anuncios\",\"extension_name\":\"Anuncios\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 01:56:06','com_modules.module',393,113,'COM_ACTIONLOGS_DISABLED'),(2989,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 01:56:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2990,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Anuncios\",\"extension_name\":\"Anuncios\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 01:56:32','com_modules.module',393,113,'COM_ACTIONLOGS_DISABLED'),(2991,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 01:56:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2992,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Anuncios\",\"extension_name\":\"Anuncios\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 01:56:52','com_modules.module',393,113,'COM_ACTIONLOGS_DISABLED'),(2993,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 01:56:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2994,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Anuncios\",\"extension_name\":\"Anuncios\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 01:57:11','com_modules.module',393,113,'COM_ACTIONLOGS_DISABLED'),(2995,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 01:57:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2996,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Anuncios\",\"extension_name\":\"Anuncios\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 01:57:55','com_modules.module',393,113,'COM_ACTIONLOGS_DISABLED'),(2997,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 01:57:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(2998,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":\"2\",\"title\":\"Novedades\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:04:02','com_banners.banner',393,2,'COM_ACTIONLOGS_DISABLED'),(2999,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-02-27 02:04:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3000,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Anuncios\",\"extension_name\":\"Anuncios\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:04:15','com_modules.module',393,113,'COM_ACTIONLOGS_DISABLED'),(3001,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:04:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3002,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Anuncios\",\"extension_name\":\"Anuncios\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:04:37','com_modules.module',393,113,'COM_ACTIONLOGS_DISABLED'),(3003,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:04:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3004,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Anuncios\",\"extension_name\":\"Anuncios\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:04:48','com_modules.module',393,113,'COM_ACTIONLOGS_DISABLED'),(3005,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:04:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3006,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Anuncios\",\"extension_name\":\"Anuncios\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:05:07','com_modules.module',393,113,'COM_ACTIONLOGS_DISABLED'),(3007,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:05:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3008,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Anuncios\",\"extension_name\":\"Anuncios\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:05:26','com_modules.module',393,113,'COM_ACTIONLOGS_DISABLED'),(3009,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:05:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3010,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:06:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3011,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:06:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3012,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":113,\"title\":\"Anuncios\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=113\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:06:51','com_modules.module',393,113,'COM_ACTIONLOGS_DISABLED'),(3013,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-02-27 02:06:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3014,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":\"2\",\"title\":\"Novedades\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:07:49','com_banners.banner',393,2,'COM_ACTIONLOGS_DISABLED'),(3015,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-02-27 02:07:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3016,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":114,\"title\":\"ANUNCIOS\",\"extension_name\":\"ANUNCIOS\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=114\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:09:00','com_modules.module',393,114,'COM_ACTIONLOGS_DISABLED'),(3017,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":114,\"title\":\"ANUNCIOS\",\"extension_name\":\"ANUNCIOS\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=114\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:09:47','com_modules.module',393,114,'COM_ACTIONLOGS_DISABLED'),(3018,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:09:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3019,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":114,\"title\":\"ANUNCIOS\",\"extension_name\":\"ANUNCIOS\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=114\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:10:04','com_modules.module',393,114,'COM_ACTIONLOGS_DISABLED'),(3020,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:10:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3021,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":114,\"title\":\"ANUNCIOS\",\"extension_name\":\"ANUNCIOS\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=114\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:10:25','com_modules.module',393,114,'COM_ACTIONLOGS_DISABLED'),(3022,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:10:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3023,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":114,\"title\":\"ANUNCIOS\",\"extension_name\":\"ANUNCIOS\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=114\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:10:59','com_modules.module',393,114,'COM_ACTIONLOGS_DISABLED'),(3024,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:10:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3025,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":114,\"title\":\"ANUNCIOS\",\"extension_name\":\"ANUNCIOS\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=114\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:11:10','com_modules.module',393,114,'COM_ACTIONLOGS_DISABLED'),(3026,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:11:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3027,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:11:50','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3028,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:12:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3029,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":114,\"title\":\"ANUNCIOS\",\"extension_name\":\"ANUNCIOS\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=114\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:12:39','com_modules.module',393,114,'COM_ACTIONLOGS_DISABLED'),(3030,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":114,\"title\":\"ANUNCIOS\",\"extension_name\":\"ANUNCIOS\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=114\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:13:03','com_modules.module',393,114,'COM_ACTIONLOGS_DISABLED'),(3031,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:13:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3032,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:13:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3033,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":\"2\",\"title\":\"Novedades\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:13:45','com_banners.banner',393,2,'COM_ACTIONLOGS_DISABLED'),(3034,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-02-27 02:13:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3035,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":\"2\",\"title\":\"Novedades\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:14:29','com_banners.banner',393,2,'COM_ACTIONLOGS_DISABLED'),(3036,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-02-27 02:14:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3037,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":\"2\",\"title\":\"Novedades\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:14:44','com_banners.banner',393,2,'COM_ACTIONLOGS_DISABLED'),(3038,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-02-27 02:14:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3039,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":\"2\",\"title\":\"Novedades\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:15:00','com_banners.banner',393,2,'COM_ACTIONLOGS_DISABLED'),(3040,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-02-27 02:15:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3041,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":114,\"title\":\"ANUNCIOS\",\"extension_name\":\"ANUNCIOS\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=114\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:15:45','com_modules.module',393,114,'COM_ACTIONLOGS_DISABLED'),(3042,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:15:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3043,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":\"2\",\"title\":\"Novedades\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:15:54','com_banners.banner',393,2,'COM_ACTIONLOGS_DISABLED'),(3044,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-02-27 02:15:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3045,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":114,\"title\":\"ANUNCIOS\",\"extension_name\":\"ANUNCIOS\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=114\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:16:28','com_modules.module',393,114,'COM_ACTIONLOGS_DISABLED'),(3046,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:16:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3047,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":114,\"title\":\"ANUNCIOS\",\"extension_name\":\"ANUNCIOS\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=114\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:16:50','com_modules.module',393,114,'COM_ACTIONLOGS_DISABLED'),(3048,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:16:50','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3049,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":114,\"title\":\"ANUNCIOS\",\"extension_name\":\"ANUNCIOS\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=114\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:17:07','com_modules.module',393,114,'COM_ACTIONLOGS_DISABLED'),(3050,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:17:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3051,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-02-27 02:17:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3052,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":114,\"title\":\"ANUNCIOS\",\"extension_name\":\"ANUNCIOS\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=114\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:18:10','com_modules.module',393,114,'COM_ACTIONLOGS_DISABLED'),(3053,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:18:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3054,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-02-27 02:19:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3055,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":2,\"title\":\"Novedades\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=2\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:19:36','com_banners.banner',393,2,'COM_ACTIONLOGS_DISABLED'),(3056,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:19:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3057,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:19:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3058,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":114,\"title\":\"ANUNCIOS\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=114\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:19:46','com_modules.module',393,114,'COM_ACTIONLOGS_DISABLED'),(3059,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":10,\"title\":\"Externa\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:21:41','com_categories.category',393,10,'COM_ACTIONLOGS_DISABLED'),(3060,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":\"10\",\"title\":\"Interna\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:21:57','com_categories.category',393,10,'COM_ACTIONLOGS_DISABLED'),(3061,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__categories\"}','2024-02-27 02:21:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3062,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":\"10\",\"title\":\"Externa\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:22:14','com_categories.category',393,10,'COM_ACTIONLOGS_DISABLED'),(3063,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__categories\"}','2024-02-27 02:22:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3064,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__categories\"}','2024-02-27 02:22:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3065,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":11,\"title\":\"Interna\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:22:41','com_categories.category',393,11,'COM_ACTIONLOGS_DISABLED'),(3066,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":3,\"title\":\"Novedades\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:24:01','com_banners.banner',393,3,'COM_ACTIONLOGS_DISABLED'),(3067,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":115,\"title\":\"Resumenes\",\"extension_name\":\"Resumenes\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=115\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:27:48','com_modules.module',393,115,'COM_ACTIONLOGS_DISABLED'),(3068,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":115,\"title\":\"Resumenes\",\"extension_name\":\"Resumenes\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=115\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:28:02','com_modules.module',393,115,'COM_ACTIONLOGS_DISABLED'),(3069,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:28:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3070,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":115,\"title\":\"Resumenes\",\"extension_name\":\"Resumenes\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=115\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:28:19','com_modules.module',393,115,'COM_ACTIONLOGS_DISABLED'),(3071,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:28:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3072,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":\"3\",\"title\":\"Novedades\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:28:33','com_banners.banner',393,3,'COM_ACTIONLOGS_DISABLED'),(3073,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-02-27 02:28:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3074,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-02-27 02:28:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3075,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:28:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3076,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":115,\"title\":\"Resumenes\",\"extension_name\":\"Resumenes\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=115\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:29:11','com_modules.module',393,115,'COM_ACTIONLOGS_DISABLED'),(3077,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:29:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3078,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-02-27 02:29:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3079,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":3,\"title\":\"Novedades\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:29:23','com_banners.banner',393,3,'COM_ACTIONLOGS_DISABLED'),(3080,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:29:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3081,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":115,\"title\":\"Resumenes\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=115\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:29:29','com_modules.module',393,115,'COM_ACTIONLOGS_DISABLED'),(3082,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__categories\"}','2024-02-27 02:29:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3083,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__categories\"}','2024-02-27 02:29:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3084,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":10,\"title\":\"Externa\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:29:40','com_categories.category',393,10,'COM_ACTIONLOGS_DISABLED'),(3085,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":11,\"title\":\"Interna\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:29:40','com_categories.category',393,11,'COM_ACTIONLOGS_DISABLED'),(3086,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":116,\"title\":\"DJ-ImageSlider (2)\",\"extension_name\":\"DJ-ImageSlider (2)\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=116\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:30:31','com_modules.module',393,116,'COM_ACTIONLOGS_DISABLED'),(3087,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:30:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3088,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__categories\"}','2024-02-27 02:30:50','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3089,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":9,\"title\":\"Anuncios\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=9\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:30:50','com_categories.category',393,9,'COM_ACTIONLOGS_DISABLED'),(3090,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":116,\"title\":\"DJ-ImageSlider (2)\",\"extension_name\":\"DJ-ImageSlider (2)\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=116\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:31:08','com_modules.module',393,116,'COM_ACTIONLOGS_DISABLED'),(3091,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:31:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3092,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:31:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3093,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:31:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3094,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":116,\"title\":\"DJ-ImageSlider (2)\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=116\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:31:30','com_modules.module',393,116,'COM_ACTIONLOGS_DISABLED'),(3095,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":117,\"title\":\"Anuncios\",\"extension_name\":\"Anuncios\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=117\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:31:54','com_modules.module',393,117,'COM_ACTIONLOGS_DISABLED'),(3096,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:31:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3097,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":117,\"title\":\"Anuncios\",\"extension_name\":\"Anuncios\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=117\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:33:07','com_modules.module',393,117,'COM_ACTIONLOGS_DISABLED'),(3098,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:33:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3099,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":117,\"title\":\"Anuncios\",\"extension_name\":\"Anuncios\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=117\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:33:57','com_modules.module',393,117,'COM_ACTIONLOGS_DISABLED'),(3100,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:33:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3101,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:34:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3102,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:34:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3103,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":117,\"title\":\"Anuncios\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=117\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:34:41','com_modules.module',393,117,'COM_ACTIONLOGS_DISABLED'),(3104,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__categories\"}','2024-02-27 02:34:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3105,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":4,\"title\":\"Anuncios\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:37:10','com_banners.banner',393,4,'COM_ACTIONLOGS_DISABLED'),(3106,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Novedades\",\"extension_name\":\"Novedades\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:37:54','com_modules.module',393,118,'COM_ACTIONLOGS_DISABLED'),(3107,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Novedades\",\"extension_name\":\"Novedades\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:38:16','com_modules.module',393,118,'COM_ACTIONLOGS_DISABLED'),(3108,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:38:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3109,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-02-27 02:38:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3110,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-02-27 02:38:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3111,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":4,\"title\":\"Anuncios\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=4\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:38:46','com_banners.banner',393,4,'COM_ACTIONLOGS_DISABLED'),(3112,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:38:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3113,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:38:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3114,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":118,\"title\":\"Novedades\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=118\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:38:55','com_modules.module',393,118,'COM_ACTIONLOGS_DISABLED'),(3115,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":3,\"title\":\"com_banners\",\"extension_name\":\"com_banners\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:48:36','com_config.component',393,3,'COM_ACTIONLOGS_DISABLED'),(3116,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":12,\"title\":\"Publicidad\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=12\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:50:12','com_categories.category',393,12,'COM_ACTIONLOGS_DISABLED'),(3117,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":5,\"title\":\"Anuncios\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:50:52','com_banners.banner',393,5,'COM_ACTIONLOGS_DISABLED'),(3118,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"Novedades\",\"extension_name\":\"Novedades\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:52:28','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3119,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"Novedades\",\"extension_name\":\"Novedades\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:52:41','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3120,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:52:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3121,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"Novedades\",\"extension_name\":\"Novedades\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:52:53','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3122,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:52:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3123,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"Novedades\",\"extension_name\":\"Novedades\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:53:12','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3124,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:53:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3125,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"Novedades\",\"extension_name\":\"Novedades\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:53:28','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3126,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:53:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3127,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"Novedades\",\"extension_name\":\"Novedades\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:53:56','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3128,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:53:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3129,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"Novedades\",\"extension_name\":\"Novedades\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:54:11','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3130,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:54:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3131,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"Novedades\",\"extension_name\":\"Novedades\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:54:29','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3132,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:54:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3133,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"Novedades\",\"extension_name\":\"Novedades\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:55:08','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3134,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:55:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3135,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":\"12\",\"title\":\"Publicidad\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=12\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:56:42','com_categories.category',393,12,'COM_ACTIONLOGS_DISABLED'),(3136,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__categories\"}','2024-02-27 02:56:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3137,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":\"12\",\"title\":\"Publicidad\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=12\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:57:20','com_categories.category',393,12,'COM_ACTIONLOGS_DISABLED'),(3138,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__categories\"}','2024-02-27 02:57:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3139,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__categories\"}','2024-02-27 02:57:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3140,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-02-27 02:57:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3141,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":\"5\",\"title\":\"Anuncios\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:58:09','com_banners.banner',393,5,'COM_ACTIONLOGS_DISABLED'),(3142,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"Novedades\",\"extension_name\":\"Novedades\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:58:45','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3143,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:58:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3144,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:59:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3145,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 02:59:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3146,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"Novedades\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 02:59:35','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3147,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-27 18:09:05','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3148,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2024-02-27 19:10:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3149,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2024-02-27 19:10:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3150,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2024-02-27 19:15:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3151,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2024-02-27 19:15:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3152,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2024-02-27 19:15:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3153,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2024-02-27 19:15:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3154,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2024-02-27 19:15:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3155,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2024-02-27 19:15:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3156,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2024-02-27 19:15:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3157,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2024-02-27 19:15:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3158,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2024-02-27 19:15:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3159,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2024-02-27 19:16:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3160,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2024-02-27 19:16:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3161,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2024-02-27 19:17:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3162,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2024-02-27 19:17:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3163,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__categories\"}','2024-02-27 19:17:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3164,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":\"8\",\"title\":\"rotativo\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 19:17:45','com_categories.category',393,8,'COM_ACTIONLOGS_DISABLED'),(3165,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__categories\"}','2024-02-27 19:17:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3166,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":\"8\",\"title\":\"rotativo\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=8\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 19:18:15','com_categories.category',393,8,'COM_ACTIONLOGS_DISABLED'),(3167,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__categories\"}','2024-02-27 19:18:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3168,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 19:20:10','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(3169,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 19:20:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3170,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 19:20:17','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(3171,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 19:20:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3172,'PLG_ACTIONLOG_JOOMLA_COMPONENT_CONFIG_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_COMPONENT_CONFIG\",\"id\":248,\"title\":\"com_djimageslider\",\"extension_name\":\"com_djimageslider\",\"itemlink\":\"index.php?option=com_config&task=component.edit&extension_id=248\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 19:24:53','com_config.component',393,248,'COM_ACTIONLOGS_DISABLED'),(3173,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__categories\"}','2024-02-27 19:25:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3174,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 19:31:10','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3175,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-27 19:31:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3176,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 19:32:38','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3177,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-27 19:32:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3178,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 19:33:11','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3179,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-27 19:33:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3180,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 19:34:07','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3181,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-27 19:34:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3182,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 19:34:57','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3183,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-27 19:34:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3184,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 19:39:06','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3185,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-27 19:39:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3186,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-27 19:39:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3187,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Programaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 20:05:12','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(3188,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-02-27 20:05:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3189,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 20:12:01','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3190,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-27 20:12:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3191,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-02-27 20:12:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3192,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-02-27 20:14:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3193,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 20:15:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3194,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"Novedades\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 20:15:13','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3195,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"Novedades\",\"extension_name\":\"Novedades\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 20:16:03','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3196,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 20:16:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3197,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"Novedades\",\"extension_name\":\"Novedades\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 20:16:39','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3198,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 20:16:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3199,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"Novedades\",\"extension_name\":\"Novedades\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 20:16:50','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3200,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 20:16:50','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3201,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"Novedades\",\"extension_name\":\"Novedades\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 20:17:09','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3202,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 20:17:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3203,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"Novedades\",\"extension_name\":\"Novedades\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 20:17:21','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3204,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 20:17:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3205,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"Novedades\",\"extension_name\":\"Novedades\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 20:17:41','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3206,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 20:17:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3207,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"Novedades\",\"extension_name\":\"Novedades\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 20:18:28','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3208,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 20:18:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3209,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"Novedades\",\"extension_name\":\"Novedades\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 20:18:40','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3210,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 20:18:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3211,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"Novedades\",\"extension_name\":\"Novedades\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 20:20:20','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3212,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 20:20:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3213,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"Novedades\",\"extension_name\":\"Novedades\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-27 20:20:34','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3214,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-27 20:20:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3215,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-27 20:29:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3216,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-28 21:54:09','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3217,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"anuncio2.jpeg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/anuncios\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-02-28 21:54:41','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(3218,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-28 21:55:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3219,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-02-29 15:55:08','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3220,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-02-29 16:03:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3221,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__categories\"}','2024-02-29 16:04:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3222,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-03-01 20:23:08','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3223,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"Novedades\",\"extension_name\":\"Novedades\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-01 20:23:38','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3224,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-03-01 20:23:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3225,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":\"5\",\"title\":\"Anuncios\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-01 20:23:59','com_banners.banner',393,5,'COM_ACTIONLOGS_DISABLED'),(3226,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-03-01 20:23:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3227,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-03-01 20:24:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3228,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-03-01 20:25:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3229,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-03-01 20:30:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3230,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":\"5\",\"title\":\"Anuncios\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-01 21:01:40','com_banners.banner',393,5,'COM_ACTIONLOGS_DISABLED'),(3231,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-03-01 21:01:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3232,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-03-01 21:01:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3233,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-03-01 21:02:07','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3234,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"Novedades\",\"extension_name\":\"Novedades\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-01 21:02:47','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3235,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-03-01 21:02:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3236,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-03-01 21:02:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3237,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-03-05 00:57:15','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3238,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-03-05 00:58:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3239,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":\"5\",\"title\":\"Anuncios\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-05 00:59:19','com_banners.banner',393,5,'COM_ACTIONLOGS_DISABLED'),(3240,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-03-05 00:59:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3241,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"Novedades\",\"extension_name\":\"Novedades\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-05 00:59:36','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3242,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-03-05 00:59:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3243,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-03-05 01:15:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3244,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-03-05 18:23:22','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3245,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-03-05 19:49:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3246,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-03-05 20:43:26','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3247,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-03-05 20:44:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3248,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"SeccionAnuncio1\",\"extension_name\":\"SeccionAnuncio1\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-05 20:44:34','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3249,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-03-05 20:44:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3250,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":\"5\",\"title\":\"Anuncios1\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-05 20:44:56','com_banners.banner',393,5,'COM_ACTIONLOGS_DISABLED'),(3251,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-03-05 20:44:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3252,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-03-05 20:45:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3253,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":5,\"title\":\"Anuncios1\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-05 20:45:02','com_banners.banner',393,5,'COM_ACTIONLOGS_DISABLED'),(3254,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-03-05 20:45:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3255,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":5,\"title\":\"Anuncios1\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-05 20:45:12','com_banners.banner',393,5,'COM_ACTIONLOGS_DISABLED'),(3256,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":6,\"title\":\"Anuncios2\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-05 20:47:37','com_banners.banner',393,6,'COM_ACTIONLOGS_DISABLED'),(3257,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-03-05 20:47:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3258,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":6,\"title\":\"Anuncios2\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-05 20:47:42','com_banners.banner',393,6,'COM_ACTIONLOGS_DISABLED'),(3259,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-03-05 20:47:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3260,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-03-05 20:48:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3261,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":120,\"title\":\"SeccionAnuncio2\",\"extension_name\":\"SeccionAnuncio2\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=120\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-05 20:49:03','com_modules.module',393,120,'COM_ACTIONLOGS_DISABLED'),(3262,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-03-05 20:49:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3263,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":120,\"title\":\"SeccionAnuncio2\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=120\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-05 20:49:10','com_modules.module',393,120,'COM_ACTIONLOGS_DISABLED'),(3264,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-03-05 20:49:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3265,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-03-06 16:50:45','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3266,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-03-06 16:52:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3267,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-03-06 21:14:53','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3268,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Donald.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/invitados\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-06 21:36:27','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(3269,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Claudia.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/invitados\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-06 21:36:27','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(3270,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Formulario.jpeg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/anuncios\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-06 21:38:21','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(3271,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-03-06 21:38:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3272,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":6,\"title\":\"Anuncios2\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-06 21:38:43','com_banners.banner',393,6,'COM_ACTIONLOGS_DISABLED'),(3273,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":\"6\",\"title\":\"Anuncios2\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-06 21:39:09','com_banners.banner',393,6,'COM_ACTIONLOGS_DISABLED'),(3274,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-03-06 21:39:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3275,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-03-06 21:39:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3276,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":120,\"title\":\"SeccionAnuncio2\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=120\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-06 21:39:16','com_modules.module',393,120,'COM_ACTIONLOGS_DISABLED'),(3277,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":120,\"title\":\"SeccionAnuncio2\",\"extension_name\":\"SeccionAnuncio2\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=120\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-06 21:39:21','com_modules.module',393,120,'COM_ACTIONLOGS_DISABLED'),(3278,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-03-06 21:39:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3279,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-03-06 21:40:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3280,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":120,\"title\":\"SeccionAnuncio2\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=120\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-06 21:40:07','com_modules.module',393,120,'COM_ACTIONLOGS_DISABLED'),(3281,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-03-06 21:40:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3282,'PLG_SYSTEM_ACTIONLOGS_CONTENT_TRASHED','{\"action\":\"trash\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":120,\"title\":\"SeccionAnuncio2\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=120\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-06 21:40:21','com_modules.module',393,120,'COM_ACTIONLOGS_DISABLED'),(3283,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Formulario.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/anuncios\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-06 21:50:44','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(3284,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-06 21:50:50','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(3285,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":\"6\",\"title\":\"Anuncios2\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-06 21:51:20','com_banners.banner',393,6,'COM_ACTIONLOGS_DISABLED'),(3286,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-03-06 21:51:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3287,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-03-06 21:55:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3288,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-03-07 15:33:24','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3289,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-03-07 15:48:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3290,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-03-15 16:50:07','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3291,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-03-15 16:51:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3292,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-03-15 18:48:12','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3293,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-03-15 19:00:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3294,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-03-15 19:45:22','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3295,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-15 19:49:23','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3296,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-03-15 19:49:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3297,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-15 19:51:28','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3298,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-03-15 19:51:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3299,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-15 19:51:36','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3300,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-03-15 19:51:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3301,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-15 19:52:30','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3302,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-03-15 19:52:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3303,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-03-15 19:52:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3304,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-03-15 19:52:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3305,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-15 19:53:07','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(3306,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-03-15 19:53:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3307,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-15 19:53:52','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(3308,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-03-15 19:53:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3309,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-15 19:54:00','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(3310,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-03-15 19:54:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3311,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-03-15 19:54:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3312,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-15 19:54:41','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(3313,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-03-15 19:54:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3314,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-15 19:55:14','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(3315,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-03-15 19:55:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3316,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-15 19:55:51','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(3317,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-03-15 19:55:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3318,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-15 19:56:22','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(3319,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-03-15 19:56:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3320,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-03-15 19:56:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3321,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":114,\"title\":\"Resumenes\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=114\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-15 19:56:28','com_menus.item',393,114,'COM_ACTIONLOGS_DISABLED'),(3322,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-03-15 19:56:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3323,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-03-15 20:07:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3324,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-03-18 17:28:04','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3325,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"sinchi.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/patrocinadores\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-18 17:29:01','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(3326,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__categories\"}','2024-03-18 17:41:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3327,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__categories\"}','2024-03-18 17:43:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3328,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-18 17:46:30','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(3329,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-03-18 17:46:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3330,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-03-18 17:48:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3331,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":112,\"title\":\"DJ-ImageSlider\",\"extension_name\":\"DJ-ImageSlider\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=112\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-18 17:48:49','com_modules.module',393,112,'COM_ACTIONLOGS_DISABLED'),(3332,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-03-18 17:53:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3333,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-03-19 19:57:22','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3334,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-19 19:59:26','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3335,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-03-19 19:59:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3336,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-19 19:59:29','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3337,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-03-19 19:59:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3338,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-19 19:59:30','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3339,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-03-19 19:59:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3340,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-19 19:59:36','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3341,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-03-19 19:59:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3342,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-19 19:59:38','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3343,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-03-19 19:59:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3344,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-19 19:59:39','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3345,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-03-19 19:59:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3346,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-03-19 19:59:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3347,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-03-19 20:00:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3348,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Programaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-19 20:00:19','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(3349,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-03-19 20:00:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3350,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-03-19 20:00:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3351,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-03-20 16:37:35','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3352,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-03-20 16:39:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3353,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-03-25 02:21:32','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3354,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-25 02:28:14','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(3355,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-03-25 02:28:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3356,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-25 02:30:17','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(3357,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-03-25 02:30:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3358,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-03-25 02:30:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3359,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":114,\"title\":\"Resumenes\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=114\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-03-25 02:30:23','com_menus.item',393,114,'COM_ACTIONLOGS_DISABLED'),(3360,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-03-25 02:30:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3361,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-03-25 02:38:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3362,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-02 15:25:50','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3363,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__extensions\"}','2024-04-02 15:26:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3364,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_PLUGIN\",\"id\":188,\"title\":\"plg_system_updatenotification\",\"itemlink\":\"index.php?option=com_plugins&task=plugin.edit&extension_id=188\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-02 15:26:15','com_plugins.plugin',393,188,'COM_ACTIONLOGS_DISABLED'),(3365,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-03 18:18:35','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3366,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-04-03 18:24:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3367,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Presentaci\\u00f3n del Congreso\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-03 18:24:41','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(3368,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-03 18:24:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3369,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-03 18:24:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3370,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Presentaci\\u00f3n del Congreso\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-03 18:24:54','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(3371,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-03 18:24:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3372,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-03 18:24:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3373,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":105,\"title\":\"Presentaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=105\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-03 18:24:57','com_menus.item',393,105,'COM_ACTIONLOGS_DISABLED'),(3374,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-04-03 18:24:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3375,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-04 19:24:57','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3376,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"anuncio3.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/anuncios\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-04 19:27:10','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(3377,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":\"5\",\"title\":\"Anuncios1\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-04 19:27:44','com_banners.banner',393,5,'COM_ACTIONLOGS_DISABLED'),(3378,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-04-04 19:27:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3379,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"SeccionAnuncio1\",\"extension_name\":\"SeccionAnuncio1\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-04 19:30:30','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3380,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-04-04 19:30:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3381,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-04-04 19:30:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3382,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"SeccionAnuncio1\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-04 19:30:39','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3383,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-04-04 19:30:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3384,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"SeccionAnuncio1\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-04 19:30:52','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3385,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"SeccionAnuncio1\",\"extension_name\":\"SeccionAnuncio1\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-04 19:31:23','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3386,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-04-04 19:31:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3387,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-04-04 19:32:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3388,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":\"5\",\"title\":\"Anuncios1\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-04 19:32:20','com_banners.banner',393,5,'COM_ACTIONLOGS_DISABLED'),(3389,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-04-04 19:32:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3390,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":\"5\",\"title\":\"Anuncios1\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-04 19:32:39','com_banners.banner',393,5,'COM_ACTIONLOGS_DISABLED'),(3391,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-04-04 19:32:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3392,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":\"5\",\"title\":\"Anuncios1\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-04 19:33:08','com_banners.banner',393,5,'COM_ACTIONLOGS_DISABLED'),(3393,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-04-04 19:33:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3394,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"SeccionAnuncio1\",\"extension_name\":\"SeccionAnuncio1\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-04 19:33:47','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3395,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-04-04 19:33:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3396,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-04-04 19:34:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3397,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":6,\"title\":\"Anuncios2\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-04 19:34:06','com_banners.banner',393,6,'COM_ACTIONLOGS_DISABLED'),(3398,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"SeccionAnuncio1\",\"extension_name\":\"SeccionAnuncio1\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-04 19:35:07','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3399,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-04-04 19:35:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3400,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-04 19:35:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3401,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-04 19:41:53','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3402,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-04 19:52:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3403,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-04 19:52:51','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3404,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-04 19:53:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3405,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-06 01:39:19','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3406,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-06 01:41:26','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(3407,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-06 01:41:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3408,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-06 01:41:43','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(3409,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-06 01:41:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3410,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-06 01:44:23','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(3411,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-06 01:44:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3412,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-06 01:45:32','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(3413,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-06 01:45:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3414,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-06 01:47:24','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(3415,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-06 01:47:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3416,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-06 01:51:06','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(3417,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-06 01:51:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3418,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-06 01:53:44','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(3419,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-06 01:53:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3420,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-06 01:54:39','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(3421,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-06 01:54:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3422,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-06 01:55:01','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(3423,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-06 01:55:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3424,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-06 01:55:17','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(3425,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-06 01:55:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3426,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-06 01:55:30','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(3427,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-06 01:55:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3428,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-06 01:55:51','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(3429,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-06 01:55:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3430,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-06 01:55:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3431,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-06 01:56:19','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(3432,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-06 01:56:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3433,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-06 01:56:42','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(3434,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-06 01:56:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3435,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-06 01:57:49','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(3436,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-06 01:57:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3437,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-06 01:59:53','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(3438,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-06 01:59:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3439,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-06 02:00:13','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(3440,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-06 02:00:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3441,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-06 02:01:04','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(3442,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-06 02:01:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3443,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-06 02:01:49','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(3444,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-06 02:01:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3445,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-06 02:02:17','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(3446,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-06 02:02:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3447,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-06 02:02:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3448,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-06 02:02:40','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(3449,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-06 02:02:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3450,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-06 02:02:56','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(3451,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-06 02:02:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3452,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-06 02:03:24','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(3453,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-06 02:03:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3454,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-06 02:03:27','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(3455,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-06 02:03:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3456,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-06 02:03:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3457,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":118,\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=118\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-06 02:03:31','com_menus.item',393,118,'COM_ACTIONLOGS_DISABLED'),(3458,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-04-06 02:03:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3459,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-06 02:03:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3460,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-06 02:04:23','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3461,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-06 02:06:20','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(3462,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-06 02:06:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3463,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-06 02:06:55','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(3464,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-06 02:06:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3465,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-06 02:07:35','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(3466,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-06 02:07:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3467,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-06 02:07:45','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(3468,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-06 02:07:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3469,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"10\",\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=10\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-06 02:08:17','com_content.article',393,10,'COM_ACTIONLOGS_DISABLED'),(3470,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-06 02:08:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3471,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-06 02:08:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3472,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":118,\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=118\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-06 02:08:23','com_menus.item',393,118,'COM_ACTIONLOGS_DISABLED'),(3473,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-04-06 02:08:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3474,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-06 02:08:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3475,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-07 02:32:27','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3476,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-07 04:30:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3477,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-07 04:36:18','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3478,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-09 18:14:04','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3479,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-09 18:35:19','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3480,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-04-09 19:22:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3481,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__categories\"}','2024-04-09 19:25:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3482,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2024-04-09 19:28:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3483,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-04-09 19:30:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3484,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__categories\"}','2024-04-09 19:37:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3485,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-04-09 19:44:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3486,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-04-09 19:46:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3487,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-04-09 20:12:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3488,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-04-09 20:14:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3489,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-04-09 20:21:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3490,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-04-09 20:44:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3491,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-04-09 20:46:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3492,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-04-09 20:46:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3493,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-04-09 20:47:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3494,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-04-09 20:47:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3495,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-09 22:25:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3496,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-10 19:28:41','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3497,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-04-10 19:29:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3498,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-04-10 19:32:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3499,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-10 19:32:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3500,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-17 21:28:49','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3501,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-04-17 21:31:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3502,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-04-17 21:32:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3503,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2024-04-17 21:39:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3504,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2024-04-17 21:39:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3505,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2024-04-17 21:39:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3506,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2024-04-17 21:39:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3507,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-04-17 21:43:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3508,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-04-17 21:44:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3509,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Presentaci\\u00f3n del Congreso\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-17 21:45:15','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(3510,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-17 21:45:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3511,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-17 21:45:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3512,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":105,\"title\":\"Presentaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=105\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-17 21:45:21','com_menus.item',393,105,'COM_ACTIONLOGS_DISABLED'),(3513,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Presentaci\\u00f3n del Congreso\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-17 21:47:15','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(3514,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-17 21:47:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3515,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-17 21:47:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3516,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":105,\"title\":\"Presentaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=105\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-17 21:47:19','com_menus.item',393,105,'COM_ACTIONLOGS_DISABLED'),(3517,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-04-17 21:47:19','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3518,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Presentaci\\u00f3n del Congreso\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-17 21:49:34','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(3519,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-17 21:49:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3520,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-17 21:49:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3521,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":105,\"title\":\"Presentaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=105\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-17 21:49:37','com_menus.item',393,105,'COM_ACTIONLOGS_DISABLED'),(3522,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-04-17 21:49:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3523,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Presentaci\\u00f3n del Congreso\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-17 21:51:09','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(3524,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-17 21:51:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3525,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-17 21:51:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3526,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":105,\"title\":\"Presentaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=105\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-17 21:51:12','com_menus.item',393,105,'COM_ACTIONLOGS_DISABLED'),(3527,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-04-17 21:51:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3528,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Presentaci\\u00f3n del Congreso\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-17 21:51:55','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(3529,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-17 21:51:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3530,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-17 21:51:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3531,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":105,\"title\":\"Presentaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=105\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-17 21:51:58','com_menus.item',393,105,'COM_ACTIONLOGS_DISABLED'),(3532,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-04-17 21:51:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3533,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Presentaci\\u00f3n del Congreso\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-17 21:59:18','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(3534,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-17 21:59:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3535,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-17 21:59:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3536,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":105,\"title\":\"Presentaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=105\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-17 21:59:21','com_menus.item',393,105,'COM_ACTIONLOGS_DISABLED'),(3537,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-04-17 21:59:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3538,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Presentaci\\u00f3n del Congreso\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-17 22:02:17','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(3539,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-17 22:02:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3540,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Presentaci\\u00f3n del Congreso\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-17 22:02:31','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(3541,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-17 22:02:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3542,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-17 22:02:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3543,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-04-17 22:02:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3544,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Presentaci\\u00f3n del Congreso\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-17 22:04:37','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(3545,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-17 22:04:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3546,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-17 22:04:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3547,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":105,\"title\":\"Presentaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=105\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-17 22:06:16','com_menus.item',393,105,'COM_ACTIONLOGS_DISABLED'),(3548,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-17 22:06:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3549,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-22 19:48:12','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3550,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Tira logos.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/patrocinadores\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 19:52:00','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(3551,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Tira logos.jpg\",\"itemlink\":\"index.php?option=com_media\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 19:54:45','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(3552,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Presentaci\\u00f3n del Congreso\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 19:55:01','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(3553,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-22 19:55:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3554,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-22 19:55:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3555,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Presentaci\\u00f3n del Congreso\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 19:55:26','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(3556,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-22 19:55:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3557,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-22 19:55:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3558,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Presentaci\\u00f3n del Congreso\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 19:55:41','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(3559,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-22 19:55:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3560,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-22 19:55:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3561,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Presentaci\\u00f3n del Congreso\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 19:56:01','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(3562,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-22 19:56:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3563,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-22 19:56:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3564,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":105,\"title\":\"Presentaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=105\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 19:56:05','com_menus.item',393,105,'COM_ACTIONLOGS_DISABLED'),(3565,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-04-22 19:56:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3566,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Biologika.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/patrocinadores\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 19:58:23','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(3567,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"cultura.jpeg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/patrocinadores\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 19:59:27','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(3568,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2024-04-22 19:59:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3569,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2024-04-22 20:00:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3570,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Biologika.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/patrocinadores\\/\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 20:03:05','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(3571,'PLG_SYSTEM_ACTIONLOGS_CONTENT_DELETED','{\"action\":\"delete\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":null,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 20:06:22','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(3572,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"museou.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/patrocinadores\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 20:06:34','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(3573,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"museou.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/patrocinadores\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 20:07:22','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(3574,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Biologika.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/patrocinadores\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 20:07:27','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(3575,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Biologika.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/patrocinadores\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 20:10:33','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(3576,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Anuncio_Mailing Curso Ictiologa.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/anuncios\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 20:32:02','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(3577,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":\"5\",\"title\":\"Anuncios1\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 20:32:31','com_banners.banner',393,5,'COM_ACTIONLOGS_DISABLED'),(3578,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-04-22 20:32:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3579,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":\"5\",\"title\":\"Anuncios1\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 20:33:36','com_banners.banner',393,5,'COM_ACTIONLOGS_DISABLED'),(3580,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-04-22 20:33:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3581,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"SeccionAnuncio1\",\"extension_name\":\"SeccionAnuncio1\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 20:34:04','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3582,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-04-22 20:34:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3583,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-04-22 20:34:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3584,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"SeccionAnuncio1\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 20:34:10','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3585,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-04-22 20:34:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3586,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"SeccionAnuncio1\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 20:34:13','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3587,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-04-22 20:34:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3588,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"SeccionAnuncio1\",\"extension_name\":\"SeccionAnuncio1\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 20:34:42','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3589,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-04-22 20:34:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3590,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_CATEGORY\",\"id\":\"12\",\"title\":\"Publicidad\",\"itemlink\":\"index.php?option=com_categories&task=category.edit&id=12\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 20:35:10','com_categories.category',393,12,'COM_ACTIONLOGS_DISABLED'),(3591,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__categories\"}','2024-04-22 20:35:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3592,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":\"5\",\"title\":\"Anuncios1\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 20:35:28','com_banners.banner',393,5,'COM_ACTIONLOGS_DISABLED'),(3593,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-04-22 20:35:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3594,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"SeccionAnuncio1\",\"extension_name\":\"SeccionAnuncio1\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 20:36:01','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3595,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-04-22 20:36:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3596,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-04-22 20:36:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3597,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"SeccionAnuncio1\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 20:36:13','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3598,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-04-22 20:36:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3599,'PLG_SYSTEM_ACTIONLOGS_CONTENT_PUBLISHED','{\"action\":\"publish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"SeccionAnuncio1\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 20:36:16','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3600,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"SeccionAnuncio1\",\"extension_name\":\"SeccionAnuncio1\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 20:36:38','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3601,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-04-22 20:36:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3602,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"SeccionAnuncio1\",\"extension_name\":\"SeccionAnuncio1\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 20:37:51','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3603,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-04-22 20:37:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3604,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"SeccionAnuncio1\",\"extension_name\":\"SeccionAnuncio1\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 20:38:34','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3605,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-04-22 20:38:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3606,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"SeccionAnuncio1\",\"extension_name\":\"SeccionAnuncio1\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 20:39:09','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3607,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-04-22 20:39:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3608,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"SeccionAnuncio1\",\"extension_name\":\"SeccionAnuncio1\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 20:39:24','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3609,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-04-22 20:39:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3610,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"SeccionAnuncio1\",\"extension_name\":\"SeccionAnuncio1\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 20:39:40','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3611,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-04-22 20:39:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3612,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"SeccionAnuncio1\",\"extension_name\":\"SeccionAnuncio1\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 20:40:11','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3613,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-04-22 20:40:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3614,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Anuncio_Mailing Curso Ictiologa.jpg\",\"itemlink\":\"index.php?option=com_media\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 20:40:49','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(3615,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":\"5\",\"title\":\"Anuncios1\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 20:41:01','com_banners.banner',393,5,'COM_ACTIONLOGS_DISABLED'),(3616,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-04-22 20:41:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3617,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":\"5\",\"title\":\"Anuncios1\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 20:41:21','com_banners.banner',393,5,'COM_ACTIONLOGS_DISABLED'),(3618,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-04-22 20:41:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3619,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":\"5\",\"title\":\"Anuncios1\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 20:41:40','com_banners.banner',393,5,'COM_ACTIONLOGS_DISABLED'),(3620,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-04-22 20:41:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3621,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"SeccionAnuncio1\",\"extension_name\":\"SeccionAnuncio1\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 20:42:17','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3622,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-04-22 20:42:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3623,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_BANNER\",\"id\":\"5\",\"title\":\"Anuncios1\",\"itemlink\":\"index.php?option=com_banners&task=banner.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 20:42:43','com_banners.banner',393,5,'COM_ACTIONLOGS_DISABLED'),(3624,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__banners\"}','2024-04-22 20:42:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3625,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__modules\"}','2024-04-22 20:43:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3626,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UNPUBLISHED','{\"action\":\"unpublish\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MODULE\",\"id\":119,\"title\":\"SeccionAnuncio1\",\"itemlink\":\"index.php?option=com_modules&task=module.edit&id=119\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 20:43:02','com_modules.module',393,119,'COM_ACTIONLOGS_DISABLED'),(3627,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 21:09:03','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3628,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-22 21:09:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3629,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-22 21:09:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3630,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 21:09:29','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3631,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-22 21:09:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3632,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-22 21:09:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3633,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Programaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 21:09:32','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(3634,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-04-22 21:09:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3635,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2024-04-22 21:12:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3636,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2024-04-22 21:12:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3637,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2024-04-22 21:13:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3638,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2024-04-22 21:15:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3639,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Biologika.png\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/patrocinadores\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 21:15:30','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(3640,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2024-04-22 21:16:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3641,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Biologika.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/patrocinadores\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 21:17:17','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(3642,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__djimageslider\"}','2024-04-22 21:17:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3643,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Presentaci\\u00f3n del Congreso\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 21:20:04','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(3644,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-22 21:20:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3645,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-22 21:20:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3646,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Presentaci\\u00f3n del Congreso\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 21:20:51','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(3647,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-22 21:20:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3648,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-22 21:20:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3649,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Presentaci\\u00f3n del Congreso\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 21:21:10','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(3650,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-22 21:21:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3651,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-22 21:21:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3652,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Presentaci\\u00f3n del Congreso\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 21:21:51','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(3653,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-22 21:21:51','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3654,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-22 21:21:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3655,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Presentaci\\u00f3n del Congreso\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 21:22:14','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(3656,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-22 21:22:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3657,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-22 21:22:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3658,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"11\",\"title\":\"Presentaci\\u00f3n del Congreso\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=11\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 21:22:33','com_content.article',393,11,'COM_ACTIONLOGS_DISABLED'),(3659,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-22 21:22:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3660,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-22 21:22:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3661,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-04-22 21:25:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3662,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-04-22 21:25:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3663,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"cultura.jpeg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/patrocinadores\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-22 21:28:35','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(3664,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-22 21:29:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3665,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-24 15:28:15','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3666,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-24 18:01:36','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3667,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-24 18:03:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3668,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-04-24 18:03:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3669,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-24 18:03:45','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3670,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-24 18:03:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3671,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-24 18:03:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3672,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Programaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-24 18:03:50','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(3673,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-04-24 18:03:50','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3674,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-24 18:19:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3675,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-24 18:26:30','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3676,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-24 18:33:41','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3677,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-24 18:33:41','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3678,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-24 18:33:44','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3679,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Programaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-24 18:33:47','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(3680,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-04-24 18:33:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3681,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-24 18:34:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3682,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Programaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-24 18:34:17','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(3683,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-24 18:34:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3684,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-24 19:21:58','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3685,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-25 22:24:46','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3686,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-25 22:27:45','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3687,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-25 22:27:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3688,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-25 22:27:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3689,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-25 22:28:25','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3690,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-25 22:28:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3691,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-25 22:28:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3692,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-25 22:28:46','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3693,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-25 22:28:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3694,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-25 22:28:50','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3695,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-25 22:30:26','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3696,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-25 22:30:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3697,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-25 22:30:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3698,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-25 22:30:47','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3699,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-25 22:30:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3700,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-25 22:32:38','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3701,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-25 22:32:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3702,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-25 22:32:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3703,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Programaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-25 22:32:47','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(3704,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-04-25 22:32:47','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3705,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-25 22:34:14','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(3706,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-25 22:34:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3707,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-25 22:34:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3708,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-25 22:35:10','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(3709,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-25 22:35:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3710,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-25 22:35:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3711,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-25 22:35:39','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(3712,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-25 22:35:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3713,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-04-25 22:35:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3714,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":113,\"title\":\"Registro y pago\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=113\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-04-25 22:38:02','com_menus.item',393,113,'COM_ACTIONLOGS_DISABLED'),(3715,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-04-25 22:38:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3716,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-25 22:38:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3717,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-04-29 21:33:46','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3718,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-01 21:52:40','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3719,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-01 21:55:05','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(3720,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-01 21:55:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3721,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-01 21:55:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3722,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"5\",\"title\":\"Registro como participante\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=5\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-01 21:55:25','com_content.article',393,5,'COM_ACTIONLOGS_DISABLED'),(3723,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-01 21:55:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3724,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-01 21:55:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3725,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":113,\"title\":\"Registro y pago\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=113\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-01 21:55:31','com_menus.item',393,113,'COM_ACTIONLOGS_DISABLED'),(3726,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-05-01 21:55:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3727,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":113,\"title\":\"Registro y pago\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=113\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-01 21:55:34','com_menus.item',393,113,'COM_ACTIONLOGS_DISABLED'),(3728,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-01 21:55:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3729,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-03 21:25:41','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3730,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 21:47:10','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3731,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 21:47:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3732,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 21:47:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3733,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 21:49:53','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3734,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 21:49:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3735,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 21:49:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3736,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 21:50:43','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3737,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 21:50:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3738,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 21:53:10','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3739,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 21:53:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3740,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 21:53:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3741,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 21:55:46','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3742,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 21:55:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3743,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 21:55:49','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3744,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 22:00:03','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3745,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:00:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3746,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:00:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3747,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 22:02:30','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3748,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:02:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3749,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:02:34','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3750,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 22:03:23','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3751,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:03:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3752,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:03:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3753,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 22:03:46','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3754,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:03:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3755,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:03:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3756,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 22:04:09','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3757,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:04:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3758,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:04:13','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3759,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 22:05:15','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3760,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:05:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3761,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:05:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3762,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 22:06:43','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3763,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:06:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3764,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:06:46','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3765,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 22:07:02','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3766,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:07:02','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3767,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 22:07:03','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3768,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:07:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3769,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:07:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3770,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 22:08:10','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3771,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:08:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3772,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:08:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3773,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 22:12:14','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3774,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:12:14','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3775,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:12:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3776,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 22:14:11','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3777,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:14:11','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3778,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 22:14:17','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3779,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:14:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3780,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:14:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3781,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 22:24:57','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3782,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:24:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3783,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 22:25:40','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3784,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:25:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3785,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:25:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3786,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 22:26:45','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3787,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:26:45','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3788,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:26:48','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3789,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 22:29:28','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3790,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:29:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3791,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 22:30:05','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3792,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:30:05','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3793,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:30:08','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3794,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 22:30:23','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3795,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:30:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3796,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:30:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3797,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 22:32:27','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3798,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:32:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3799,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:32:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3800,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 22:33:55','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3801,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:33:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3802,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:33:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3803,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 22:34:12','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3804,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:34:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3805,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:34:16','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3806,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 22:35:37','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3807,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:35:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3808,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 22:36:04','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3809,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:36:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3810,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:36:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3811,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 22:36:29','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3812,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:36:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3813,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:36:32','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3814,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 22:40:53','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3815,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:40:53','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3816,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 22:40:54','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3817,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:40:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3818,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:40:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3819,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 22:42:17','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3820,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:42:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3821,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:42:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3822,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 22:42:33','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3823,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:42:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3824,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:42:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3825,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 22:44:57','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3826,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:44:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3827,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:45:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3828,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 22:48:26','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3829,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:48:26','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3830,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:48:29','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3831,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 22:49:07','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3832,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:49:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3833,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:49:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3834,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 22:49:30','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3835,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:49:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3836,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:49:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3837,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 22:49:56','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3838,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:49:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3839,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:49:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3840,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 22:50:20','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3841,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:50:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3842,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:50:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3843,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 22:59:07','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3844,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:59:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3845,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 22:59:10','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3846,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 23:00:40','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3847,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 23:00:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3848,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 23:00:43','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3849,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 23:01:01','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3850,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 23:01:01','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3851,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 23:01:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3852,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 23:02:17','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3853,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 23:02:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3854,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 23:02:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3855,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 23:02:54','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3856,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 23:02:54','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3857,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 23:02:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3858,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 23:04:22','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3859,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 23:04:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3860,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 23:04:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3861,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 23:04:56','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3862,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 23:04:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3863,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 23:04:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3864,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 23:05:39','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3865,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 23:05:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3866,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 23:05:42','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3867,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 23:06:04','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3868,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 23:06:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3869,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 23:06:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3870,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 23:06:25','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3871,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 23:06:25','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3872,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 23:06:28','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3873,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 23:06:56','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3874,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 23:06:56','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3875,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 23:06:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3876,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 23:07:18','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3877,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 23:07:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3878,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 23:07:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3879,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 23:07:33','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3880,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 23:07:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3881,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 23:07:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3882,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 23:08:03','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3883,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 23:08:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3884,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 23:08:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3885,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-03 23:08:31','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3886,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 23:08:31','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3887,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-03 23:08:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3888,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-04 17:07:30','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3889,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-04 17:12:20','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3890,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-04 17:12:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3891,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-04 17:12:24','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3892,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-04 17:14:12','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3893,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-04 17:14:12','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3894,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-04 17:14:15','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3895,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Programaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-04 17:14:27','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(3896,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-05-04 17:14:27','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3897,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-04 17:14:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3898,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-04 17:16:01','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3899,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-04 17:16:21','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3900,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-04 17:16:21','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3901,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-04 17:16:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3902,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-04 17:16:33','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3903,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-04 17:16:33','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3904,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-04 17:16:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3905,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-04 17:29:18','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3906,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-04 17:29:18','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3907,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-04 17:29:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3908,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-04 17:29:35','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3909,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-04 17:29:35','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3910,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-04 17:29:37','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3911,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Programaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-04 17:29:59','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(3912,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-05-04 17:29:59','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3913,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-04 17:30:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3914,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-07 20:02:06','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3915,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-07 20:50:49','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3916,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-05-07 20:51:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3917,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-07 21:01:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3918,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-07 21:02:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3919,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-07 21:02:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3920,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-07 21:02:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3921,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-07 21:02:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3922,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-07 21:04:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3923,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-08 19:46:18','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3924,'PLG_SYSTEM_ACTIONLOGS_CONTENT_ADDED','{\"action\":\"add\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MEDIA\",\"id\":0,\"title\":\"Luis.jpg\",\"itemlink\":\"index.php?option=com_media&path=local-images:\\/invitados\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-08 19:59:57','com_media.file',393,0,'COM_ACTIONLOGS_DISABLED'),(3925,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-08 20:04:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3926,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-08 20:16:04','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3927,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-08 20:59:01','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3928,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-08 20:59:36','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3929,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-08 20:59:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3930,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-08 20:59:40','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3931,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Programaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-08 20:59:52','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(3932,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-05-08 20:59:52','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3933,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-09 04:34:20','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3934,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-09 04:36:04','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3935,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-09 04:36:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3936,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-09 04:37:06','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3937,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-09 04:37:06','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3938,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"3\",\"title\":\"PROGRAMACI\\u00d3N\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=3\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-09 04:37:07','com_content.article',393,3,'COM_ACTIONLOGS_DISABLED'),(3939,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-09 04:37:07','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3940,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-05-09 04:37:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3941,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":111,\"title\":\"Programaci\\u00f3n\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=111\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-05-09 04:37:30','com_menus.item',393,111,'COM_ACTIONLOGS_DISABLED'),(3942,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-05-09 04:37:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3943,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-09 04:38:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3944,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-23 20:27:34','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3945,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-23 20:55:30','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3946,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-05-23 21:08:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3947,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-06-17 15:28:08','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3948,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-06-17 15:29:00','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3949,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-06-17 15:29:09','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3950,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-06-17 15:29:36','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3951,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-06-17 15:29:58','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3952,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-06-17 15:31:03','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3953,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-06-17 15:32:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3954,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-06-17 15:32:39','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3955,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-06-17 15:36:23','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3956,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-06-17 15:36:38','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3957,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-06-17 15:38:30','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3958,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-07-09 04:01:07','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3959,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_ARTICLE\",\"id\":\"6\",\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"itemlink\":\"index.php?option=com_content&task=article.edit&id=6\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-07-09 04:04:17','com_content.article',393,6,'COM_ACTIONLOGS_DISABLED'),(3960,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-07-09 04:04:17','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3961,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2024-07-09 04:04:20','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3962,'PLG_SYSTEM_ACTIONLOGS_CONTENT_UPDATED','{\"action\":\"update\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_MENU_ITEM\",\"id\":114,\"title\":\"Resumenes\",\"itemlink\":\"index.php?option=com_menus&task=item.edit&id=114\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\"}','2024-07-09 04:04:22','com_menus.item',393,114,'COM_ACTIONLOGS_DISABLED'),(3963,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2024-07-09 04:04:22','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3964,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2024-07-09 04:07:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3965,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_IN','{\"action\":\"login\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-02-17 03:15:37','com_users',393,0,'COM_ACTIONLOGS_DISABLED'),(3966,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__content\"}','2025-02-17 03:16:55','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3967,'PLG_ACTIONLOG_JOOMLA_USER_CHECKIN','{\"action\":\"checkin\",\"type\":\"PLG_ACTIONLOG_JOOMLA_TYPE_USER\",\"id\":393,\"title\":\"admin\",\"itemlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"table\":\"#__menu\"}','2025-02-17 03:16:57','com_checkin',393,393,'COM_ACTIONLOGS_DISABLED'),(3968,'PLG_ACTIONLOG_JOOMLA_USER_LOGGED_OUT','{\"action\":\"logout\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-02-17 03:18:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3969,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:01:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3970,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:01:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3971,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:01:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3972,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:01:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3973,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:01:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3974,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:01:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3975,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:01:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3976,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:01:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3977,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:01:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3978,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:01:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3979,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:01:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3980,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:01:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3981,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3982,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3983,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3984,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3985,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3986,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3987,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3988,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3989,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3990,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3991,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3992,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3993,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3994,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3995,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3996,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3997,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3998,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(3999,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4000,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4001,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4002,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4003,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4004,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4005,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4006,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4007,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4008,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4009,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4010,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4011,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4012,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4013,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4014,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4015,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4016,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4017,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4018,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4019,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4020,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4021,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4022,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4023,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4024,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4025,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4026,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4027,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4028,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-09-14 08:02:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4029,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 16:01:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4030,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 16:01:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4031,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 16:01:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4032,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 16:01:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4033,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 16:01:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4034,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 16:01:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4035,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 16:01:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4036,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 16:01:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4037,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 16:01:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4038,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 16:01:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4039,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 16:02:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4040,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 16:02:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4041,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 16:30:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4042,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 17:21:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4043,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 19:42:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4044,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 19:42:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4045,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 19:42:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4046,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 19:42:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4047,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 19:42:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4048,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 19:42:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4049,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 19:42:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4050,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 19:42:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4051,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 19:42:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4052,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 19:42:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4053,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 19:43:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4054,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 19:50:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4055,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 19:50:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4056,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 19:50:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4057,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 19:50:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4058,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 19:50:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4059,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 19:50:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4060,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 19:50:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4061,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 19:50:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4062,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 19:50:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4063,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 19:50:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4064,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-06 21:05:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4065,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 02:02:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4066,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 02:02:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4067,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 02:02:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4068,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 02:02:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4069,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 02:02:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4070,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 02:02:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4071,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 02:02:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4072,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 02:02:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4073,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 02:02:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4074,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 02:02:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4075,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 02:02:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4076,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 02:13:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4077,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 02:13:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4078,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 02:13:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4079,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 02:13:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4080,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 02:13:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4081,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 02:13:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4082,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 02:13:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4083,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 02:13:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4084,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 02:13:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4085,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 02:13:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4086,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 02:13:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4087,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 23:53:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4088,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 23:53:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4089,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 23:53:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4090,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-07 23:53:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4091,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-08 00:11:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4092,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-08 00:11:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4093,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-08 00:11:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4094,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-08 00:11:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4095,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-08 09:30:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4096,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-08 09:41:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4097,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-11 18:22:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4098,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-11 18:22:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4099,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-11 18:22:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4100,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-11 18:22:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4101,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-11 18:22:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4102,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-11 18:22:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4103,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-11 18:34:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4104,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-11 18:35:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4105,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-11 18:35:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4106,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-11 18:35:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4107,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-11 18:35:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4108,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-11 18:35:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4109,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-11 23:56:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4110,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-11 23:56:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4111,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-11 23:56:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4112,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 00:06:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4113,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 00:06:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4114,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 00:06:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4115,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 02:20:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4116,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-12 02:29:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4117,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 13:10:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4118,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 13:10:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4119,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 13:10:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4120,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 13:10:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4121,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 13:10:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4122,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 13:10:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4123,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 13:10:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4124,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 13:10:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4125,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 13:10:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4126,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 13:10:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4127,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 13:10:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4128,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 13:18:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4129,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 13:18:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4130,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 13:18:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4131,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 13:18:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4132,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 13:18:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4133,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 13:18:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4134,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 13:18:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4135,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 13:18:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4136,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 13:18:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4137,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 13:18:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4138,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 13:18:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4139,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:05:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4140,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:05:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4141,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:05:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4142,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:05:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4143,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:05:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4144,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:21:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4145,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:21:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4146,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:21:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4147,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:23:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4148,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:23:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4149,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:23:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4150,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:23:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4151,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:23:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4152,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:23:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4153,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:25:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4154,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:25:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4155,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:25:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4156,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:25:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4157,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:25:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4158,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:25:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4159,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:25:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4160,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:25:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4161,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:25:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4162,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:25:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4163,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:25:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4164,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:25:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4165,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:26:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4166,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:27:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4167,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:27:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4168,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:27:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4169,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-16 18:28:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4170,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-26 20:37:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4171,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-11-26 20:45:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4172,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-08 15:40:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4173,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-08 15:40:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4174,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-08 15:40:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4175,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-08 15:40:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4176,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-08 15:40:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4177,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-08 15:40:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4178,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-08 15:40:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4179,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-08 15:40:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4180,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-08 18:03:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4181,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-08 18:03:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4182,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-08 18:03:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4183,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-08 18:03:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4184,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-08 18:03:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4185,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-08 18:03:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4186,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-08 18:04:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4187,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-08 18:04:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4188,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-08 18:05:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4189,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-08 18:05:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4190,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-08 18:06:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4191,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-09 15:54:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4192,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-09 15:54:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4193,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-09 15:54:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4194,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-09 15:54:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4195,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-09 15:54:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4196,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-09 15:54:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4197,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-09 15:54:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4198,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-09 15:54:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4199,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-09 15:54:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4200,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-09 15:54:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4201,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-09 15:54:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4202,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-09 16:45:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4203,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-09 16:45:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4204,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-09 17:01:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4205,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-09 17:01:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4206,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-09 17:27:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4207,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-09 17:27:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4208,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-09 18:12:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4209,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-09 20:38:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4210,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-09 20:41:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4211,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-10 22:52:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4212,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-10 22:52:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4213,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-10 22:52:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4214,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-10 22:52:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4215,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-10 22:52:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4216,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-10 22:52:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4217,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-11 02:04:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4218,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-11 02:04:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4219,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-11 02:04:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4220,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-11 02:04:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4221,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-11 02:04:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4222,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-11 02:04:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4223,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-11 02:04:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4224,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-11 02:04:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4225,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-11 02:04:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4226,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-11 02:04:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4227,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-11 02:04:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4228,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-11 02:04:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4229,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-11 02:05:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4230,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-11 02:05:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4231,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-11 02:05:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4232,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-11 02:05:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4233,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-11 02:05:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4234,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-11 02:05:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4235,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-11 02:05:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4236,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-11 02:05:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4237,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-11 02:05:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4238,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:03:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4239,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:03:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4240,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:03:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4241,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:03:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4242,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:03:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4243,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:03:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4244,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:03:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4245,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:03:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4246,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:03:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4247,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:04:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4248,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:04:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4249,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:04:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4250,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:04:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4251,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:04:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4252,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:04:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4253,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:04:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4254,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:04:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4255,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:04:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4256,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:04:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4257,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:04:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4258,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:04:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4259,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:04:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4260,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:04:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4261,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:04:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4262,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:04:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4263,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:04:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4264,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:04:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4265,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:04:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4266,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:04:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4267,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:04:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4268,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:04:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4269,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:04:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4270,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:04:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4271,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:04:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4272,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:04:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4273,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:04:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4274,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:04:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4275,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:04:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4276,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:04:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4277,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:04:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4278,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:04:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4279,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:04:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4280,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:04:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4281,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:04:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4282,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:04:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4283,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:05:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4284,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:05:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4285,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:05:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4286,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:05:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4287,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:05:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4288,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:05:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4289,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:05:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4290,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:05:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4291,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:05:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4292,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:05:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4293,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:05:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4294,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:05:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4295,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:05:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4296,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 07:05:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4297,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 21:34:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4298,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 21:34:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4299,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 21:40:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4300,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 21:41:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4301,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-14 22:24:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4302,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-22 16:51:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4303,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-22 17:32:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4304,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-22 17:32:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4305,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-22 17:32:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4306,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-22 17:32:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4307,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-22 17:32:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4308,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-22 17:32:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4309,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-22 17:32:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4310,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-22 17:32:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4311,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-22 17:32:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4312,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-22 17:32:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4313,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-22 17:46:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4314,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-22 17:46:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4315,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-22 17:46:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4316,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-22 17:46:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4317,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-22 17:46:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4318,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-22 17:46:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4319,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-22 17:46:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4320,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-22 17:46:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4321,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-22 17:46:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4322,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-22 17:46:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4323,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 20:13:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4324,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 20:13:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4325,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 20:13:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4326,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 20:13:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4327,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 20:13:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4328,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 20:13:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4329,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 20:13:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4330,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 20:14:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4331,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 20:14:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4332,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 20:14:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4333,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 20:14:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4334,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 20:17:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4335,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 20:18:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4336,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 20:18:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4337,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 20:18:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4338,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 20:18:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4339,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 20:18:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4340,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 20:19:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4341,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 20:20:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4342,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 20:20:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4343,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 20:20:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4344,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 20:20:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4345,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 21:18:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4346,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 21:20:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4347,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 21:20:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4348,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 21:21:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4349,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 21:24:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4350,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 21:24:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4351,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 21:24:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4352,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 21:24:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4353,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 23:29:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4354,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 23:29:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4355,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 23:29:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4356,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 23:29:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4357,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 23:29:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4358,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 23:29:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4359,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 23:29:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4360,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 23:35:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4361,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 23:35:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4362,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 23:35:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4363,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 23:35:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4364,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 23:35:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4365,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 23:35:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4366,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-23 23:35:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4367,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 03:01:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4368,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 03:01:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4369,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 03:01:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4370,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 03:01:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4371,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 03:01:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4372,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 03:01:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4373,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 03:01:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4374,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 03:01:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4375,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 03:01:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4376,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 03:01:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4377,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 03:08:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4378,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 03:08:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4379,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 03:08:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4380,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 03:08:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4381,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 03:08:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4382,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 03:08:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4383,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 03:08:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4384,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 03:08:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4385,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 03:08:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4386,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 03:08:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4387,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 16:11:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4388,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 16:13:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4389,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 16:25:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4390,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 16:25:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4391,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 16:25:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4392,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 16:25:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4393,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 16:25:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4394,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-24 16:25:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4395,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-27 13:43:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4396,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-27 13:43:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4397,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-27 13:43:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4398,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-27 13:43:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4399,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-27 13:43:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4400,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-27 13:43:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4401,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-27 13:43:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4402,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-27 13:43:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4403,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-27 13:43:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4404,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-27 13:43:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4405,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-27 13:43:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4406,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-28 09:31:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4407,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-28 09:32:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4408,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-28 09:34:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4409,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-28 09:34:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4410,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-28 09:35:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4411,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-28 09:35:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4412,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-28 09:36:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4413,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-28 09:37:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4414,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-28 09:37:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4415,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-28 09:38:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4416,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-28 09:38:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4417,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-28 09:39:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4418,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-28 09:39:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4419,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-28 09:39:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4420,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2025-12-28 09:41:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4421,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-01-08 07:08:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4422,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-01-08 07:08:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4423,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-01-08 07:08:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4424,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-01-08 07:08:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4425,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-01-10 13:07:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4426,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-01-12 17:38:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4427,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-24 23:53:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4428,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-24 23:53:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4429,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-24 23:53:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4430,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-25 00:27:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4431,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-25 00:27:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4432,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-02-25 00:27:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4433,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-25 20:36:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4434,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-25 20:36:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4435,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-25 20:36:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4436,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-25 20:36:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4437,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-25 20:36:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4438,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-25 20:36:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4439,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-25 20:36:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4440,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-25 20:50:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4441,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-25 20:50:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4442,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-25 20:50:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4443,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-26 18:18:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4444,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-26 18:18:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4445,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-26 18:18:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4446,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-26 18:18:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4447,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-26 18:18:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4448,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-26 18:32:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4449,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-26 18:32:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4450,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-26 18:32:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4451,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-03-26 18:32:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4452,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:02:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4453,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:02:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4454,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:02:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4455,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:02:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4456,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:02:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4457,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:02:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4458,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:02:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4459,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:03:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4460,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:03:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4461,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:03:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4462,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:03:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4463,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:03:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4464,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:04:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4465,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:04:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4466,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:04:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4467,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:04:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4468,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:04:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4469,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:04:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4470,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:05:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4471,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:05:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4472,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:05:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4473,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:05:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4474,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:05:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4475,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:05:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4476,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:05:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4477,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:06:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4478,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:06:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4479,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:06:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4480,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:06:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4481,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:06:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4482,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:06:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4483,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:06:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4484,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:06:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4485,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:07:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4486,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:07:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4487,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:07:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4488,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:07:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4489,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:07:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4490,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:07:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4491,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:07:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4492,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:07:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4493,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:07:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4494,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:07:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4495,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:07:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4496,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:07:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4497,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:08:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4498,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:08:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4499,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:08:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4500,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:08:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4501,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:08:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4502,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:08:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4503,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:08:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4504,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:08:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4505,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:08:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4506,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:08:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4507,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:08:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4508,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:08:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4509,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:09:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4510,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:09:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4511,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:09:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4512,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:09:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4513,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:09:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4514,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:09:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4515,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:09:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4516,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:09:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4517,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:09:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4518,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:09:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4519,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:09:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4520,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:09:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4521,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:10:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4522,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:10:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4523,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:10:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4524,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:10:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4525,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:10:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4526,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:10:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4527,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:10:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4528,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:10:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4529,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:10:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4530,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:10:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4531,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:10:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4532,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:10:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4533,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:10:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4534,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:10:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4535,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:10:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4536,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:10:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4537,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:10:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4538,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:10:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4539,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:11:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4540,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:11:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4541,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:11:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4542,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:11:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4543,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:11:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4544,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:11:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4545,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:11:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4546,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:11:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4547,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:11:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4548,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:11:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4549,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:11:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4550,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:11:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4551,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:11:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4552,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:11:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4553,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:11:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4554,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:12:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4555,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:12:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4556,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:12:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4557,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:12:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4558,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:12:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4559,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:12:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4560,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:12:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4561,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:12:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4562,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:12:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4563,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:12:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4564,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:12:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4565,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:12:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4566,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:12:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4567,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:12:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4568,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:13:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4569,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:13:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4570,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:13:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4571,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:13:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4572,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:13:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4573,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:13:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4574,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:13:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4575,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:13:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4576,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:13:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4577,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:13:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4578,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:13:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4579,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:13:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4580,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:13:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4581,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:13:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4582,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:14:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4583,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:14:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4584,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:14:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4585,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:14:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4586,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:14:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4587,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:14:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4588,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:14:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4589,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:14:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4590,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:14:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4591,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:14:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4592,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:14:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4593,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:14:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4594,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:14:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4595,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:14:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4596,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:14:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4597,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:14:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4598,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:14:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4599,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:15:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4600,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:15:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4601,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:15:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4602,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:15:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4603,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:15:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4604,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:15:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4605,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:15:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4606,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:15:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4607,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:15:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4608,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:15:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4609,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:15:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4610,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:15:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4611,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:15:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4612,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:15:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4613,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:15:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4614,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:15:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4615,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:15:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4616,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:16:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4617,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:16:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4618,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:16:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4619,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:16:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4620,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:16:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4621,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:16:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4622,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:16:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4623,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:16:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4624,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:16:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4625,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:16:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4626,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:16:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4627,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:16:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4628,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:16:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4629,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:16:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4630,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:16:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4631,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:16:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4632,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:16:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4633,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:17:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4634,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:17:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4635,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:17:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4636,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:17:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4637,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:17:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4638,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:17:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4639,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:17:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4640,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:17:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4641,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:17:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4642,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:17:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4643,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:17:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4644,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:17:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4645,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:17:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4646,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:17:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4647,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:17:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4648,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:17:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4649,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:17:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4650,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:18:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4651,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:18:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4652,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:18:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4653,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:18:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4654,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:18:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4655,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:18:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4656,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:18:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4657,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:18:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4658,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:18:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4659,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:18:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4660,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:18:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4661,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:18:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4662,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:18:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4663,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:18:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4664,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:18:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4665,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:18:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4666,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:18:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4667,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:18:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4668,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:18:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4669,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:19:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4670,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:19:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4671,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:19:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4672,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:19:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4673,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:19:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4674,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:19:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4675,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:19:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4676,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:19:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4677,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:19:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4678,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:19:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4679,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:19:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4680,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:19:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4681,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:19:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4682,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:19:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4683,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:19:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4684,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:19:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4685,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:19:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4686,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:19:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4687,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:19:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4688,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:19:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4689,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:19:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4690,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:20:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4691,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:20:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4692,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:20:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4693,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:20:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4694,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:20:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4695,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:20:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4696,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:20:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4697,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:20:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4698,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:20:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4699,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:20:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4700,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:20:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4701,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:20:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4702,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:20:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4703,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:20:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4704,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:20:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4705,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:20:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4706,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:20:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4707,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:20:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4708,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:20:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4709,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:21:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4710,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:21:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4711,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:21:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4712,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:21:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4713,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:21:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4714,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:21:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4715,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:21:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4716,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:21:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4717,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:21:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4718,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:21:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4719,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:21:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4720,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:21:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4721,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:21:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4722,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:21:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4723,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:21:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4724,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:21:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4725,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:21:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4726,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:21:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4727,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:21:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4728,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:21:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4729,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:22:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4730,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:22:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4731,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:22:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4732,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:22:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4733,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:22:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4734,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:22:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4735,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:22:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4736,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:22:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4737,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:22:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4738,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:22:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4739,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:22:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4740,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:22:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4741,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:22:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4742,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:22:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4743,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:22:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4744,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:22:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4745,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:22:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4746,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:22:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4747,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:23:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4748,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:23:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4749,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:23:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4750,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:23:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4751,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:23:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4752,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:23:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4753,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:23:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4754,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:23:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4755,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:23:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4756,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:23:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4757,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:23:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4758,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:23:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4759,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:23:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4760,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:23:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4761,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:23:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4762,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:23:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4763,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:23:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4764,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:23:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4765,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:23:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4766,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:24:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4767,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:24:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4768,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:24:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4769,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:24:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4770,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:24:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4771,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:24:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4772,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:24:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4773,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:24:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4774,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:24:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4775,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:24:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4776,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:24:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4777,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:24:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4778,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:24:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4779,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:24:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4780,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:24:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4781,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:24:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4782,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:24:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4783,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:24:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4784,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:25:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4785,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:25:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4786,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:25:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4787,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:25:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4788,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:25:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4789,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:25:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4790,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:25:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4791,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:25:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4792,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:25:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4793,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:25:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4794,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:25:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4795,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:25:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4796,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:25:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4797,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:25:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4798,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:25:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4799,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:25:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4800,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:25:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4801,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:25:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4802,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:25:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4803,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:25:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4804,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:26:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4805,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:26:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4806,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:26:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4807,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:26:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4808,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:26:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4809,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:26:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4810,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:26:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4811,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:26:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4812,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:26:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4813,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:26:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4814,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:26:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4815,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:26:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4816,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:26:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4817,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:26:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4818,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:26:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4819,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:26:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4820,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:26:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4821,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:26:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4822,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:27:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4823,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:27:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4824,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:27:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4825,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:27:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4826,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:27:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4827,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:27:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4828,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:27:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4829,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:27:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4830,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:27:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4831,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:27:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4832,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:27:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4833,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:27:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4834,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:27:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4835,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:27:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4836,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:27:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4837,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:27:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4838,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:27:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4839,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:27:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4840,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:27:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4841,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:28:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4842,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:28:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4843,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:28:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4844,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:28:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4845,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:28:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4846,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:28:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4847,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:28:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4848,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:28:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4849,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:28:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4850,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:28:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4851,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:28:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4852,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:28:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4853,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:28:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4854,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:28:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4855,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:28:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4856,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:28:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4857,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:28:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4858,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:28:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4859,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:28:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4860,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:28:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4861,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:29:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4862,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:29:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4863,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:29:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4864,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:29:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4865,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:29:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4866,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:29:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4867,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:29:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4868,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:29:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4869,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:29:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4870,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:29:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4871,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:29:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4872,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:29:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4873,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:29:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4874,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:29:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4875,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:29:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4876,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:29:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4877,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:29:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4878,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:29:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4879,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:29:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4880,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:29:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4881,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:30:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4882,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:30:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4883,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:30:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4884,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:30:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4885,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:30:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4886,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:30:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4887,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:30:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4888,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:30:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4889,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:30:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4890,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:30:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4891,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:30:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4892,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:30:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4893,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:30:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4894,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:30:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4895,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:30:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4896,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:30:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4897,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:30:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4898,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:30:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4899,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:30:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4900,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:30:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4901,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:31:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4902,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:31:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4903,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:31:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4904,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:31:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4905,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:31:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4906,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:31:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4907,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:31:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4908,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:31:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4909,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:31:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4910,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:31:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4911,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:31:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4912,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:31:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4913,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:31:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4914,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:31:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4915,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:31:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4916,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:31:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4917,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:31:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4918,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:31:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4919,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:31:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4920,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:31:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4921,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:32:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4922,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:32:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4923,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:32:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4924,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:32:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4925,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:32:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4926,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:32:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4927,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:32:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4928,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:32:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4929,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:32:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4930,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:32:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4931,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:32:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4932,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:32:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4933,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:32:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4934,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:32:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4935,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:32:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4936,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:32:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4937,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:32:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4938,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:32:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4939,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:32:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4940,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:33:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4941,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:33:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4942,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:33:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4943,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:33:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4944,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:33:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4945,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:33:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4946,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:33:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4947,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:33:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4948,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:33:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4949,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:33:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4950,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:33:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4951,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:33:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4952,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:33:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4953,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:33:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4954,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:33:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4955,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:33:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4956,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:33:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4957,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:33:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4958,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:33:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4959,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:33:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4960,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:34:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4961,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:34:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4962,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:34:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4963,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:34:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4964,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:34:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4965,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:34:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4966,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:34:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4967,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:34:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4968,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:34:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4969,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:34:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4970,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:34:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4971,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:34:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4972,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:34:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4973,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:34:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4974,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:34:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4975,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:34:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4976,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:34:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4977,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:34:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4978,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:34:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4979,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:34:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4980,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:34:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4981,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:34:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4982,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:35:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4983,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:35:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4984,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:35:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4985,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:35:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4986,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:35:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4987,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:35:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4988,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:35:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4989,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:35:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4990,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:35:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4991,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:35:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4992,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:35:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4993,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:35:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4994,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:35:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4995,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:35:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4996,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:35:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4997,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:35:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4998,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:35:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(4999,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:35:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5000,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:35:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5001,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:35:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5002,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:35:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5003,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:35:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5004,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:36:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5005,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:36:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5006,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:36:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5007,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:36:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5008,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:36:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5009,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:36:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5010,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:36:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5011,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:36:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5012,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:36:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5013,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:36:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5014,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:36:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5015,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:36:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5016,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:36:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5017,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:36:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5018,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:36:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5019,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:36:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5020,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:36:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5021,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:36:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5022,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:36:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5023,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:36:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5024,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:37:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5025,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:37:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5026,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:37:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5027,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:37:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5028,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:37:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5029,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:37:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5030,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:37:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5031,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:37:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5032,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:37:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5033,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:37:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5034,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:37:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5035,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:37:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5036,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:37:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5037,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:37:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5038,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:37:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5039,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:37:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5040,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:37:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5041,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:37:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5042,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:37:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5043,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:37:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5044,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:38:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5045,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:38:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5046,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:38:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5047,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:38:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5048,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:38:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5049,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:38:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5050,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:38:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5051,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:38:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5052,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:38:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5053,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:38:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5054,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:38:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5055,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:38:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5056,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:38:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5057,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:38:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5058,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:38:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5059,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:38:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5060,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:38:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5061,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:38:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5062,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:38:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5063,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:39:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5064,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:39:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5065,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:39:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5066,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:39:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5067,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:39:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5068,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:39:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5069,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:39:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5070,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:39:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5071,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:39:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5072,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:39:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5073,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:39:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5074,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:39:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5075,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:39:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5076,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:39:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5077,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:39:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5078,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:39:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5079,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:39:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5080,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:39:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5081,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:39:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5082,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:40:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5083,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:40:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5084,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:40:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5085,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:40:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5086,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:40:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5087,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:40:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5088,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:40:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5089,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:40:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5090,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:40:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5091,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:40:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5092,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:40:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5093,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:40:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5094,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:40:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5095,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:40:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5096,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:40:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5097,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:40:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5098,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:40:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5099,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:40:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5100,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:40:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5101,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:41:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5102,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:41:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5103,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:41:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5104,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:41:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5105,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:41:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5106,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:41:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5107,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:41:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5108,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:41:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5109,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:41:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5110,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:41:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5111,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:41:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5112,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:41:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5113,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:41:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5114,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:41:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5115,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:41:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5116,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:41:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5117,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:41:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5118,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:41:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5119,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:41:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5120,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:42:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5121,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:42:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5122,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:42:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5123,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:42:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5124,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:42:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5125,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:42:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5126,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:42:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5127,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:42:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5128,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:42:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5129,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:42:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5130,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:42:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5131,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:42:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5132,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:42:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5133,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:42:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5134,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:42:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5135,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:42:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5136,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:42:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5137,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:42:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5138,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:42:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5139,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:42:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5140,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:43:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5141,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:43:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5142,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:43:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5143,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:43:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5144,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:43:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5145,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:43:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5146,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:43:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5147,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:43:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5148,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:43:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5149,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:43:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5150,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:43:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5151,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:43:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5152,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:43:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5153,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:43:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5154,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:43:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5155,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:43:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5156,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:43:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5157,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:44:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5158,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:44:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5159,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:44:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5160,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:44:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5161,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:44:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5162,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:44:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5163,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:44:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5164,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:44:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5165,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:44:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5166,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:44:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5167,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:44:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5168,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:44:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5169,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:44:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5170,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:44:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5171,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:44:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5172,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:44:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5173,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:44:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5174,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:44:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5175,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:44:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5176,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:45:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5177,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:45:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5178,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:45:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5179,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:45:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5180,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:45:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5181,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:45:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5182,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:45:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5183,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:45:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5184,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:45:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5185,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:45:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5186,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:45:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5187,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:45:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5188,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:45:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5189,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:45:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5190,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:45:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5191,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:45:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5192,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:45:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5193,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:45:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5194,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:45:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5195,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:45:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5196,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:45:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5197,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:45:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5198,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:46:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5199,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:46:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5200,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:46:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5201,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:46:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5202,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:46:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5203,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:46:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5204,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:46:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5205,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:46:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5206,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:46:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5207,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:46:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5208,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:46:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5209,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:46:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5210,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:46:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5211,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:46:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5212,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:46:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5213,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:46:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5214,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:46:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5215,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:46:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5216,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:46:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5217,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:46:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5218,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:46:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5219,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:46:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5220,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:47:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5221,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:47:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5222,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:47:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5223,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:47:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5224,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:47:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5225,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:47:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5226,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:47:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5227,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:47:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5228,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:47:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5229,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:47:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5230,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:47:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5231,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:47:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5232,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:47:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5233,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:47:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5234,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:47:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5235,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:47:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5236,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:47:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5237,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:47:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5238,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:47:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5239,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:47:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5240,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:47:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5241,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:48:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5242,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:48:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5243,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:48:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5244,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:48:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5245,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:48:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5246,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:48:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5247,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:48:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5248,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:48:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5249,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:48:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5250,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:48:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5251,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:48:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5252,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:48:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5253,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:48:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5254,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:48:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5255,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:48:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5256,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:48:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5257,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:48:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5258,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:48:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5259,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:48:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5260,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:48:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5261,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:48:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5262,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:48:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5263,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:49:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5264,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:49:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5265,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:49:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5266,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:49:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5267,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:49:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5268,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:49:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5269,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:49:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5270,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:49:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5271,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:49:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5272,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:49:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5273,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:49:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5274,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:49:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5275,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:49:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5276,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:49:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5277,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:49:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5278,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:49:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5279,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:49:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5280,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:49:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5281,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:49:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5282,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:49:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5283,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:50:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5284,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:50:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5285,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:50:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5286,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:50:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5287,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:50:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5288,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:50:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5289,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:50:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5290,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:50:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5291,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:50:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5292,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:50:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5293,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:50:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5294,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:50:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5295,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:50:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5296,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:50:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5297,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:50:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5298,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:50:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5299,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:50:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5300,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:50:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5301,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:50:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5302,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:51:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5303,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:51:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5304,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:51:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5305,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:51:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5306,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:51:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5307,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:51:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5308,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:51:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5309,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:51:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5310,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:51:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5311,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:51:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5312,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:51:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5313,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:51:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5314,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:51:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5315,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:51:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5316,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:51:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5317,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:51:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5318,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:51:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5319,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:51:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5320,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:51:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5321,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:52:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5322,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:52:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5323,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:52:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5324,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:52:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5325,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:52:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5326,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:52:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5327,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:52:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5328,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:52:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5329,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:52:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5330,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:52:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5331,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:52:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5332,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:52:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5333,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:52:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5334,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:52:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5335,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:52:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5336,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:52:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5337,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:52:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5338,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:52:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5339,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:52:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5340,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:53:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5341,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:53:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5342,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:53:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5343,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:53:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5344,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:53:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5345,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:53:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5346,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:53:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5347,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:53:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5348,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:53:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5349,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:53:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5350,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:53:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5351,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:53:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5352,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:53:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5353,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:53:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5354,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:53:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5355,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:53:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5356,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:53:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5357,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:54:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5358,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:54:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5359,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:54:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5360,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:54:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5361,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:54:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5362,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:54:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5363,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:54:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5364,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:54:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5365,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:54:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5366,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:54:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5367,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:54:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5368,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:54:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5369,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:54:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5370,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:54:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5371,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:54:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5372,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:54:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5373,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:54:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5374,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:54:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5375,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:54:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5376,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:54:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5377,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:55:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5378,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:55:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5379,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:55:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5380,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:55:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5381,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:55:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5382,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:55:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5383,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:55:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5384,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:55:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5385,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:55:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5386,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:55:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5387,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:55:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5388,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:55:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5389,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:55:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5390,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:55:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5391,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:55:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5392,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:55:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5393,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:55:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5394,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:55:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5395,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:55:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5396,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:55:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5397,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:56:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5398,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:56:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5399,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:56:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5400,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:56:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5401,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:56:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5402,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:56:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5403,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:56:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5404,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:56:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5405,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:56:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5406,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:56:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5407,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:56:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5408,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:56:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5409,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:56:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5410,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:56:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5411,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:56:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5412,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:56:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5413,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:56:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5414,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:56:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5415,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:56:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5416,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:57:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5417,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:57:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5418,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:57:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5419,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:57:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5420,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:57:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5421,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:57:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5422,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:57:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5423,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:57:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5424,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:57:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5425,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:57:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5426,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:57:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5427,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:57:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5428,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:57:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5429,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:57:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5430,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:57:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5431,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:57:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5432,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:57:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED');
INSERT INTO `cql20_action_logs` VALUES (5433,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:57:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5434,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:57:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5435,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:57:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5436,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:58:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5437,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:58:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5438,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:58:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5439,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:58:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5440,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:58:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5441,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:58:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5442,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:58:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5443,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:58:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5444,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:58:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5445,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:58:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5446,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:58:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5447,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:58:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5448,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:58:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5449,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:58:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5450,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:58:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5451,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:58:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5452,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:58:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5453,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:58:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5454,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:58:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5455,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:59:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5456,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:59:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5457,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:59:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5458,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:59:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5459,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:59:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5460,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:59:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5461,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:59:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5462,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:59:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5463,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:59:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5464,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:59:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5465,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:59:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5466,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:59:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5467,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:59:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5468,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:59:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5469,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:59:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5470,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:59:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5471,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:59:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5472,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:59:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5473,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:59:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5474,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 03:59:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5475,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:00:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5476,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:00:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5477,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:00:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5478,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:00:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5479,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:00:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5480,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:00:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5481,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:00:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5482,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:00:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5483,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:00:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5484,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:00:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5485,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:00:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5486,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:00:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5487,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:00:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5488,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:00:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5489,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:00:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5490,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:00:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5491,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:00:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5492,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:00:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5493,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:00:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5494,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:01:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5495,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:01:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5496,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:01:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5497,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:01:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5498,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:01:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5499,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:01:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5500,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:01:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5501,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:01:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5502,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:01:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5503,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:01:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5504,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:01:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5505,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:01:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5506,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:01:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5507,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:01:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5508,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:01:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5509,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:01:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5510,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:01:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5511,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:01:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5512,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:01:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5513,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:01:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5514,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:02:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5515,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:02:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5516,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:02:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5517,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:02:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5518,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:02:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5519,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:02:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5520,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:02:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5521,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:02:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5522,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:02:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5523,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:02:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5524,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:02:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5525,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:02:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5526,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:02:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5527,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:02:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5528,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:02:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5529,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:02:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5530,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:02:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5531,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:02:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5532,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:02:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5533,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:03:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5534,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:03:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5535,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:03:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5536,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:03:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5537,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:03:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5538,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:03:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5539,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:03:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5540,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:03:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5541,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:03:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5542,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:03:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5543,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:03:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5544,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:03:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5545,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:03:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5546,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:04:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5547,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:04:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5548,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:04:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5549,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:04:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5550,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:04:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5551,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:04:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5552,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:04:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5553,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:04:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5554,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:04:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5555,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:04:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5556,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:04:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5557,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:04:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5558,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:04:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5559,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:04:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5560,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:04:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5561,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:04:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5562,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:04:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5563,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:04:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5564,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:04:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5565,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:04:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5566,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:05:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5567,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:05:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5568,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:05:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5569,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:05:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5570,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:05:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5571,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:05:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5572,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:05:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5573,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:05:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5574,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:05:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5575,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:05:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5576,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:05:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5577,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:05:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5578,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:05:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5579,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:05:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5580,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:05:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5581,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:05:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5582,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:05:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5583,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:06:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5584,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:06:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5585,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:06:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5586,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:06:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5587,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:06:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5588,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:06:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5589,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:06:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5590,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:06:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5591,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:06:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5592,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:06:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5593,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:06:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5594,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:06:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5595,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:06:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5596,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:06:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5597,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:06:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5598,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:06:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5599,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:06:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5600,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:06:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5601,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:07:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5602,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:07:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5603,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:07:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5604,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:07:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5605,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:07:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5606,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:07:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5607,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:07:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5608,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:07:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5609,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:07:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5610,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:07:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5611,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:07:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5612,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:07:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5613,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:07:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5614,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:07:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5615,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:07:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5616,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:07:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5617,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:07:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5618,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:07:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5619,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:07:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5620,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:08:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5621,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:08:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5622,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:08:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5623,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:08:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5624,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:08:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5625,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:08:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5626,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:08:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5627,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:08:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5628,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:08:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5629,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:08:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5630,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:08:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5631,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:08:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5632,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:08:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5633,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:08:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5634,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:08:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5635,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:08:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5636,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:08:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5637,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:08:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5638,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:08:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5639,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:08:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5640,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:08:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5641,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:09:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5642,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:09:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5643,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:09:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5644,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:09:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5645,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:09:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5646,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:09:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5647,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:09:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5648,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:09:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5649,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:09:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5650,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:09:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5651,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:09:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5652,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:09:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5653,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:09:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5654,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:09:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5655,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:09:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5656,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:09:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5657,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:09:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5658,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:09:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5659,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:09:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5660,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:09:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5661,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:10:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5662,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:10:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5663,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:10:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5664,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:10:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5665,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:10:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5666,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:10:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5667,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:10:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5668,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:10:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5669,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:10:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5670,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:10:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5671,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:10:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5672,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:10:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5673,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:10:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5674,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:10:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5675,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:10:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5676,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:10:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5677,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:10:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5678,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:10:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5679,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:10:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5680,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:10:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5681,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:10:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5682,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:11:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5683,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:11:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5684,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:11:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5685,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:11:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5686,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:11:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5687,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:11:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5688,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:11:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5689,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:11:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5690,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:11:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5691,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:11:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5692,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:11:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5693,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:11:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5694,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:11:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5695,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:11:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5696,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:11:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5697,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:11:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5698,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:11:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5699,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:11:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5700,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:11:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5701,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:11:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5702,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:12:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5703,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:12:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5704,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:12:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5705,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:12:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5706,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:12:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5707,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:12:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5708,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:12:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5709,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:12:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5710,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:12:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5711,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:12:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5712,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:12:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5713,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:12:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5714,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:12:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5715,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:12:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5716,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:12:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5717,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:12:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5718,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:12:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5719,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:12:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5720,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:13:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5721,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:13:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5722,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:13:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5723,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:13:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5724,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:13:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5725,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:13:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5726,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:13:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5727,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:13:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5728,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:13:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5729,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:13:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5730,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:13:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5731,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:13:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5732,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:13:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5733,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:13:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5734,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:13:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5735,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:13:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5736,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:13:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5737,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:14:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5738,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:14:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5739,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:14:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5740,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:14:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5741,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:14:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5742,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:14:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5743,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:14:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5744,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:14:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5745,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:14:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5746,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:14:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5747,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:14:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5748,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:14:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5749,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:14:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5750,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:14:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5751,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:14:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5752,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:14:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5753,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:14:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5754,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:15:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5755,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:15:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5756,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:15:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5757,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:15:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5758,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:15:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5759,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:15:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5760,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:15:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5761,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:15:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5762,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:15:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5763,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:15:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5764,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:15:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5765,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:15:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5766,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:15:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5767,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:15:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5768,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:15:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5769,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:15:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5770,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:15:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5771,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:15:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5772,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:15:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5773,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:16:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5774,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:16:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5775,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:16:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5776,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:16:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5777,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:16:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5778,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:16:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5779,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:16:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5780,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:16:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5781,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:16:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5782,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:16:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5783,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:16:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5784,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:16:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5785,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:16:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5786,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:16:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5787,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:16:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5788,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:16:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5789,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:16:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5790,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:16:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5791,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:16:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5792,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:16:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5793,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:17:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5794,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:17:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5795,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:17:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5796,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:17:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5797,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:17:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5798,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:17:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5799,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:17:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5800,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:17:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5801,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:17:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5802,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:17:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5803,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:17:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5804,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:17:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5805,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:17:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5806,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:17:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5807,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:18:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5808,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:18:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5809,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:18:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5810,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:18:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5811,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:18:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5812,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:18:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5813,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:18:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5814,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:18:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5815,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:18:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5816,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:18:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5817,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:18:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5818,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:18:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5819,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:18:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5820,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:18:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5821,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:18:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5822,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:18:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5823,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:18:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5824,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:18:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5825,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:18:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5826,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:18:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5827,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:19:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5828,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:19:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5829,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:19:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5830,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:19:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5831,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:19:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5832,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:19:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5833,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:19:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5834,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:19:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5835,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:19:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5836,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:19:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5837,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:19:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5838,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:19:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5839,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:19:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5840,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:19:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5841,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:19:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5842,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:19:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5843,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:19:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5844,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:19:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5845,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:19:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5846,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:20:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5847,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:20:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5848,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:20:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5849,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:20:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5850,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:20:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5851,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:20:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5852,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:20:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5853,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:20:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5854,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:20:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5855,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:20:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5856,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:20:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5857,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:20:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5858,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:20:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5859,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:20:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5860,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:20:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5861,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:20:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5862,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:20:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5863,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:20:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5864,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:20:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5865,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:20:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5866,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:20:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5867,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:21:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5868,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:21:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5869,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:21:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5870,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:21:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5871,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:21:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5872,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:21:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5873,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:21:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5874,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:21:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5875,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:21:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5876,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:21:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5877,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:21:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5878,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:21:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5879,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:22:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5880,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:22:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5881,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:22:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5882,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:22:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5883,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:22:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5884,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:22:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5885,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:22:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5886,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:22:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5887,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:22:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5888,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:22:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5889,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:22:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5890,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:22:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5891,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:22:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5892,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:22:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5893,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:23:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5894,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:23:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5895,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:23:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5896,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:23:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5897,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:23:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5898,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:23:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5899,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:23:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5900,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:23:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5901,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:23:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5902,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:23:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5903,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:23:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5904,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:23:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5905,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:23:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5906,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:23:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5907,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:23:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5908,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:23:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5909,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:23:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5910,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:23:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5911,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:23:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5912,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:24:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5913,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:24:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5914,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:24:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5915,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:24:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5916,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:24:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5917,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:24:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5918,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:24:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5919,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:24:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5920,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:24:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5921,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:24:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5922,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:24:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5923,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:24:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5924,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:24:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5925,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:24:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5926,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:24:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5927,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:25:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5928,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:25:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5929,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:25:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5930,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:25:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5931,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:25:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5932,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:25:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5933,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:25:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5934,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:25:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5935,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:25:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5936,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:25:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5937,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:25:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5938,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:25:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5939,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:25:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5940,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:25:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5941,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:25:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5942,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:25:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5943,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:26:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5944,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:26:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5945,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:26:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5946,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:26:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5947,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:26:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5948,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:26:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5949,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:26:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5950,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:26:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5951,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:26:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5952,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:26:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5953,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:26:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5954,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:26:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5955,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:26:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5956,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:26:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5957,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:26:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5958,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:26:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5959,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:26:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5960,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:27:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5961,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:27:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5962,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:27:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5963,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:27:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5964,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:27:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5965,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:27:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5966,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:27:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5967,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:27:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5968,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:27:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5969,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:27:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5970,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:27:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5971,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:27:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5972,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:27:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5973,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:27:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5974,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:27:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5975,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:27:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5976,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:28:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5977,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:28:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5978,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:28:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5979,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:28:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5980,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:28:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5981,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:28:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5982,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:28:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5983,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:28:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5984,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:28:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5985,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:28:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5986,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:28:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5987,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:28:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5988,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:28:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5989,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:28:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5990,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:28:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5991,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:29:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5992,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:29:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5993,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:29:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5994,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:29:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5995,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:29:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5996,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:29:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5997,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:29:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5998,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:29:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(5999,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:29:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6000,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:29:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6001,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:29:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6002,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:29:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6003,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:29:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6004,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:29:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6005,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:29:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6006,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:29:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6007,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:29:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6008,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:30:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6009,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:30:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6010,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:30:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6011,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:30:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6012,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:30:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6013,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:30:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6014,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:30:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6015,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:30:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6016,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:30:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6017,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:30:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6018,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:30:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6019,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:30:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6020,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:30:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6021,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:30:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6022,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:30:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6023,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:30:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6024,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:30:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6025,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:30:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6026,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:31:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6027,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:31:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6028,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:31:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6029,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:31:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6030,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:31:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6031,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:31:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6032,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:31:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6033,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:31:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6034,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:31:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6035,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:31:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6036,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:31:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6037,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:31:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6038,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:31:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6039,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:31:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6040,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:31:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6041,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:31:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6042,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:32:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6043,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:32:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6044,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:32:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6045,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:32:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6046,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:32:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6047,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:32:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6048,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:32:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6049,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:32:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6050,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:32:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6051,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:32:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6052,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:32:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6053,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:32:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6054,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:32:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6055,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:32:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6056,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:32:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6057,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:32:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6058,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:33:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6059,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:33:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6060,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:33:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6061,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:33:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6062,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:33:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6063,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:33:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6064,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:33:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6065,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:33:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6066,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:33:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6067,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:33:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6068,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:33:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6069,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:33:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6070,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:33:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6071,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:33:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6072,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:33:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6073,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:34:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6074,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:34:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6075,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:34:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6076,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:34:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6077,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:34:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6078,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:34:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6079,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:34:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6080,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:34:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6081,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:34:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6082,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:34:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6083,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:34:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6084,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:34:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6085,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:34:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6086,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:34:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6087,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:34:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6088,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:34:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6089,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:34:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6090,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:35:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6091,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:35:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6092,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:35:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6093,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:35:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6094,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:35:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6095,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:35:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6096,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:35:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6097,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:35:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6098,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:35:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6099,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:35:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6100,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:35:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6101,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:35:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6102,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:35:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6103,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:35:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6104,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:35:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6105,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:35:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6106,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:35:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6107,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:36:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6108,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:36:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6109,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:36:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6110,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:36:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6111,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:36:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6112,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:36:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6113,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:36:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6114,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:36:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6115,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:36:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6116,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:36:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6117,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:36:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6118,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:36:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6119,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:36:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6120,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:36:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6121,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:36:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6122,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:36:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6123,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:36:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6124,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:37:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6125,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:37:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6126,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:37:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6127,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:37:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6128,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:37:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6129,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:37:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6130,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:37:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6131,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:37:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6132,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:37:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6133,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:37:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6134,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:37:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6135,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:38:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6136,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:38:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6137,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:38:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6138,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:38:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6139,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:38:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6140,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:38:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6141,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:38:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6142,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:38:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6143,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:38:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6144,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:38:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6145,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:38:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6146,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:38:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6147,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:38:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6148,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:38:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6149,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:39:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6150,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:39:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6151,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:39:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6152,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:39:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6153,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:39:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6154,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:39:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6155,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:39:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6156,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:39:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6157,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:39:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6158,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:39:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6159,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:39:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6160,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:39:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6161,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:39:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6162,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:39:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6163,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:39:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6164,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:40:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6165,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:40:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6166,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:40:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6167,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:40:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6168,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:40:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6169,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:40:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6170,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:40:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6171,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:40:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6172,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:40:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6173,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:40:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6174,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:40:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6175,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:40:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6176,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:40:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6177,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:40:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6178,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:41:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6179,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:41:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6180,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:41:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6181,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:41:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6182,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:41:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6183,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:41:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6184,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:41:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6185,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:41:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6186,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:41:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6187,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:41:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6188,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:41:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6189,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:41:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6190,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:41:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6191,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:41:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6192,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:42:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6193,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:42:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6194,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:42:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6195,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:42:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6196,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:42:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6197,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:42:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6198,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:42:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6199,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:42:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6200,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:42:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6201,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:42:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6202,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:42:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6203,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:42:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6204,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:42:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6205,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:43:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6206,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:43:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6207,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:43:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6208,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:43:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6209,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:43:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6210,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:43:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6211,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:43:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6212,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:43:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6213,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:43:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6214,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:43:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6215,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:43:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6216,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:43:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6217,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:43:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6218,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:43:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6219,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:43:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6220,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:44:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6221,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:44:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6222,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:44:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6223,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:44:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6224,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:44:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6225,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:44:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6226,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:44:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6227,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:44:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6228,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:44:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6229,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:44:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6230,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:44:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6231,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:44:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6232,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:44:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6233,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:44:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6234,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:45:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6235,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:45:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6236,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:45:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6237,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:45:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6238,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:45:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6239,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:45:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6240,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:45:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6241,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:45:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6242,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:45:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6243,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:45:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6244,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:45:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6245,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:45:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6246,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:45:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6247,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:45:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6248,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:46:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6249,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:46:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6250,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:46:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6251,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:46:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6252,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:46:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6253,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:46:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6254,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:46:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6255,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:46:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6256,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:46:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6257,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:46:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6258,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:46:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6259,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:46:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6260,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:46:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6261,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:47:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6262,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:47:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6263,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:47:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6264,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:47:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6265,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:47:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6266,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:47:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6267,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:47:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6268,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:47:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6269,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:47:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6270,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:47:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6271,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:47:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6272,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:47:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6273,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:47:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6274,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:47:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6275,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:47:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6276,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:47:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6277,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:47:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6278,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:48:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6279,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:48:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6280,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:48:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6281,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:48:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6282,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:48:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6283,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:48:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6284,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:48:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6285,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:48:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6286,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:48:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6287,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:48:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6288,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:48:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6289,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:48:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6290,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:48:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6291,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:48:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6292,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:48:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6293,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:48:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6294,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:48:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6295,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:48:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6296,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:48:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6297,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:48:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6298,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:49:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6299,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:49:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6300,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:49:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6301,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:49:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6302,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:49:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6303,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:49:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6304,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:49:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6305,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:49:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6306,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:49:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6307,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:49:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6308,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:49:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6309,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:49:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6310,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:49:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6311,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:49:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6312,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:49:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6313,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:49:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6314,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:49:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6315,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:49:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6316,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:50:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6317,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:50:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6318,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:50:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6319,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:50:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6320,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:50:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6321,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:50:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6322,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:50:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6323,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:50:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6324,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:50:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6325,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:50:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6326,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:50:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6327,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:50:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6328,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:50:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6329,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:50:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6330,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:50:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6331,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:50:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6332,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:50:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6333,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:50:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6334,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:50:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6335,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:51:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6336,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:51:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6337,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:51:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6338,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:51:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6339,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:51:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6340,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:51:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6341,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:51:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6342,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:51:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6343,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:51:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6344,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:51:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6345,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:51:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6346,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:51:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6347,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:51:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6348,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:51:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6349,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:51:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6350,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:51:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6351,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:51:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6352,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:51:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6353,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:51:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6354,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:52:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6355,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:52:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6356,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:52:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6357,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:52:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6358,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:52:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6359,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:52:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6360,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:52:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6361,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:52:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6362,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:52:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6363,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:52:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6364,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:52:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6365,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:52:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6366,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:52:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6367,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:52:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6368,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:52:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6369,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:52:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6370,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:52:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6371,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:52:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6372,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:52:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6373,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:53:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6374,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:53:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6375,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:53:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6376,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:53:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6377,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:53:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6378,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:53:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6379,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:53:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6380,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:53:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6381,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:53:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6382,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:53:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6383,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:53:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6384,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:53:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6385,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:53:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6386,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:53:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6387,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:53:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6388,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:53:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6389,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:53:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6390,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:53:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6391,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:53:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6392,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:53:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6393,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:54:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6394,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:54:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6395,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:54:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6396,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:54:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6397,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:54:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6398,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:54:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6399,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:54:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6400,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:54:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6401,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:54:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6402,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:54:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6403,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:54:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6404,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:54:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6405,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:54:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6406,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:54:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6407,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:54:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6408,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:54:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6409,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:54:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6410,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:54:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6411,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:54:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6412,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:55:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6413,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:55:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6414,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:55:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6415,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:55:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6416,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:55:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6417,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:55:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6418,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:55:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6419,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:55:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6420,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:55:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6421,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:55:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6422,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:55:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6423,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:55:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6424,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:55:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6425,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:55:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6426,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:55:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6427,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:55:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6428,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:55:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6429,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:55:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6430,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:55:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6431,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:56:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6432,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:56:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6433,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:56:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6434,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:56:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6435,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:56:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6436,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:56:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6437,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:56:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6438,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:56:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6439,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:56:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6440,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:56:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6441,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:56:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6442,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:56:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6443,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:56:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6444,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:56:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6445,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:56:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6446,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:56:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6447,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:56:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6448,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:56:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6449,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:56:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6450,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:56:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6451,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:57:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6452,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:57:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6453,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:57:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6454,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:57:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6455,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:57:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6456,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:57:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6457,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:57:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6458,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:57:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6459,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:57:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6460,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:57:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6461,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:57:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6462,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:57:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6463,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:57:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6464,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:57:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6465,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:57:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6466,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:57:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6467,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:57:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6468,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:57:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6469,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:57:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6470,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:58:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6471,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:58:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6472,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:58:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6473,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:58:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6474,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:58:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6475,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:58:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6476,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:58:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6477,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:58:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6478,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:58:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6479,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:58:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6480,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:58:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6481,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:58:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6482,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:58:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6483,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:58:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6484,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:58:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6485,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:58:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6486,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:58:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6487,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:58:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6488,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:58:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6489,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:59:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6490,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:59:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6491,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:59:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6492,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:59:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6493,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:59:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6494,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:59:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6495,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:59:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6496,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:59:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6497,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:59:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6498,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:59:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6499,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:59:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6500,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 04:59:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6501,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:00:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6502,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:00:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6503,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:00:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6504,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:00:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6505,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:00:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6506,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:00:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6507,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:00:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6508,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:00:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6509,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:00:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6510,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:00:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6511,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:00:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6512,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:00:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6513,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:00:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6514,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:01:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6515,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:01:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6516,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:01:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6517,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:01:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6518,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:01:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6519,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:01:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6520,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:01:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6521,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:01:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6522,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:01:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6523,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:01:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6524,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:01:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6525,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:01:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6526,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:01:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6527,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:01:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6528,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:01:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6529,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:01:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6530,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:01:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6531,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:01:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6532,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:01:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6533,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:02:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6534,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:02:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6535,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:02:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6536,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:02:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6537,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:02:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6538,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:02:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6539,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:02:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6540,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:02:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6541,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:02:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6542,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:02:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6543,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:02:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6544,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:02:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6545,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:02:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6546,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:02:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6547,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:02:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6548,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:02:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6549,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:02:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6550,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:02:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6551,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:03:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6552,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:03:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6553,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:03:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6554,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:03:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6555,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:03:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6556,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:03:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6557,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:03:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6558,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:03:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6559,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:03:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6560,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:03:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6561,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:03:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6562,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:03:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6563,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:03:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6564,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:03:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6565,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:03:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6566,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:03:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6567,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:03:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6568,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:03:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6569,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:03:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6570,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:03:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6571,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:03:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6572,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:04:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6573,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:04:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6574,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:04:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6575,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:04:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6576,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:04:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6577,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:04:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6578,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:04:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6579,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:04:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6580,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:04:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6581,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:04:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6582,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:04:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6583,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:04:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6584,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:04:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6585,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:04:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6586,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:04:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6587,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:04:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6588,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:04:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6589,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:04:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6590,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:04:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6591,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:05:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6592,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:05:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6593,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:05:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6594,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:05:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6595,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:05:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6596,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:05:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6597,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:05:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6598,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:05:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6599,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:05:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6600,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:05:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6601,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:05:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6602,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:05:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6603,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:05:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6604,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:05:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6605,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:05:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6606,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:05:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6607,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:05:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6608,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:05:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6609,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:05:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6610,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:05:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6611,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:05:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6612,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:06:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6613,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:06:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6614,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:06:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6615,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:06:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6616,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:06:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6617,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:06:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6618,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:06:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6619,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:06:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6620,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:06:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6621,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:06:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6622,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:06:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6623,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:06:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6624,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:06:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6625,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:06:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6626,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:06:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6627,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:06:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6628,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:06:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6629,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:06:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6630,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:06:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6631,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:06:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6632,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:07:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6633,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:07:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6634,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:07:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6635,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:07:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6636,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:07:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6637,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:07:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6638,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:07:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6639,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:07:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6640,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:07:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6641,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:07:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6642,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:07:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6643,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:07:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6644,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:07:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6645,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:07:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6646,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:07:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6647,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:07:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6648,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:07:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6649,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:07:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6650,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:07:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6651,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:07:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6652,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:07:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6653,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:07:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6654,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:07:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6655,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:08:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6656,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:08:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6657,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:08:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6658,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:08:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6659,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:08:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6660,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:08:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6661,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:08:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6662,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:08:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6663,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:08:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6664,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:08:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6665,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:08:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6666,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:08:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6667,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:08:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6668,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:08:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6669,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:08:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6670,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:08:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6671,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:08:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6672,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:09:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6673,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:09:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6674,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:09:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6675,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:09:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6676,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:09:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6677,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:09:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6678,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:09:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6679,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:09:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6680,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:09:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6681,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:09:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6682,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:09:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6683,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:09:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6684,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:09:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6685,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:09:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6686,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:09:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6687,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:09:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6688,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:09:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6689,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:09:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6690,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:09:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6691,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:09:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6692,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:10:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6693,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:10:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6694,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:10:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6695,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:10:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6696,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:10:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6697,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:10:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6698,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:10:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6699,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:10:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6700,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:10:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6701,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:10:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6702,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:10:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6703,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:10:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6704,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:10:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6705,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:10:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6706,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:10:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6707,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:10:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6708,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:10:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6709,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:10:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6710,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:10:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6711,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:10:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6712,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:10:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6713,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:10:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6714,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:11:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6715,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:11:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6716,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:11:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6717,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:11:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6718,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:11:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6719,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:11:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6720,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:11:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6721,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:11:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6722,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:11:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6723,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:11:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6724,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:11:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6725,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:11:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6726,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:11:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6727,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:11:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6728,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:11:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6729,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:11:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6730,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:11:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6731,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:11:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6732,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:11:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6733,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:11:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6734,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:12:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6735,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:12:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6736,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:12:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6737,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:12:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6738,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:12:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6739,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:12:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6740,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:12:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6741,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:12:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6742,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:12:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6743,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:12:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6744,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:12:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6745,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:12:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6746,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:12:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6747,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:12:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6748,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:12:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6749,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:12:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6750,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:12:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6751,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:12:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6752,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:12:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6753,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:12:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6754,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:12:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6755,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:13:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6756,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:13:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6757,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:13:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6758,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:13:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6759,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:13:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6760,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:13:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6761,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:13:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6762,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:13:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6763,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:13:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6764,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:13:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6765,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:13:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6766,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:13:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6767,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:13:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6768,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:13:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6769,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:13:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6770,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:13:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6771,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:13:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6772,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:14:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6773,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:14:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6774,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:14:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6775,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:14:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6776,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:14:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6777,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:14:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6778,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:14:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6779,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:14:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6780,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:14:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6781,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:14:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6782,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:14:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6783,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:14:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6784,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:14:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6785,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:14:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6786,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:14:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6787,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:14:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6788,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:14:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6789,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:14:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6790,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:14:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6791,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:14:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6792,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:14:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6793,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:15:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6794,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:15:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6795,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:15:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6796,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:15:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6797,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:15:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6798,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:15:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6799,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:15:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6800,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:15:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6801,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:15:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6802,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:15:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6803,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:15:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6804,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:15:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6805,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:15:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6806,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:15:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6807,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:15:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6808,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:15:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6809,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:15:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6810,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:15:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6811,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:15:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6812,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:16:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6813,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:16:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6814,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:16:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6815,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:16:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6816,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:16:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6817,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:16:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6818,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:16:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6819,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:16:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6820,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:16:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6821,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:16:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6822,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:16:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6823,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:16:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6824,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:16:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6825,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:16:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6826,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:16:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6827,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:16:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6828,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:16:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6829,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:16:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6830,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:16:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6831,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:16:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6832,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:16:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6833,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:16:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6834,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:17:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6835,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:17:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6836,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:17:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6837,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:17:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6838,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:17:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6839,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:17:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6840,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:17:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6841,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:17:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6842,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:17:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6843,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:17:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6844,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:17:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6845,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:17:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6846,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:17:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6847,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:17:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6848,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:17:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6849,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:17:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6850,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:17:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6851,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:17:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6852,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:17:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6853,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:17:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6854,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:17:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6855,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:17:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6856,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:18:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6857,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:18:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6858,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:18:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6859,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:18:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6860,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:18:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6861,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:18:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6862,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:18:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6863,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:18:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6864,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:18:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6865,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:18:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6866,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:18:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6867,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:18:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6868,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:18:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6869,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:18:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6870,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:18:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6871,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:18:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6872,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:18:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6873,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:18:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6874,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:18:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6875,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:18:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6876,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:18:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6877,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:19:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6878,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:19:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6879,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:19:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6880,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:19:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6881,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:19:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6882,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:19:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6883,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:19:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6884,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:19:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6885,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:19:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6886,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:19:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6887,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:19:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6888,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:19:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6889,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:19:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6890,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:19:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6891,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:19:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6892,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:19:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6893,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:19:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6894,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:19:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6895,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:19:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6896,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:19:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6897,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:19:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6898,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:20:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6899,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:20:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6900,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:20:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6901,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:20:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6902,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:20:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6903,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:20:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6904,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:20:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6905,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:20:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6906,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:20:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6907,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:20:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6908,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:20:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6909,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:20:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6910,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:20:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6911,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:20:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6912,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:20:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6913,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:20:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6914,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:20:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6915,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:20:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6916,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:21:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6917,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:21:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6918,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:21:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6919,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:21:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6920,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:21:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6921,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:21:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6922,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:21:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6923,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:21:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6924,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:21:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6925,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:21:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6926,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:21:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6927,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:21:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6928,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:21:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6929,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:21:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6930,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:21:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6931,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:21:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6932,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:21:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6933,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:21:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6934,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:21:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6935,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:21:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6936,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:21:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6937,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:21:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6938,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:21:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6939,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:22:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6940,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:22:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6941,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:22:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6942,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:22:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6943,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:22:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6944,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:22:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6945,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:22:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6946,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:22:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6947,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:22:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6948,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:22:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6949,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:22:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6950,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:22:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6951,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:22:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6952,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:22:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6953,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:22:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6954,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:22:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6955,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:22:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6956,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:22:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6957,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:22:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6958,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:22:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6959,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:22:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6960,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:22:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6961,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:23:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6962,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:23:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6963,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:23:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6964,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:23:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6965,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:23:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6966,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:23:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6967,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:23:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6968,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:23:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6969,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:23:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6970,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:23:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6971,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:23:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6972,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:23:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6973,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:23:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6974,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:23:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6975,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:23:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6976,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:23:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6977,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:23:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6978,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:23:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6979,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:23:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6980,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:24:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6981,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:24:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6982,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:24:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6983,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:24:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6984,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:24:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6985,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:24:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6986,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:24:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6987,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:24:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6988,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:24:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6989,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:24:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6990,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:24:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6991,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:24:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6992,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:24:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6993,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:24:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6994,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:24:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6995,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:24:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6996,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:24:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6997,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:24:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6998,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:24:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(6999,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:24:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7000,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:25:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7001,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:25:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7002,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:25:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7003,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:25:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7004,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:25:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7005,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:25:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7006,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:25:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7007,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:25:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7008,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:25:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7009,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:25:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7010,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:25:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7011,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:25:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7012,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:25:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7013,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:25:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7014,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:25:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7015,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:25:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7016,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:25:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7017,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:25:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7018,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:25:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7019,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:25:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7020,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:25:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7021,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:25:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7022,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:25:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7023,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:25:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7024,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:25:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7025,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:25:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7026,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:25:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7027,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:26:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7028,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:26:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7029,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:26:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7030,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:26:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7031,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:26:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7032,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:26:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7033,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:26:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7034,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:26:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7035,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:26:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7036,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:26:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7037,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:26:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7038,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:26:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7039,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:26:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7040,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:26:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7041,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:26:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7042,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:26:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7043,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:26:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7044,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:26:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7045,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:26:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7046,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:26:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7047,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:26:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7048,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:26:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7049,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:26:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7050,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:26:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7051,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:26:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7052,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:26:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7053,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:26:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7054,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:26:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7055,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:26:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7056,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:27:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7057,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:27:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7058,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:27:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7059,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:27:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7060,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:27:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7061,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:27:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7062,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:27:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7063,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:27:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7064,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:27:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7065,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:27:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7066,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:27:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7067,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:27:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7068,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:27:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7069,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:27:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7070,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:27:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7071,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:27:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7072,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:27:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7073,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:27:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7074,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:27:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7075,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:27:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7076,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:27:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7077,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:27:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7078,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:27:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7079,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:27:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7080,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:27:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7081,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:28:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7082,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:28:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7083,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:28:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7084,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:28:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7085,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:28:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7086,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:28:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7087,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:28:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7088,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:28:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7089,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:28:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7090,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:28:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7091,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:28:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7092,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:28:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7093,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:28:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7094,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:28:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7095,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:28:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7096,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:28:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7097,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:28:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7098,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:28:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7099,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:28:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7100,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:28:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7101,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:28:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7102,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:28:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7103,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:28:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7104,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:28:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7105,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:28:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7106,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:28:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7107,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:29:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7108,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:29:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7109,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:29:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7110,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:29:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7111,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:29:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7112,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:29:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7113,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:29:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7114,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:29:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7115,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:29:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7116,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:29:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7117,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:29:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7118,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:29:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7119,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:29:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7120,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:29:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7121,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:29:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7122,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:29:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7123,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:29:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7124,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:29:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7125,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:29:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7126,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:29:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7127,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:29:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7128,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:29:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7129,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:29:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7130,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:29:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7131,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:29:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7132,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:30:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7133,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:30:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7134,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:30:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7135,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:30:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7136,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:30:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7137,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:30:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7138,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:30:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7139,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:30:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7140,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:30:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7141,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:30:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7142,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:30:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7143,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:30:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7144,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:30:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7145,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:30:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7146,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:30:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7147,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:30:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7148,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:30:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7149,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:30:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7150,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:30:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7151,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:30:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7152,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:30:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7153,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:30:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7154,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:30:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7155,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:30:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7156,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:30:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7157,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:31:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7158,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:31:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7159,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:31:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7160,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:31:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7161,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:31:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7162,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:31:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7163,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:31:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7164,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:31:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7165,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:31:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7166,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:31:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7167,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:31:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7168,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:31:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7169,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:31:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7170,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:31:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7171,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:31:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7172,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:31:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7173,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:31:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7174,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:31:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7175,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:31:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7176,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:31:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7177,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:31:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7178,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:31:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7179,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:31:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7180,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:31:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7181,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:32:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7182,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:32:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7183,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:32:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7184,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:32:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7185,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:32:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7186,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:32:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7187,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:32:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7188,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:32:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7189,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:32:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7190,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:32:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7191,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:32:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7192,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:32:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7193,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:32:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7194,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:32:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7195,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:32:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7196,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:32:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7197,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:32:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7198,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:32:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7199,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:32:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7200,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:32:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7201,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:32:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7202,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:32:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7203,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:32:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7204,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:32:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7205,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:33:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7206,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:33:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7207,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:33:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7208,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:33:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7209,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:33:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7210,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:33:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7211,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:33:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7212,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:33:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7213,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:33:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7214,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:33:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7215,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:33:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7216,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:33:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7217,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:33:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7218,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:33:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7219,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:33:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7220,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:33:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7221,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:33:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7222,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:33:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7223,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:33:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7224,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:33:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7225,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:34:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7226,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:34:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7227,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:34:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7228,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:34:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7229,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:34:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7230,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:34:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7231,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:34:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7232,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:34:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7233,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:34:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7234,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:34:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7235,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:34:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7236,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:34:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7237,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:34:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7238,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:34:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7239,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:34:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7240,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:34:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7241,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:34:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7242,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:34:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7243,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:34:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7244,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:34:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7245,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:34:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7246,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:34:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7247,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:35:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7248,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:35:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7249,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:35:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7250,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:35:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7251,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:35:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7252,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:35:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7253,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:35:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7254,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:35:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7255,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:35:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7256,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:35:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7257,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:35:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7258,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:35:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7259,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:35:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7260,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:35:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7261,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:35:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7262,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:35:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7263,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:35:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7264,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:35:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7265,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:35:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7266,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:35:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7267,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:35:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7268,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:35:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7269,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:35:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7270,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:35:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7271,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:35:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7272,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:35:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7273,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:36:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7274,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:36:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7275,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:36:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7276,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:36:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7277,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:36:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7278,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:36:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7279,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:36:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7280,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:36:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7281,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:36:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7282,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:36:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7283,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:36:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7284,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:36:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7285,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:36:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7286,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:36:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7287,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:36:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7288,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:36:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7289,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:36:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7290,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:36:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7291,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:36:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7292,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:36:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7293,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:36:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7294,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:36:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7295,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:36:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7296,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:36:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7297,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:36:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7298,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:36:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7299,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:37:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7300,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:37:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7301,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:37:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7302,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:37:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7303,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:37:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7304,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:37:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7305,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:37:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7306,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:37:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7307,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:37:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7308,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:37:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7309,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:37:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7310,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:37:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7311,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:37:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7312,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:37:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7313,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:37:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7314,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:37:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7315,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:37:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7316,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:37:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7317,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:37:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7318,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:37:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7319,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:37:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7320,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:37:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7321,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:37:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7322,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:37:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7323,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:37:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7324,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:37:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7325,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:37:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7326,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:38:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7327,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:38:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7328,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:38:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7329,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:38:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7330,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:38:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7331,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:38:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7332,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:38:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7333,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:38:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7334,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:38:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7335,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:38:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7336,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:38:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7337,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:38:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7338,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:38:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7339,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:38:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7340,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:38:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7341,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:38:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7342,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:38:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7343,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:38:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7344,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:38:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7345,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:38:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7346,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:38:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7347,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:38:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7348,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:38:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7349,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:38:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7350,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:38:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7351,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:38:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7352,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:39:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7353,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:39:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7354,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:39:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7355,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:39:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7356,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:39:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7357,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:39:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7358,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:39:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7359,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:39:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7360,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:39:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7361,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:39:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7362,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:39:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7363,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:39:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7364,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:39:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7365,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:39:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7366,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:39:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7367,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:39:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7368,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:39:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7369,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:39:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7370,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:39:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7371,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:39:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7372,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:39:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7373,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:40:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7374,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:40:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7375,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:40:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7376,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:40:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7377,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:40:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7378,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:40:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7379,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:40:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7380,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:40:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7381,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:40:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7382,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:40:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7383,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:40:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7384,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:40:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7385,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:40:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7386,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:40:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7387,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:40:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7388,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:40:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7389,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:40:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7390,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:40:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7391,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:40:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7392,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:40:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7393,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:40:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7394,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:40:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7395,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:40:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7396,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:40:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7397,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:40:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7398,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:40:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7399,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:41:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7400,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:41:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7401,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:41:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7402,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:41:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7403,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:41:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7404,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:41:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7405,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:41:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7406,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:41:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7407,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:41:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7408,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:41:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7409,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:41:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7410,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:41:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7411,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:41:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7412,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:41:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7413,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:41:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7414,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:41:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7415,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:41:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7416,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:41:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7417,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:41:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7418,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:41:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7419,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:41:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7420,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:41:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7421,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:41:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7422,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:41:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7423,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:41:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7424,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:41:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7425,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:41:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7426,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:41:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7427,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:41:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7428,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:42:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7429,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:42:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7430,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:42:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7431,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:42:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7432,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:42:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7433,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:42:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7434,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:42:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7435,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:42:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7436,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:42:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7437,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:42:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7438,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:42:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7439,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:42:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7440,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:42:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7441,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:42:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7442,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:42:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7443,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:42:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7444,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:42:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7445,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:42:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7446,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:42:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7447,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:42:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7448,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:43:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7449,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:43:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7450,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:43:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7451,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:43:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7452,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:43:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7453,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:43:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7454,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:43:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7455,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:43:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7456,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:43:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7457,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:43:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7458,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:43:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7459,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:43:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7460,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:43:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7461,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:43:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7462,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:43:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7463,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:44:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7464,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:44:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7465,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:44:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7466,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:44:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7467,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:44:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7468,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:44:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7469,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:44:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7470,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:44:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7471,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:44:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7472,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:44:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7473,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:44:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7474,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:44:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7475,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:44:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7476,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:44:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7477,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:44:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7478,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:44:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7479,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:44:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7480,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:44:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7481,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:44:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7482,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:45:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7483,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:45:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7484,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:45:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7485,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:45:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7486,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:45:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7487,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:45:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7488,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:45:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7489,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:45:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7490,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:45:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7491,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:45:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7492,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:45:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7493,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:45:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7494,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:45:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7495,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:45:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7496,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:45:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7497,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:45:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7498,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:45:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7499,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:46:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7500,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:46:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7501,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:46:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7502,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:46:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7503,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:46:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7504,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:46:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7505,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:46:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7506,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:46:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7507,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:46:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7508,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:46:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7509,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:46:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7510,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:46:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7511,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:46:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7512,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:46:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7513,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:46:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7514,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:46:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7515,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:46:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7516,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:46:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7517,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:46:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7518,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:46:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7519,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:46:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7520,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:46:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7521,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:47:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7522,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:47:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7523,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:47:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7524,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:47:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7525,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:47:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7526,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:47:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7527,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:47:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7528,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:47:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7529,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:47:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7530,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:47:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7531,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:47:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7532,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:47:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7533,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:47:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7534,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:47:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7535,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:47:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7536,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:47:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7537,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:47:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7538,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:47:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7539,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:47:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7540,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:47:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7541,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:47:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7542,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:47:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7543,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:47:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7544,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:48:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7545,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:48:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7546,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:48:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7547,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:48:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7548,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:48:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7549,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:48:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7550,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:48:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7551,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:48:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7552,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:48:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7553,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:48:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7554,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:48:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7555,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:48:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7556,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:48:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7557,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:48:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7558,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:48:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7559,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:48:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7560,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:48:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7561,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:48:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7562,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:48:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7563,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:48:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7564,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:49:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7565,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:49:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7566,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:49:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7567,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:49:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7568,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:49:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7569,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:49:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7570,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:49:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7571,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:49:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7572,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:49:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7573,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:49:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7574,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:49:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7575,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:49:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7576,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:49:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7577,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:49:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7578,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:49:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7579,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:49:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7580,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:49:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7581,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:49:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7582,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:49:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7583,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:49:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7584,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:49:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7585,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:49:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7586,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:50:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7587,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:50:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7588,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:50:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7589,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:50:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7590,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:50:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7591,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:50:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7592,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:50:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7593,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:50:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7594,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:50:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7595,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:50:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7596,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:50:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7597,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:50:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7598,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:50:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7599,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:50:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7600,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:50:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7601,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:50:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7602,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:50:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7603,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:50:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7604,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:50:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7605,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:50:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7606,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:50:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7607,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:50:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7608,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:50:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7609,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:50:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7610,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:51:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7611,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:51:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7612,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:51:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7613,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:51:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7614,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:51:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7615,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:51:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7616,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:51:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7617,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:51:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7618,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:51:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7619,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:51:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7620,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:51:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7621,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:51:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7622,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:51:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7623,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:51:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7624,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:51:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7625,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:51:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7626,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:51:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7627,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:51:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7628,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:52:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7629,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:52:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7630,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:52:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7631,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:52:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7632,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:52:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7633,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:52:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7634,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:52:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7635,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:52:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7636,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:52:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7637,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:52:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7638,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:52:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7639,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:52:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7640,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:52:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7641,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:52:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7642,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:52:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7643,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:52:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7644,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:52:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7645,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:53:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7646,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:53:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7647,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:53:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7648,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:53:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7649,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:53:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7650,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:53:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7651,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:53:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7652,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:53:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7653,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:53:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7654,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:53:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7655,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:53:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7656,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:53:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7657,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:53:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7658,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:53:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7659,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:53:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7660,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:53:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7661,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:53:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7662,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:53:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7663,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:53:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7664,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:54:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7665,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:54:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7666,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:54:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7667,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:54:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7668,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:54:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7669,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:54:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7670,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:54:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7671,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:54:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7672,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:54:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7673,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:54:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7674,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:54:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7675,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:54:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7676,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:54:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7677,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:54:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7678,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:54:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7679,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:54:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7680,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:54:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7681,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:54:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7682,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:55:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7683,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:55:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7684,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:55:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7685,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:55:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7686,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:55:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7687,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:55:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7688,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:55:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7689,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:55:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7690,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:55:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7691,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:55:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7692,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:55:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7693,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:55:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7694,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:55:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7695,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:55:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7696,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:55:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7697,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:55:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7698,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:55:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7699,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:55:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7700,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:55:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7701,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:55:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7702,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:55:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7703,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:55:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7704,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:56:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7705,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:56:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7706,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:56:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7707,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:56:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7708,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:56:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7709,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:56:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7710,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:56:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7711,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:56:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7712,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:56:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7713,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:56:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7714,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:56:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7715,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:56:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7716,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:56:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7717,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:56:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7718,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:56:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7719,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:56:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7720,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:56:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7721,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:56:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7722,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:56:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7723,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:56:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7724,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:56:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7725,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:56:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7726,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:56:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7727,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:57:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7728,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:57:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7729,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:57:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7730,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:57:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7731,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:57:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7732,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:57:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7733,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:57:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7734,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:57:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7735,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:57:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7736,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:57:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7737,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:57:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7738,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:57:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7739,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:57:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7740,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:57:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7741,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:57:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7742,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:57:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7743,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:58:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7744,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:58:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7745,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:58:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7746,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:58:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7747,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:58:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7748,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:58:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7749,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:58:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7750,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:58:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7751,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:58:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7752,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:58:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7753,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:58:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7754,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:58:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7755,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:58:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7756,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:58:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7757,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:58:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7758,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:58:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7759,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:58:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7760,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:58:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7761,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:59:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7762,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:59:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7763,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:59:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7764,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:59:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7765,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:59:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7766,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:59:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7767,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:59:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7768,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:59:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7769,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:59:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7770,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:59:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7771,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:59:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7772,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:59:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7773,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:59:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7774,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:59:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7775,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:59:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7776,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:59:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7777,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:59:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7778,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:59:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7779,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:59:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7780,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:59:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7781,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:59:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7782,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 05:59:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7783,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:00:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7784,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:00:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7785,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:00:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7786,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:00:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7787,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:00:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7788,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:00:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7789,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:00:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7790,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:00:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7791,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:00:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7792,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:00:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7793,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:00:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7794,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:00:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7795,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:00:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7796,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:00:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7797,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:00:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7798,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:00:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7799,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:00:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7800,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:00:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7801,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:00:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7802,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:00:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7803,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:00:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7804,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:00:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7805,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:01:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7806,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:01:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7807,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:01:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7808,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:01:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7809,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:01:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7810,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:01:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7811,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:01:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7812,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:01:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7813,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:01:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7814,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:01:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7815,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:01:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7816,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:01:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7817,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:01:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7818,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:01:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7819,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:01:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7820,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:01:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7821,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:01:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7822,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:01:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7823,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:01:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7824,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:01:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7825,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:01:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7826,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:01:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7827,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:01:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7828,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:02:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7829,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:02:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7830,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:02:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7831,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:02:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7832,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:02:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7833,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:02:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7834,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:02:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7835,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:02:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7836,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:02:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7837,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:02:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7838,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:02:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7839,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:02:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7840,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:02:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7841,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:02:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7842,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:02:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7843,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:02:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7844,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:02:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7845,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:02:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7846,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:02:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7847,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:02:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7848,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:02:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7849,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:02:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7850,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:02:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7851,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:02:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7852,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:03:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7853,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:03:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7854,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:03:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7855,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:03:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7856,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:03:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7857,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:03:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7858,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:03:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7859,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:03:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7860,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:03:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7861,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:03:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7862,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:03:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7863,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:03:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7864,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:03:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7865,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:03:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7866,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:03:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7867,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:03:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7868,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:03:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7869,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:03:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7870,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:03:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7871,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:03:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7872,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:03:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7873,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:03:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7874,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:03:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7875,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:03:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7876,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:03:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7877,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:03:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7878,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:04:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7879,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:04:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7880,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:04:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7881,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:04:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7882,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:04:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7883,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:04:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7884,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:04:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7885,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:04:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7886,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:04:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7887,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:04:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7888,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:04:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7889,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:04:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7890,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:04:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7891,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:04:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7892,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:04:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7893,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:04:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7894,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:04:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7895,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:04:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7896,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:04:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7897,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:04:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7898,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:04:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7899,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:04:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7900,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:04:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7901,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:04:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7902,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:05:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7903,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:05:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7904,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:05:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7905,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:05:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7906,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:05:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7907,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:05:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7908,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:05:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7909,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:05:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7910,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:05:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7911,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:05:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7912,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:05:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7913,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:05:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7914,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:05:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7915,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:05:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7916,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:05:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7917,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:05:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7918,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:05:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7919,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:05:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7920,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:05:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7921,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:05:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7922,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:05:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7923,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:05:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7924,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:05:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7925,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:06:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7926,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:06:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7927,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:06:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7928,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:06:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7929,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:06:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7930,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:06:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7931,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:06:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7932,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:06:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7933,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:06:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7934,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:06:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7935,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:06:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7936,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:06:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7937,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:06:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7938,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:06:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7939,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:06:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7940,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:06:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7941,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:07:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7942,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:07:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7943,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:07:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7944,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:07:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7945,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:07:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7946,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:07:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7947,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:07:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7948,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:07:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7949,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:07:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7950,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:07:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7951,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:07:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7952,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:07:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7953,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:07:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7954,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:07:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7955,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:07:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7956,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:07:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7957,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:07:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7958,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:07:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7959,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:07:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7960,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:07:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7961,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:07:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7962,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:07:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7963,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:07:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7964,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:07:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7965,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:07:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7966,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:08:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7967,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:08:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7968,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:08:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7969,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:08:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7970,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:08:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7971,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:08:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7972,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:08:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7973,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:08:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7974,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:08:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7975,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:08:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7976,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:08:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7977,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:08:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7978,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:08:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7979,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:08:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7980,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:08:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7981,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:08:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7982,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:08:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7983,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:08:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7984,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:08:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7985,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:08:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7986,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:08:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7987,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:08:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7988,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:08:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7989,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:08:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7990,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:09:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7991,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:09:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7992,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:09:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7993,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:09:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7994,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:09:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7995,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:09:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7996,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:09:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7997,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:09:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7998,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:09:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(7999,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:09:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8000,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:09:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8001,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:09:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8002,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:09:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8003,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:09:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8004,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:09:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8005,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:09:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8006,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:09:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8007,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:09:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8008,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:09:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8009,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:09:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8010,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:09:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8011,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:09:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8012,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:09:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8013,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:09:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8014,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:09:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8015,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:09:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8016,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:10:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8017,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:10:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8018,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:10:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8019,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:10:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8020,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:10:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8021,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:10:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8022,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:10:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8023,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:10:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8024,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:10:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8025,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:10:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8026,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:10:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8027,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:10:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8028,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:10:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8029,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:10:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8030,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:10:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8031,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:10:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8032,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:10:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8033,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:10:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8034,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:10:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8035,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:10:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8036,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:10:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8037,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:10:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8038,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:10:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8039,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:10:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8040,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:10:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8041,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:11:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8042,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:11:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8043,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:11:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8044,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:11:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8045,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:11:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8046,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:11:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8047,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:11:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8048,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:11:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8049,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:11:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8050,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:11:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8051,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:11:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8052,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:11:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8053,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:11:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8054,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:11:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8055,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:11:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8056,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:11:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8057,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:11:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8058,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:11:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8059,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:11:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8060,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:11:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8061,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:11:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8062,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:11:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8063,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:11:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8064,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:11:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8065,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:11:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8066,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:11:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8067,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:12:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8068,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:12:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8069,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:12:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8070,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:12:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8071,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:12:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8072,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:12:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8073,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:12:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8074,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:12:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8075,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:12:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8076,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:12:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8077,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:12:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8078,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:12:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8079,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:12:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8080,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:12:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8081,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:12:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8082,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:12:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8083,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:12:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8084,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:12:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8085,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:12:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8086,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:12:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8087,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:12:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8088,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:12:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8089,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:13:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8090,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:13:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8091,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:13:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8092,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:13:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8093,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:13:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8094,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:13:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8095,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:13:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8096,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:13:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8097,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:13:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8098,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:13:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8099,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:13:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8100,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:13:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8101,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:13:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8102,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:13:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8103,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:13:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8104,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:13:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8105,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:13:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8106,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:13:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8107,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:13:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8108,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:13:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8109,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:13:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8110,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:13:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8111,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:13:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8112,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:14:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8113,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:14:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8114,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:14:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8115,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:14:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8116,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:14:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8117,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:14:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8118,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:14:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8119,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:14:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8120,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:14:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8121,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:14:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8122,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:14:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8123,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:14:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8124,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:14:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8125,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:14:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8126,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:14:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8127,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:14:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8128,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:14:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8129,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:14:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8130,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:14:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8131,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:14:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8132,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:14:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8133,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:14:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8134,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:14:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8135,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:15:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8136,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:15:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8137,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:15:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8138,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:15:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8139,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:15:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8140,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:15:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8141,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:15:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8142,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:15:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8143,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:15:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8144,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:15:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8145,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:15:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8146,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:15:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8147,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:15:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8148,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:15:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8149,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:15:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8150,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:15:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8151,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:15:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8152,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:15:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8153,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:15:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8154,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:15:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8155,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:15:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8156,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:15:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8157,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:15:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8158,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:15:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8159,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:16:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8160,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:16:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8161,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:16:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8162,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:16:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8163,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:16:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8164,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:16:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8165,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:16:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8166,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:16:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8167,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:16:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8168,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:16:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8169,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:16:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8170,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:16:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8171,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:16:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8172,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:16:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8173,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:16:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8174,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:16:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8175,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:16:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8176,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:16:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8177,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:16:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8178,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:16:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8179,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:16:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8180,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:16:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8181,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:16:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8182,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:16:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8183,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:17:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8184,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:17:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8185,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:17:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8186,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:17:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8187,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:17:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8188,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:17:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8189,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:17:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8190,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:17:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8191,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:17:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8192,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:17:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8193,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:17:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8194,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:17:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8195,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:17:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8196,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:17:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8197,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:17:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8198,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:17:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8199,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:17:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8200,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:17:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8201,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:17:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8202,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:17:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8203,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:17:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8204,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:17:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8205,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:17:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8206,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:18:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8207,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:18:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8208,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:18:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8209,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:18:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8210,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:18:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8211,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:18:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8212,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:18:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8213,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:18:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8214,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:18:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8215,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:18:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8216,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:18:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8217,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:18:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8218,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:18:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8219,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:18:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8220,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:18:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8221,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:18:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8222,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:18:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8223,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:18:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8224,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:18:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8225,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:18:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8226,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:18:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8227,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:18:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8228,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:19:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8229,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:19:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8230,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:19:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8231,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:19:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8232,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:19:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8233,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:19:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8234,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:19:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8235,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:19:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8236,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:19:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8237,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:19:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8238,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:19:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8239,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:19:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8240,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:19:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8241,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:19:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8242,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:19:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8243,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:19:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8244,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:19:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8245,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:19:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8246,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:19:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8247,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:19:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8248,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:19:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8249,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:19:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8250,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:19:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8251,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:19:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8252,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:20:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8253,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:20:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8254,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:20:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8255,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:20:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8256,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:20:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8257,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:20:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8258,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:20:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8259,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:20:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8260,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:20:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8261,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:20:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8262,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:20:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8263,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:20:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8264,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:20:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8265,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:20:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8266,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:20:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8267,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:20:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8268,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:20:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8269,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:20:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8270,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:20:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8271,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:20:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8272,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:20:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8273,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:20:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8274,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:20:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8275,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:20:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8276,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:20:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8277,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:20:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8278,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:20:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8279,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:21:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8280,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:21:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8281,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:21:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8282,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:21:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8283,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:21:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8284,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:21:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8285,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:21:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8286,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:21:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8287,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:21:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8288,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:21:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8289,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:21:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8290,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:21:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8291,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:21:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8292,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:21:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8293,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:21:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8294,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:21:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8295,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:21:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8296,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:21:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8297,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:21:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8298,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:21:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8299,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:21:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8300,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:21:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8301,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:21:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8302,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:22:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8303,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:22:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8304,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:22:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8305,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:22:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8306,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:22:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8307,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:22:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8308,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:22:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8309,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:22:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8310,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:22:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8311,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:22:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8312,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:22:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8313,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:22:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8314,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:22:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8315,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:22:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8316,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:22:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8317,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:22:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8318,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:22:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8319,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:22:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8320,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:22:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8321,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:22:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8322,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:22:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8323,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:22:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8324,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:22:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8325,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:22:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8326,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:23:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8327,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:23:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8328,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:23:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8329,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:23:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8330,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:23:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8331,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:23:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8332,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:23:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8333,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:23:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8334,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:23:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8335,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:23:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8336,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:23:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8337,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:23:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8338,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:23:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8339,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:23:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8340,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:23:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8341,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:23:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8342,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:23:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8343,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:23:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8344,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:23:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8345,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:23:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8346,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:23:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8347,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:24:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8348,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:24:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8349,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:24:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8350,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:24:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8351,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:24:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8352,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:24:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8353,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:24:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8354,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:24:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8355,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:24:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8356,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:24:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8357,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:24:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8358,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:24:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8359,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:24:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8360,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:24:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8361,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:24:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8362,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:24:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8363,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:24:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8364,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:24:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8365,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:24:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8366,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:24:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8367,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:24:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8368,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:24:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8369,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:24:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8370,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:25:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8371,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:25:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8372,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:25:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8373,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:25:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8374,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:25:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8375,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:25:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8376,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:25:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8377,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:25:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8378,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:25:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8379,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:25:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8380,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:25:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8381,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:25:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8382,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:25:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8383,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:25:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8384,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:25:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8385,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:25:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8386,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:25:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8387,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:25:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8388,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:25:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8389,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:25:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8390,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:25:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8391,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:25:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8392,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:25:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8393,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:26:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8394,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:26:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8395,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:26:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8396,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:26:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8397,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:26:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8398,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:26:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8399,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:26:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8400,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:26:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8401,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:26:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8402,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:26:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8403,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:26:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8404,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:26:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8405,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:26:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8406,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:26:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8407,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:26:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8408,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:26:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8409,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:26:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8410,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:26:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8411,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:26:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8412,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:26:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8413,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:26:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8414,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:26:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8415,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:27:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8416,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:27:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8417,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:27:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8418,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:27:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8419,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:27:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8420,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:27:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8421,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:27:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8422,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:27:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8423,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:27:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8424,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:27:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8425,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:27:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8426,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:27:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8427,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:27:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8428,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:27:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8429,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:27:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8430,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:27:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8431,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:27:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8432,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:27:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8433,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:27:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8434,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:27:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8435,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:27:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8436,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:27:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8437,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:28:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8438,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:28:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8439,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:28:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8440,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:28:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8441,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:28:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8442,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:28:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8443,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:28:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8444,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:28:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8445,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:28:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8446,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:28:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8447,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:28:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8448,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:28:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8449,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:28:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8450,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:28:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8451,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:28:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8452,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:28:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8453,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:28:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8454,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:28:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8455,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:28:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8456,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:28:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8457,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:28:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8458,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:28:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8459,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:28:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8460,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:28:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8461,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:29:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8462,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:29:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8463,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:29:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8464,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:29:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8465,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:29:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8466,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:29:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8467,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:29:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8468,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:29:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8469,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:29:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8470,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:29:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8471,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:29:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8472,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:29:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8473,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:29:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8474,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:29:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8475,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:29:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8476,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:29:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8477,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:29:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8478,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:29:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8479,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:29:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8480,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:29:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8481,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:29:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8482,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:29:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8483,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:29:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8484,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:30:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8485,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:30:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8486,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:30:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8487,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:30:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8488,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:30:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8489,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:30:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8490,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:30:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8491,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:30:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8492,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:30:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8493,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:30:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8494,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:30:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8495,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:30:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8496,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:30:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8497,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:30:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8498,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:30:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8499,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:30:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8500,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:30:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8501,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:30:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8502,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:30:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8503,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:30:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8504,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:30:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8505,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:30:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8506,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:30:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8507,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:31:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8508,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:31:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8509,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:31:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8510,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:31:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8511,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:31:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8512,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:31:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8513,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:31:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8514,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:31:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8515,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:31:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8516,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:31:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8517,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:31:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8518,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:31:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8519,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:31:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8520,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:31:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8521,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:31:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8522,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:31:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8523,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:31:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8524,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:31:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8525,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:31:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8526,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:31:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8527,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:31:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8528,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:31:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8529,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:31:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8530,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:31:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8531,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:32:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8532,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:32:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8533,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:32:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8534,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:32:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8535,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:32:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8536,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:32:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8537,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:32:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8538,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:32:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8539,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:32:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8540,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:32:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8541,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:32:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8542,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:32:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8543,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:32:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8544,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:32:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8545,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:32:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8546,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:32:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8547,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:32:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8548,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:32:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8549,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:32:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8550,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:32:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8551,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:32:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8552,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:32:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8553,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:33:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8554,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:33:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8555,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:33:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8556,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:33:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8557,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:33:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8558,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:33:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8559,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:33:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8560,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:33:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8561,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:33:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8562,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:33:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8563,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:33:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8564,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:33:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8565,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:33:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8566,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:33:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8567,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:33:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8568,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:33:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8569,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:33:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8570,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:33:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8571,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:33:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8572,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:33:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8573,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:33:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8574,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:33:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8575,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:34:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8576,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:34:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8577,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:34:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8578,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:34:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8579,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:34:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8580,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:34:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8581,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:34:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8582,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:34:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8583,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:34:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8584,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:34:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8585,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:34:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8586,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:34:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8587,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:34:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8588,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:34:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8589,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:34:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8590,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:34:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8591,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:34:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8592,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:34:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8593,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:34:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8594,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:34:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8595,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:34:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8596,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:34:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8597,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:35:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8598,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:35:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8599,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:35:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8600,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:35:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8601,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:35:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8602,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:35:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8603,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:35:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8604,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:35:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8605,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:35:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8606,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:35:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8607,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:35:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8608,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:35:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8609,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:35:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8610,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:35:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8611,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:35:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8612,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:35:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8613,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:35:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8614,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:35:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8615,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:35:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8616,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:35:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8617,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:35:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8618,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:35:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8619,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:35:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8620,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:35:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8621,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:36:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8622,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:36:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8623,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:36:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8624,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:36:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8625,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:36:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8626,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:36:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8627,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:36:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8628,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:36:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8629,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:36:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8630,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:36:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8631,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:36:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8632,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:36:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8633,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:36:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8634,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:36:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8635,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:36:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8636,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:36:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8637,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:36:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8638,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:36:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8639,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:36:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8640,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:36:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8641,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:36:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8642,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:36:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8643,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:36:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8644,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:36:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8645,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:36:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8646,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:37:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8647,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:37:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8648,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:37:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8649,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:37:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8650,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:37:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8651,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:37:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8652,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:37:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8653,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:37:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8654,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:37:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8655,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:37:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8656,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:37:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8657,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:37:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8658,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:37:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8659,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:37:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8660,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:37:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8661,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:37:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8662,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:37:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8663,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:37:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8664,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:37:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8665,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:37:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8666,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:37:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8667,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:37:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8668,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:37:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8669,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:37:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8670,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:37:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8671,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:37:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8672,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:37:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8673,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:38:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8674,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:38:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8675,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:38:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8676,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:38:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8677,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:38:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8678,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:38:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8679,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:38:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8680,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:38:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8681,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:38:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8682,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:38:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8683,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:38:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8684,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:38:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8685,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:38:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8686,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:38:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8687,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:38:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8688,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:38:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8689,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:38:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8690,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:38:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8691,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:38:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8692,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:38:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8693,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:38:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8694,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:38:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8695,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:38:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8696,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:38:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8697,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:38:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8698,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:38:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8699,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:38:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8700,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:38:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8701,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:39:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8702,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:39:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8703,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:39:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8704,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:39:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8705,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:39:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8706,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:39:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8707,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:39:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8708,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:39:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8709,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:39:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8710,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:39:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8711,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:39:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8712,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:39:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED');
INSERT INTO `cql20_action_logs` VALUES (8713,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:39:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8714,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:39:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8715,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:39:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8716,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:39:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8717,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:39:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8718,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:39:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8719,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:39:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8720,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:39:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8721,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:39:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8722,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:39:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8723,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:39:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8724,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:39:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8725,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:39:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8726,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:39:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8727,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:40:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8728,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:40:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8729,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:40:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8730,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:40:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8731,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:40:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8732,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:40:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8733,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:40:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8734,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:40:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8735,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:40:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8736,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:40:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8737,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:40:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8738,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:40:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8739,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:40:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8740,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:40:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8741,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:40:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8742,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:40:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8743,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:40:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8744,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:40:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8745,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:40:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8746,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:40:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8747,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:40:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8748,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:40:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8749,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:40:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8750,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:40:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8751,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:40:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8752,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:40:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8753,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:40:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8754,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:41:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8755,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:41:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8756,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:41:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8757,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:41:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8758,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:41:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8759,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:41:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8760,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:41:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8761,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:41:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8762,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:41:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8763,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:41:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8764,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:41:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8765,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:41:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8766,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:41:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8767,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:41:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8768,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:41:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8769,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:41:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8770,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:41:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8771,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:41:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8772,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:41:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8773,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:41:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8774,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:41:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8775,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:41:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8776,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:41:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8777,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:42:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8778,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:42:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8779,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:42:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8780,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:42:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8781,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:42:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8782,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:42:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8783,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:42:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8784,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:42:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8785,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:42:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8786,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:42:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8787,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:42:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8788,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:42:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8789,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:42:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8790,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:42:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8791,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:42:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8792,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:42:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8793,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:42:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8794,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:42:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8795,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:42:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8796,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:42:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8797,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:42:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8798,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:42:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8799,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:42:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8800,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:42:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8801,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:42:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8802,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:43:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8803,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:43:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8804,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:43:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8805,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:43:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8806,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:43:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8807,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:43:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8808,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:43:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8809,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:43:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8810,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:43:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8811,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:43:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8812,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:43:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8813,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:43:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8814,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:43:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8815,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:43:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8816,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:43:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8817,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:43:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8818,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:43:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8819,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:43:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8820,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:43:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8821,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:43:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8822,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:43:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8823,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:43:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8824,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:43:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8825,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:43:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8826,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:44:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8827,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:44:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8828,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:44:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8829,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:44:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8830,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:44:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8831,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:44:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8832,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:44:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8833,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:44:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8834,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:44:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8835,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:44:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8836,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:44:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8837,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:44:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8838,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:44:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8839,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:44:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8840,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:44:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8841,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:44:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8842,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:44:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8843,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:44:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8844,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:44:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8845,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:44:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8846,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:44:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8847,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:44:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8848,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:44:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8849,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:44:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8850,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:44:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8851,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:44:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8852,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:45:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8853,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:45:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8854,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:45:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8855,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:45:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8856,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:45:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8857,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:45:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8858,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:45:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8859,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:45:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8860,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:45:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8861,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:45:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8862,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:45:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8863,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:45:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8864,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:45:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8865,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:45:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8866,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:45:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8867,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:45:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8868,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:45:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8869,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:45:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8870,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:45:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8871,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:45:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8872,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:45:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8873,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:45:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8874,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:45:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8875,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:45:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8876,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:45:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8877,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:45:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8878,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:46:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8879,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:46:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8880,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:46:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8881,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:46:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8882,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:46:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8883,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:46:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8884,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:46:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8885,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:46:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8886,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:46:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8887,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:46:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8888,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:46:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8889,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:46:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8890,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:46:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8891,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:46:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8892,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:46:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8893,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:46:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8894,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:46:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8895,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:46:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8896,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:46:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8897,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:46:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8898,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:46:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8899,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:46:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8900,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:46:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8901,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:46:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8902,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:46:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8903,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:46:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8904,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:46:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8905,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:47:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8906,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:47:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8907,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:47:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8908,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:47:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8909,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:47:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8910,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:47:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8911,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:47:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8912,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:47:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8913,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:47:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8914,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:47:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8915,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:47:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8916,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:47:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8917,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:47:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8918,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:47:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8919,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:47:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8920,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:47:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8921,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:47:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8922,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:47:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8923,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:48:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8924,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:48:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8925,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:48:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8926,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:48:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8927,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:48:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8928,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:48:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8929,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:48:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8930,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:48:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8931,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:48:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8932,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:48:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8933,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:48:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8934,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:48:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8935,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:48:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8936,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:48:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8937,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:48:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8938,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:48:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8939,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:48:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8940,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:49:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8941,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:49:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8942,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:49:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8943,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:49:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8944,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:49:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8945,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:49:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8946,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:49:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8947,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:49:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8948,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:49:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8949,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:49:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8950,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:49:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8951,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:49:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8952,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:49:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8953,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:49:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8954,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:50:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8955,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:50:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8956,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:50:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8957,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:50:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8958,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:50:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8959,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:50:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8960,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:50:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8961,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:50:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8962,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:50:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8963,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:50:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8964,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:50:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8965,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:50:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8966,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:50:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8967,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:50:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8968,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:50:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8969,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:51:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8970,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:51:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8971,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:51:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8972,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:51:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8973,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:51:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8974,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:51:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8975,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:51:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8976,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:51:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8977,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:51:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8978,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:51:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8979,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:51:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8980,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:51:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8981,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:51:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8982,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:51:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8983,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:51:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8984,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:51:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8985,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:51:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8986,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:52:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8987,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:52:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8988,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:52:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8989,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:52:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8990,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:52:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8991,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:52:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8992,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:52:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8993,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:52:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8994,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:52:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8995,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:52:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8996,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:52:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8997,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:52:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8998,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:52:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(8999,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:52:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9000,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:52:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9001,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:52:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9002,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:52:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9003,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:52:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9004,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:52:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9005,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:52:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9006,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:52:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9007,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:53:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9008,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:53:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9009,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:53:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9010,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:53:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9011,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:53:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9012,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:53:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9013,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:53:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9014,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:53:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9015,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:53:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9016,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:53:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9017,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:53:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9018,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:53:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9019,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:53:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9020,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:53:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9021,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:53:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9022,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:53:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9023,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:53:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9024,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:53:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9025,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:53:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9026,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:54:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9027,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:54:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9028,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:54:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9029,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:54:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9030,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:54:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9031,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:54:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9032,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:54:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9033,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:54:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9034,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:54:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9035,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:54:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9036,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:54:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9037,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:54:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9038,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:54:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9039,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:54:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9040,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:54:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9041,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:54:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9042,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:54:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9043,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:54:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9044,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:54:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9045,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:54:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9046,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:54:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9047,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:54:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9048,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:55:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9049,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:55:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9050,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:55:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9051,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:55:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9052,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:55:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9053,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:55:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9054,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:55:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9055,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:55:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9056,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:55:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9057,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:55:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9058,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:55:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9059,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:55:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9060,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:55:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9061,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:55:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9062,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:55:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9063,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:55:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9064,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:55:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9065,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:55:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9066,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:55:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9067,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:55:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9068,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:55:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9069,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:55:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9070,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:55:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9071,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:56:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9072,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:56:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9073,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:56:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9074,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:56:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9075,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:56:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9076,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:56:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9077,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:56:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9078,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:56:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9079,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:56:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9080,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:56:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9081,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:56:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9082,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:56:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9083,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:56:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9084,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:56:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9085,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:56:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9086,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:56:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9087,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:56:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9088,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:56:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9089,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:56:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9090,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:56:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9091,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:56:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9092,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:56:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9093,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:56:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9094,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:56:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9095,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:57:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9096,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:57:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9097,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:57:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9098,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:57:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9099,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:57:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9100,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:57:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9101,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:57:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9102,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:57:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9103,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:57:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9104,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:57:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9105,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:57:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9106,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:57:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9107,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:57:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9108,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:57:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9109,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:57:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9110,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:57:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9111,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:57:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9112,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:57:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9113,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:57:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9114,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:57:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9115,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:57:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9116,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:57:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9117,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:57:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9118,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:57:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9119,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:58:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9120,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:58:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9121,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:58:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9122,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:58:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9123,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:58:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9124,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:58:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9125,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:58:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9126,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:58:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9127,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:58:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9128,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:58:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9129,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:58:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9130,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:58:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9131,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:58:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9132,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:58:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9133,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:58:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9134,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:58:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9135,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:58:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9136,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:58:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9137,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:58:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9138,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:58:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9139,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:58:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9140,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:58:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9141,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:58:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9142,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:58:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9143,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:59:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9144,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:59:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9145,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:59:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9146,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:59:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9147,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:59:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9148,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:59:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9149,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:59:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9150,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:59:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9151,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:59:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9152,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:59:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9153,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:59:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9154,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:59:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9155,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:59:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9156,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:59:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9157,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:59:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9158,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:59:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9159,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:59:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9160,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:59:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9161,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:59:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9162,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:59:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9163,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:59:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9164,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:59:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9165,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:59:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9166,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 06:59:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9167,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:00:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9168,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:00:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9169,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:00:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9170,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:00:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9171,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:00:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9172,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:00:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9173,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:00:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9174,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:00:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9175,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:00:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9176,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:00:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9177,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:00:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9178,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:00:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9179,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:00:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9180,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:00:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9181,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:00:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9182,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:00:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9183,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:00:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9184,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:00:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9185,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:00:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9186,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:00:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9187,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:00:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9188,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:00:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9189,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:00:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9190,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:01:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9191,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:01:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9192,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:01:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9193,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:01:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9194,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:01:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9195,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:01:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9196,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:01:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9197,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:01:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9198,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:01:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9199,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:01:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9200,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:01:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9201,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:01:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9202,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:01:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9203,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:01:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9204,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:01:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9205,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:01:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9206,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:01:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9207,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:01:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9208,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:01:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9209,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:01:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9210,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:01:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9211,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:01:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9212,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:01:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9213,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:01:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9214,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:01:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9215,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:01:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9216,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:02:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9217,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:02:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9218,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:02:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9219,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:02:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9220,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:02:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9221,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:02:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9222,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:02:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9223,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:02:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9224,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:02:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9225,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:02:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9226,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:02:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9227,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:02:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9228,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:02:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9229,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:02:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9230,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:02:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9231,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:02:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9232,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:02:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9233,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:02:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9234,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:02:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9235,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:02:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9236,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:02:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9237,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:02:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9238,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:02:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9239,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:02:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9240,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:02:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9241,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:02:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9242,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:03:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9243,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:03:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9244,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:03:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9245,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:03:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9246,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:03:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9247,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:03:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9248,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:03:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9249,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:03:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9250,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:03:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9251,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:03:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9252,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:03:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9253,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:03:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9254,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:03:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9255,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:03:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9256,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:03:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9257,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:03:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9258,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:03:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9259,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:03:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9260,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:03:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9261,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:03:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9262,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:03:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9263,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:03:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9264,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:04:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9265,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:04:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9266,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:04:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9267,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:04:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9268,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:04:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9269,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:04:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9270,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:04:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9271,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:04:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9272,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:04:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9273,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:04:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9274,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:04:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9275,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:04:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9276,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:04:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9277,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:04:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9278,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:04:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9279,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:04:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9280,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:04:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9281,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:04:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9282,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:04:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9283,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:04:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9284,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:04:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9285,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:04:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9286,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:04:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9287,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:05:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9288,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:05:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9289,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:05:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9290,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:05:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9291,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:05:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9292,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:05:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9293,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:05:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9294,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:05:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9295,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:05:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9296,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:05:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9297,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:05:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9298,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:05:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9299,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:05:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9300,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:05:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9301,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:05:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9302,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:05:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9303,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:05:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9304,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:05:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9305,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:05:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9306,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:05:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9307,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:05:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9308,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:05:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9309,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:06:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9310,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:06:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9311,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:06:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9312,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:06:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9313,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:06:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9314,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:06:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9315,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:06:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9316,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:06:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9317,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:06:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9318,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:06:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9319,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:06:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9320,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:06:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9321,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:06:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9322,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:06:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9323,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:06:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9324,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:06:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9325,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:06:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9326,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:06:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9327,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:06:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9328,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:06:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9329,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:06:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9330,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:06:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9331,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:06:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9332,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:06:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9333,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:07:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9334,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:07:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9335,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:07:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9336,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:07:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9337,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:07:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9338,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:07:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9339,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:07:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9340,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:07:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9341,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:07:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9342,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:07:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9343,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:07:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9344,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:07:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9345,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:07:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9346,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:07:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9347,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:07:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9348,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:07:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9349,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:07:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9350,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:07:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9351,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:07:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9352,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:07:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9353,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:07:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9354,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:07:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9355,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:07:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9356,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:08:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9357,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:08:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9358,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:08:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9359,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:08:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9360,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:08:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9361,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:08:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9362,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:08:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9363,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:08:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9364,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:08:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9365,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:08:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9366,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:08:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9367,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:08:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9368,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:08:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9369,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:08:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9370,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:08:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9371,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:08:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9372,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:08:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9373,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:08:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9374,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:08:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9375,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:08:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9376,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:08:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9377,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:08:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9378,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:08:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9379,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:08:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9380,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:08:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9381,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:09:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9382,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:09:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9383,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:09:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9384,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:09:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9385,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:09:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9386,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:09:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9387,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:09:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9388,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:09:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9389,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:09:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9390,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:09:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9391,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:09:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9392,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:09:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9393,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:09:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9394,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:09:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9395,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:09:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9396,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:09:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9397,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:09:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9398,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:09:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9399,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:09:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9400,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:09:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9401,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:09:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9402,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:09:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9403,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:09:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9404,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:09:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9405,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:09:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9406,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:10:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9407,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:10:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9408,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:10:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9409,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:10:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9410,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:10:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9411,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:10:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9412,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:10:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9413,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:10:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9414,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:10:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9415,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:10:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9416,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:10:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9417,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:10:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9418,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:10:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9419,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:10:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9420,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:10:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9421,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:10:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9422,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:10:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9423,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:10:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9424,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:10:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9425,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:10:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9426,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:10:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9427,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:10:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9428,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:10:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9429,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:10:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9430,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:10:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9431,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:11:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9432,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:11:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9433,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:11:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9434,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:11:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9435,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:11:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9436,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:11:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9437,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:11:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9438,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:11:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9439,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:11:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9440,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:11:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9441,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:11:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9442,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:11:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9443,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:11:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9444,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:11:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9445,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:11:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9446,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:11:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9447,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:11:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9448,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:11:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9449,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:11:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9450,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:11:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9451,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:11:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9452,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:11:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9453,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:11:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9454,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:12:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9455,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:12:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9456,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:12:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9457,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:12:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9458,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:12:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9459,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:12:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9460,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:12:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9461,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:12:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9462,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:12:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9463,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:12:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9464,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:12:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9465,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:12:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9466,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:12:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9467,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:12:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9468,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:12:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9469,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:12:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9470,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:12:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9471,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:12:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9472,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:12:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9473,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:12:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9474,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:12:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9475,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:12:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9476,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:12:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9477,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:12:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9478,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:12:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9479,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:12:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9480,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:13:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9481,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:13:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9482,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:13:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9483,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:13:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9484,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:13:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9485,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:13:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9486,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:13:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9487,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:13:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9488,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:13:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9489,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:13:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9490,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:13:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9491,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:13:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9492,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:13:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9493,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:13:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9494,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:13:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9495,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:13:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9496,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:13:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9497,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:13:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9498,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:13:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9499,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:13:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9500,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:13:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9501,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:13:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9502,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:14:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9503,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:14:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9504,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:14:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9505,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:14:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9506,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:14:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9507,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:14:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9508,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:14:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9509,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:14:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9510,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:14:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9511,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:14:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9512,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:14:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9513,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:14:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9514,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:14:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9515,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:14:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9516,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:14:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9517,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:14:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9518,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:14:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9519,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:14:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9520,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:14:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9521,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:14:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9522,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:14:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9523,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:14:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9524,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:14:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9525,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:14:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9526,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:14:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9527,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:15:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9528,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:15:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9529,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:15:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9530,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:15:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9531,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:15:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9532,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:15:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9533,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:15:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9534,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:15:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9535,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:15:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9536,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:15:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9537,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:15:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9538,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:15:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9539,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:15:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9540,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:15:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9541,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:15:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9542,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:15:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9543,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:15:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9544,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:15:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9545,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:15:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9546,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:15:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9547,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:15:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9548,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:15:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9549,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:16:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9550,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:16:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9551,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:16:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9552,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:16:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9553,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:16:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9554,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:16:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9555,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:16:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9556,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:16:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9557,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:16:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9558,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:16:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9559,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:16:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9560,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:16:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9561,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:16:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9562,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:16:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9563,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:16:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9564,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:16:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9565,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:16:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9566,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:16:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9567,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:16:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9568,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:16:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9569,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:16:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9570,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:16:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9571,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:16:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9572,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:16:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9573,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:16:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9574,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:17:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9575,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:17:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9576,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:17:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9577,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:17:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9578,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:17:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9579,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:17:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9580,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:17:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9581,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:17:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9582,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:17:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9583,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:17:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9584,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:17:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9585,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:17:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9586,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:17:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9587,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:17:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9588,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:17:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9589,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:17:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9590,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:17:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9591,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:17:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9592,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:17:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9593,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:17:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9594,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:17:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9595,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:17:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9596,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:17:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9597,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:17:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9598,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:18:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9599,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:18:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9600,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:18:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9601,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:18:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9602,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:18:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9603,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:18:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9604,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:18:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9605,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:18:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9606,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:18:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9607,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:18:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9608,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:18:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9609,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:18:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9610,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:18:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9611,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:18:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9612,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:18:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9613,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:18:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9614,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:18:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9615,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:18:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9616,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:18:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9617,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:18:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9618,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:18:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9619,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:19:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9620,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:19:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9621,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:19:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9622,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:19:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9623,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:19:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9624,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:19:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9625,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:19:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9626,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:19:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9627,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:19:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9628,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:19:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9629,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:19:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9630,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:19:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9631,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:19:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9632,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:19:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9633,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:19:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9634,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:19:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9635,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:19:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9636,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:19:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9637,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:19:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9638,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:19:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9639,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:19:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9640,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:19:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9641,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:19:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9642,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:19:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9643,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:19:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9644,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:20:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9645,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:20:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9646,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:20:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9647,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:20:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9648,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:20:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9649,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:20:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9650,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:20:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9651,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:20:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9652,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:20:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9653,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:20:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9654,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:20:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9655,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:20:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9656,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:20:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9657,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:20:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9658,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:20:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9659,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:20:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9660,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:20:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9661,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:20:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9662,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:20:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9663,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:20:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9664,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:20:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9665,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:20:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9666,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:20:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9667,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:20:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9668,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:20:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9669,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:20:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9670,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:21:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9671,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:21:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9672,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:21:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9673,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:21:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9674,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:21:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9675,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:21:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9676,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:21:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9677,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:21:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9678,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:21:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9679,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:21:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9680,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:21:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9681,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:21:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9682,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:21:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9683,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:21:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9684,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:21:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9685,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:21:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9686,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:21:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9687,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:21:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9688,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:21:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9689,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:21:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9690,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:21:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9691,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:21:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9692,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:21:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9693,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:21:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9694,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:22:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9695,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:22:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9696,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:22:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9697,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:22:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9698,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:22:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9699,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:22:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9700,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:22:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9701,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:22:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9702,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:22:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9703,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:22:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9704,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:22:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9705,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:22:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9706,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:22:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9707,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:22:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9708,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:22:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9709,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:22:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9710,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:22:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9711,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:22:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9712,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:22:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9713,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:22:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9714,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:22:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9715,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:22:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9716,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:22:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9717,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:22:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9718,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:22:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9719,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:22:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9720,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:22:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9721,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:23:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9722,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:23:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9723,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:23:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9724,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:23:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9725,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:23:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9726,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:23:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9727,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:23:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9728,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:23:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9729,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:23:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9730,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:23:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9731,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:23:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9732,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:23:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9733,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:23:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9734,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:23:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9735,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:23:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9736,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:23:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9737,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:23:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9738,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:23:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9739,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:23:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9740,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:23:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9741,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:23:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9742,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:23:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9743,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:23:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9744,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:24:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9745,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:24:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9746,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:24:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9747,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:24:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9748,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:24:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9749,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:24:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9750,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:24:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9751,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:24:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9752,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:24:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9753,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:24:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9754,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:24:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9755,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:24:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9756,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:24:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9757,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:24:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9758,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:24:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9759,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:24:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9760,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:24:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9761,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:24:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9762,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:24:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9763,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:24:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9764,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:24:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9765,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:24:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9766,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:24:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9767,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:24:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9768,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:24:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9769,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:24:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9770,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:25:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9771,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:25:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9772,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:25:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9773,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:25:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9774,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:25:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9775,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:25:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9776,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:25:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9777,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:25:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9778,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:25:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9779,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:25:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9780,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:25:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9781,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:25:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9782,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:25:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9783,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:25:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9784,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:25:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9785,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:25:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9786,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:25:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9787,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:25:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9788,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:25:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9789,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:25:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9790,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:25:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9791,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:25:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9792,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:25:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9793,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:25:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9794,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:25:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9795,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:26:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9796,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:26:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9797,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:26:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9798,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:26:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9799,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:26:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9800,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:26:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9801,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:26:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9802,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:26:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9803,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:26:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9804,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:26:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9805,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:26:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9806,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:26:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9807,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:26:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9808,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:26:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9809,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:26:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9810,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:26:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9811,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:26:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9812,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:27:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9813,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:27:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9814,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:27:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9815,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:27:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9816,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:27:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9817,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:27:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9818,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:27:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9819,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:27:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9820,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:27:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9821,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:27:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9822,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:27:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9823,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:27:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9824,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:27:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9825,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:27:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9826,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:27:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9827,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:27:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9828,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:27:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9829,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:27:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9830,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:27:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9831,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:27:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9832,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:27:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9833,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:27:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9834,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:27:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9835,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:27:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9836,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:28:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9837,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:28:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9838,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:28:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9839,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:28:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9840,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:28:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9841,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:28:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9842,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:28:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9843,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:28:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9844,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:28:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9845,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:28:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9846,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:28:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9847,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:28:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9848,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:28:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9849,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:28:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9850,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:28:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9851,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:28:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9852,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:28:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9853,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:28:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9854,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:28:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9855,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:28:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9856,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:28:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9857,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:29:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9858,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:29:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9859,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:29:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9860,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:29:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9861,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:29:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9862,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:29:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9863,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:29:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9864,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:29:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9865,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:29:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9866,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:29:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9867,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:29:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9868,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:29:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9869,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:29:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9870,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:29:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9871,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:29:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9872,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:29:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9873,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:29:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9874,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:29:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9875,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:29:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9876,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:29:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9877,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:29:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9878,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:29:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9879,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:29:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9880,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:29:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9881,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:29:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9882,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:30:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9883,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:30:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9884,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:30:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9885,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:30:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9886,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:30:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9887,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:30:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9888,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:30:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9889,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:30:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9890,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:30:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9891,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:30:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9892,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:30:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9893,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:30:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9894,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:30:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9895,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:30:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9896,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:30:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9897,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:30:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9898,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:30:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9899,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:30:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9900,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:30:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9901,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:30:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9902,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:30:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9903,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:30:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9904,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:30:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9905,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:30:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9906,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:31:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9907,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:31:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9908,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:31:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9909,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:31:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9910,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:31:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9911,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:31:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9912,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:31:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9913,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:31:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9914,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:31:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9915,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:31:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9916,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:31:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9917,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:31:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9918,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:31:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9919,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:31:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9920,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:31:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9921,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:31:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9922,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:31:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9923,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:31:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9924,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:31:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9925,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:31:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9926,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:31:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9927,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:31:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9928,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:31:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9929,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:31:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9930,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:31:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9931,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:32:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9932,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:32:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9933,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:32:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9934,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:32:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9935,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:32:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9936,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:32:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9937,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:32:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9938,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:32:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9939,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:32:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9940,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:32:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9941,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:32:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9942,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:32:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9943,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:32:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9944,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:32:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9945,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:32:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9946,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:32:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9947,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:32:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9948,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:32:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9949,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:32:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9950,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:32:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9951,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:32:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9952,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:32:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9953,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:32:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9954,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:32:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9955,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:32:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9956,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:32:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9957,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:32:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9958,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:33:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9959,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:33:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9960,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:33:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9961,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:33:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9962,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:33:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9963,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:33:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9964,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:33:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9965,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:33:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9966,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:33:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9967,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:33:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9968,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:33:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9969,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:33:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9970,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:33:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9971,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:33:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9972,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:33:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9973,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:33:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9974,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:33:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9975,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:33:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9976,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:33:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9977,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:33:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9978,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:33:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9979,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:33:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9980,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:33:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9981,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:33:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9982,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:33:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9983,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:34:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9984,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:34:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9985,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:34:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9986,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:34:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9987,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:34:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9988,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:34:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9989,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:34:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9990,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:34:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9991,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:34:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9992,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:34:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9993,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:34:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9994,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:34:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9995,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:34:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9996,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:34:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9997,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:34:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9998,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:34:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(9999,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:34:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10000,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:34:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10001,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:34:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10002,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:34:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10003,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:34:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10004,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:34:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10005,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:34:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10006,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:34:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10007,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:34:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10008,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:34:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10009,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:35:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10010,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:35:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10011,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:35:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10012,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:35:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10013,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:35:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10014,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:35:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10015,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:35:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10016,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:35:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10017,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:35:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10018,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:35:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10019,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:35:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10020,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:35:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10021,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:35:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10022,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:35:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10023,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:35:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10024,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:35:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10025,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:35:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10026,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:35:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10027,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:35:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10028,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:35:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10029,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:35:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10030,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:35:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10031,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:35:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10032,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:35:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10033,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:35:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10034,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:36:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10035,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:36:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10036,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:36:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10037,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:36:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10038,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:36:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10039,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:36:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10040,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:36:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10041,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:36:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10042,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:36:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10043,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:36:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10044,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:36:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10045,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:36:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10046,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:36:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10047,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:36:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10048,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:36:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10049,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:36:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10050,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:36:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10051,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:36:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10052,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:36:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10053,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:36:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10054,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:36:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10055,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:36:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10056,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:36:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10057,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:36:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10058,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:37:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10059,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:37:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10060,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:37:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10061,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:37:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10062,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:37:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10063,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:37:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10064,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:37:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10065,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:37:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10066,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:37:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10067,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:37:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10068,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:37:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10069,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:37:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10070,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:37:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10071,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:37:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10072,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:37:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10073,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:37:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10074,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:37:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10075,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:37:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10076,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:37:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10077,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:37:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10078,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:37:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10079,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:37:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10080,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:37:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10081,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:37:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10082,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:37:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10083,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:38:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10084,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:38:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10085,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:38:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10086,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:38:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10087,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:38:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10088,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:38:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10089,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:38:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10090,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:38:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10091,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:38:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10092,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:38:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10093,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:38:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10094,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:38:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10095,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:38:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10096,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:38:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10097,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:38:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10098,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:38:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10099,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:38:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10100,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:38:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10101,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:38:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10102,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:38:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10103,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:38:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10104,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:38:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10105,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:38:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10106,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:38:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10107,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:38:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10108,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:39:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10109,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:39:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10110,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:39:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10111,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:39:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10112,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:39:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10113,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:39:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10114,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:39:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10115,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:39:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10116,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:39:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10117,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:39:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10118,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:39:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10119,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:39:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10120,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:39:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10121,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:39:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10122,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:39:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10123,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:39:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10124,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:39:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10125,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:39:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10126,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:39:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10127,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:39:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10128,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:39:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10129,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:39:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10130,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:39:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10131,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:40:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10132,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:40:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10133,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:40:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10134,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:40:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10135,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:40:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10136,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:40:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10137,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:40:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10138,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:40:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10139,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:40:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10140,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:40:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10141,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:40:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10142,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:40:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10143,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:40:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10144,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:40:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10145,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:40:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10146,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:40:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10147,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:40:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10148,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:40:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10149,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:40:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10150,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:40:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10151,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:40:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10152,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:40:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10153,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:40:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10154,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:40:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10155,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:40:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10156,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:41:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10157,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:41:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10158,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:41:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10159,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:41:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10160,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:41:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10161,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:41:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10162,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:41:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10163,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:41:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10164,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:41:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10165,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:41:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10166,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:41:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10167,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:41:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10168,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:41:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10169,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:41:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10170,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:41:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10171,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:41:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10172,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:41:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10173,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:41:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10174,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:41:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10175,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:41:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10176,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:41:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10177,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:41:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10178,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:42:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10179,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:42:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10180,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:42:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10181,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:42:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10182,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:42:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10183,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:42:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10184,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:42:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10185,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:42:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10186,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:42:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10187,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:42:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10188,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:42:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10189,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:42:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10190,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:42:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10191,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:42:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10192,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:42:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10193,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:42:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10194,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:42:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10195,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:42:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10196,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:42:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10197,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:42:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10198,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:42:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10199,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:42:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10200,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:42:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10201,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:43:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10202,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:43:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10203,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:43:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10204,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:43:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10205,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:43:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10206,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:43:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10207,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:43:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10208,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:43:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10209,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:43:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10210,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:43:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10211,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:43:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10212,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:43:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10213,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:43:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10214,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:43:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10215,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:43:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10216,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:43:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10217,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:44:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10218,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:44:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10219,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:44:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10220,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:44:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10221,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:44:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10222,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:44:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10223,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:44:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10224,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:44:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10225,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:44:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10226,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:44:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10227,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:44:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10228,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:44:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10229,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:44:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10230,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:44:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10231,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:44:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10232,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:44:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10233,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:44:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10234,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:44:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10235,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:45:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10236,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:45:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10237,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:45:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10238,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:45:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10239,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:45:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10240,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:45:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10241,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:45:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10242,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:45:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10243,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:45:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10244,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:45:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10245,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:45:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10246,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:45:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10247,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:45:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10248,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:45:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10249,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:45:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10250,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:45:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10251,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:45:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10252,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:45:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10253,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:45:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10254,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:46:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10255,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:46:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10256,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:46:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10257,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:46:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10258,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:46:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10259,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:46:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10260,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:46:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10261,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:46:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10262,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:46:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10263,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:46:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10264,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:46:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10265,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:46:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10266,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:46:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10267,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:46:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10268,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:46:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10269,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:47:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10270,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:47:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10271,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:47:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10272,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:47:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10273,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:47:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10274,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:47:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10275,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:47:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10276,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:47:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10277,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:47:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10278,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:47:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10279,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:47:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10280,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:47:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10281,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:47:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10282,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:47:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10283,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:47:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10284,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:47:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10285,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:47:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10286,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:47:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10287,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:47:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10288,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:47:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10289,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:48:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10290,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:48:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10291,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:48:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10292,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:48:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10293,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:48:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10294,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:48:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10295,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:48:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10296,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:48:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10297,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:48:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10298,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:48:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10299,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:48:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10300,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:48:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10301,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:48:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10302,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:48:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10303,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:48:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10304,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:48:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10305,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:48:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10306,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:49:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10307,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:49:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10308,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:49:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10309,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:49:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10310,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:49:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10311,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:49:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10312,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:49:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10313,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:49:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10314,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:49:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10315,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:49:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10316,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:49:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10317,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:49:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10318,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:49:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10319,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:49:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10320,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:49:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10321,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:49:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10322,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:49:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10323,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:49:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10324,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:49:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10325,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:49:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10326,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:50:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10327,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:50:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10328,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:50:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10329,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:50:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10330,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:50:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10331,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:50:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10332,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:50:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10333,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:50:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10334,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:50:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10335,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:50:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10336,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:50:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10337,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:50:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10338,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:50:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10339,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:50:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10340,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:50:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10341,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:50:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10342,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:50:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10343,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:50:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10344,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:51:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10345,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:51:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10346,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:51:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10347,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:51:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10348,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:51:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10349,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:51:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10350,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:51:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10351,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:51:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10352,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:51:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10353,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:51:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10354,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:51:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10355,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:51:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10356,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:51:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10357,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:51:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10358,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:51:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10359,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:52:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10360,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:52:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10361,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:52:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10362,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:52:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10363,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:52:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10364,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:52:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10365,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:52:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10366,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:52:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10367,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:52:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10368,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:52:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10369,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:52:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10370,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:52:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10371,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:52:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10372,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:52:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10373,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:52:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10374,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:52:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10375,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:52:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10376,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:53:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10377,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:53:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10378,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:53:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10379,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:53:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10380,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:53:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10381,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:53:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10382,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:53:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10383,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:53:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10384,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:53:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10385,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:53:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10386,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:53:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10387,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:53:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10388,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:53:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10389,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:53:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10390,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:53:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10391,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:53:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10392,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:53:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10393,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:54:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10394,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:54:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10395,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:54:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10396,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:54:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10397,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:54:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10398,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:54:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10399,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:54:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10400,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:54:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10401,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:54:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10402,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:54:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10403,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:54:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10404,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:54:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10405,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:54:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10406,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:54:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10407,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:54:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10408,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:54:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10409,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:54:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10410,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:54:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10411,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:54:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10412,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:55:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10413,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:55:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10414,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:55:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10415,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:55:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10416,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:55:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10417,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:55:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10418,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:55:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10419,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:55:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10420,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:55:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10421,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:55:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10422,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:55:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10423,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:55:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10424,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:55:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10425,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:55:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10426,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:55:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10427,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:55:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10428,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:55:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10429,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:55:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10430,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:55:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10431,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:56:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10432,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:56:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10433,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:56:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10434,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:56:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10435,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:56:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10436,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:56:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10437,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:56:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10438,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:56:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10439,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:56:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10440,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:56:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10441,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:56:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10442,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:56:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10443,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:56:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10444,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:56:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10445,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:56:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10446,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:56:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10447,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:56:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10448,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:56:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10449,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:56:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10450,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:57:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10451,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:57:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10452,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:57:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10453,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:57:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10454,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:57:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10455,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:57:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10456,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:57:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10457,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:57:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10458,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:57:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10459,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:57:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10460,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:57:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10461,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:57:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10462,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:57:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10463,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:57:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10464,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:57:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10465,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:57:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10466,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:57:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10467,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:58:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10468,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:58:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10469,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:58:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10470,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:58:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10471,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:58:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10472,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:58:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10473,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:58:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10474,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:58:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10475,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:58:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10476,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:58:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10477,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:58:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10478,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:58:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10479,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:58:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10480,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:58:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10481,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:58:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10482,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:58:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10483,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:58:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10484,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:59:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10485,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:59:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10486,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:59:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10487,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:59:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10488,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:59:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10489,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:59:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10490,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:59:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10491,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:59:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10492,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:59:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10493,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:59:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10494,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:59:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10495,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:59:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10496,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:59:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10497,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:59:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10498,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:59:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10499,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:59:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10500,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 07:59:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10501,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:00:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10502,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:00:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10503,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:00:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10504,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:00:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10505,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:00:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10506,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:00:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10507,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:00:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10508,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:00:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10509,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:00:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10510,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:00:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10511,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:00:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10512,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:00:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10513,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:00:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10514,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:00:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10515,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:00:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10516,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:01:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10517,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:01:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10518,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:01:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10519,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:01:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10520,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:01:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10521,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:01:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10522,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:01:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10523,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:01:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10524,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:01:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10525,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:01:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10526,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:01:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10527,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:01:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10528,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:01:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10529,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:01:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10530,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:01:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10531,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:01:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10532,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:02:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10533,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:02:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10534,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:02:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10535,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:02:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10536,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:02:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10537,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:02:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10538,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:02:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10539,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:02:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10540,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:02:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10541,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:02:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10542,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:02:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10543,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:02:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10544,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:02:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10545,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:02:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10546,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:02:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10547,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:02:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10548,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:03:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10549,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:03:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10550,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:03:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10551,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:03:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10552,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:03:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10553,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:03:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10554,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:03:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10555,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:03:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10556,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:03:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10557,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:03:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10558,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:03:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10559,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:03:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10560,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:03:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10561,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:03:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10562,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:03:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10563,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:04:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10564,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:04:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10565,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:04:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10566,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:04:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10567,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:04:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10568,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:04:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10569,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:04:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10570,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:04:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10571,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:04:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10572,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:04:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10573,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:04:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10574,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:04:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10575,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:04:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10576,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:04:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10577,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:05:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10578,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:05:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10579,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:05:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10580,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:05:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10581,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:05:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10582,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:05:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10583,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:05:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10584,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:05:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10585,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:05:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10586,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:05:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10587,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:05:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10588,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:05:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10589,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:05:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10590,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:05:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10591,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:05:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10592,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:05:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10593,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:06:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10594,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:06:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10595,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:06:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10596,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:06:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10597,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:06:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10598,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:06:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10599,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:06:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10600,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:06:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10601,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:06:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10602,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:06:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10603,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:06:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10604,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:06:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10605,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:06:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10606,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:06:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10607,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:06:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10608,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:06:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10609,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:07:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10610,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:07:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10611,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:07:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10612,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:07:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10613,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:07:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10614,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:07:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10615,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:07:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10616,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:07:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10617,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:07:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10618,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:07:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10619,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:07:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10620,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:07:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10621,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:07:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10622,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:07:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10623,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:07:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10624,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:07:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10625,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:07:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10626,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:08:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10627,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:08:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10628,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:08:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10629,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:08:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10630,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:08:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10631,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:08:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10632,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:08:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10633,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:08:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10634,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:08:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10635,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:08:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10636,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:08:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10637,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:08:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10638,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:08:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10639,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:08:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10640,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:08:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10641,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:08:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10642,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:09:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10643,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:09:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10644,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:09:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10645,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:09:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10646,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:09:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10647,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:09:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10648,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:09:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10649,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:09:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10650,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:09:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10651,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:09:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10652,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:09:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10653,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:09:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10654,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:09:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10655,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:09:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10656,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:09:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10657,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:09:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10658,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:09:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10659,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:09:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10660,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:09:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10661,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:10:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10662,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:10:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10663,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:10:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10664,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:10:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10665,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:10:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10666,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:10:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10667,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:10:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10668,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:10:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10669,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:10:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10670,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:10:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10671,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:10:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10672,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:10:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10673,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:10:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10674,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:10:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10675,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:10:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10676,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:10:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10677,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:11:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10678,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:11:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10679,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:11:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10680,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:11:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10681,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:11:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10682,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:11:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10683,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:11:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10684,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:11:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10685,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:11:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10686,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:11:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10687,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:11:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10688,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:11:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10689,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:11:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10690,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:11:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10691,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:11:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10692,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:11:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10693,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:11:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10694,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:12:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10695,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:12:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10696,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:12:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10697,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:12:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10698,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:12:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10699,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:12:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10700,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:12:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10701,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:12:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10702,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:12:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10703,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:12:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10704,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:12:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10705,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:12:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10706,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:12:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10707,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:12:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10708,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:12:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10709,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:12:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10710,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:12:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10711,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:13:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10712,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:13:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10713,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:13:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10714,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:13:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10715,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:13:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10716,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:13:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10717,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:13:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10718,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:13:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10719,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:13:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10720,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:13:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10721,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:13:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10722,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:13:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10723,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:13:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10724,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:13:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10725,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:13:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10726,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:13:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10727,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:13:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10728,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:13:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10729,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:14:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10730,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:14:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10731,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:14:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10732,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:14:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10733,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:14:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10734,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:14:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10735,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:14:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10736,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:14:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10737,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:14:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10738,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:14:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10739,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:14:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10740,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:14:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10741,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:14:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10742,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:14:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10743,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:14:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10744,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:14:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10745,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:15:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10746,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:15:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10747,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:15:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10748,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:15:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10749,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:15:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10750,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:15:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10751,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:15:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10752,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:15:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10753,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:15:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10754,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:15:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10755,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:15:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10756,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:15:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10757,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:15:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10758,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:15:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10759,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:15:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10760,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:15:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10761,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:16:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10762,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:16:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10763,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:16:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10764,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:16:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10765,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:16:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10766,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:16:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10767,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:16:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10768,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:16:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10769,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:16:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10770,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:16:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10771,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:16:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10772,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:16:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10773,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:16:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10774,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:16:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10775,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:16:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10776,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:16:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10777,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:17:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10778,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:17:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10779,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:17:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10780,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:17:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10781,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:17:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10782,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:17:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10783,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:17:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10784,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:17:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10785,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:17:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10786,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:17:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10787,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:17:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10788,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:17:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10789,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:17:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10790,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:17:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10791,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:17:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10792,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:17:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10793,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:17:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10794,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:18:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10795,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:18:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10796,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:18:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10797,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:18:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10798,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:18:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10799,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:18:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10800,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:18:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10801,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:18:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10802,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:18:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10803,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:18:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10804,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:18:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10805,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:18:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10806,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:18:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10807,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:18:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10808,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:18:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10809,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:18:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10810,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:18:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10811,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:19:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10812,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:19:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10813,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:19:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10814,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:19:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10815,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:19:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10816,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:19:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10817,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:19:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10818,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:19:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10819,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:19:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10820,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:19:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10821,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:19:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10822,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:19:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10823,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:19:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10824,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:19:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10825,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:19:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10826,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:19:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10827,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:19:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10828,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:20:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10829,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:20:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10830,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:20:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10831,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:20:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10832,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:20:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10833,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:20:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10834,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:20:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10835,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:20:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10836,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:20:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10837,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:20:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10838,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:20:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10839,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:20:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10840,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:20:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10841,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:20:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10842,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:20:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10843,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:20:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10844,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:21:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10845,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:21:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10846,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:21:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10847,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:21:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10848,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:21:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10849,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:21:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10850,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:21:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10851,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:21:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10852,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:21:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10853,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:21:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10854,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:21:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10855,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:21:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10856,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:21:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10857,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:21:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10858,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:21:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10859,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:21:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10860,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:22:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10861,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:22:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10862,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:22:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10863,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:22:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10864,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:22:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10865,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:22:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10866,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:22:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10867,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:22:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10868,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:22:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10869,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:22:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10870,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:22:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10871,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:22:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10872,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:22:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10873,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:22:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10874,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:22:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10875,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:22:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10876,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:23:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10877,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:23:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10878,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:23:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10879,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:23:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10880,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:23:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10881,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:23:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10882,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:23:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10883,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:23:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10884,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:23:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10885,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:23:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10886,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:23:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10887,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:23:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10888,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:23:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10889,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:23:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10890,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:23:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10891,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:23:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10892,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:24:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10893,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:24:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10894,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:24:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10895,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:24:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10896,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:24:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10897,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:24:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10898,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:24:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10899,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:24:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10900,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:24:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10901,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:24:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10902,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:24:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10903,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:24:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10904,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:24:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10905,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:24:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10906,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:24:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10907,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:24:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10908,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:24:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10909,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:25:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10910,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:25:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10911,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:25:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10912,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:25:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10913,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:25:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10914,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:25:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10915,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:25:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10916,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:25:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10917,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:25:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10918,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:25:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10919,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:25:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10920,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:25:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10921,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:25:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10922,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:25:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10923,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:25:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10924,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:25:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10925,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:25:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10926,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:25:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10927,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:26:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10928,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:26:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10929,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:26:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10930,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:26:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10931,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:26:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10932,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:26:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10933,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:26:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10934,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:26:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10935,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:26:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10936,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:26:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10937,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:26:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10938,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:26:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10939,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:26:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10940,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:26:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10941,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:26:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10942,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:26:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10943,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:27:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10944,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:27:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10945,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:27:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10946,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:27:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10947,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:27:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10948,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:27:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10949,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:27:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10950,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:27:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10951,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:27:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10952,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:27:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10953,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:27:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10954,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:27:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10955,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:27:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10956,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:27:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10957,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:27:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10958,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:27:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10959,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:27:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10960,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:27:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10961,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:27:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10962,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:28:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10963,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:28:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10964,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:28:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10965,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:28:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10966,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:28:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10967,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:28:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10968,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:28:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10969,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:28:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10970,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:28:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10971,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:28:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10972,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:28:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10973,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:28:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10974,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:28:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10975,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:28:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10976,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:28:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10977,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:28:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10978,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:28:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10979,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:29:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10980,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:29:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10981,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:29:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10982,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:29:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10983,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:29:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10984,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:29:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10985,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:29:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10986,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:29:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10987,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:29:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10988,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:29:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10989,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:29:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10990,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:29:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10991,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:29:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10992,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:29:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10993,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:29:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10994,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:29:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10995,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:29:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10996,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:29:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10997,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:30:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10998,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:30:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(10999,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:30:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11000,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:30:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11001,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:30:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11002,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:30:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11003,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:30:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11004,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:30:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11005,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:30:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11006,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:30:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11007,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:30:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11008,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:30:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11009,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:30:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11010,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:30:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11011,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:30:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11012,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:30:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11013,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:30:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11014,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:30:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11015,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:30:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11016,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:31:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11017,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:31:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11018,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:31:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11019,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:31:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11020,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:31:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11021,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:31:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11022,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:31:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11023,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:31:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11024,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:31:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11025,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:31:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11026,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:31:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11027,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:31:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11028,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:31:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11029,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:31:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11030,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:31:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11031,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:31:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11032,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:31:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11033,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:31:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11034,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:31:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11035,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:32:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11036,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:32:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11037,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:32:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11038,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:32:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11039,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:32:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11040,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:32:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11041,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:32:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11042,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:32:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11043,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:32:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11044,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:32:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11045,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:32:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11046,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:32:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11047,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:32:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11048,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:32:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11049,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:32:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11050,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:32:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11051,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:33:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11052,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:33:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11053,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:33:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11054,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:33:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11055,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:33:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11056,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:33:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11057,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:33:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11058,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:33:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11059,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:33:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11060,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:33:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11061,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:33:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11062,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:33:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11063,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:33:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11064,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:33:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11065,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:33:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11066,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:33:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11067,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:33:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11068,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:33:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11069,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:34:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11070,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:34:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11071,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:34:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11072,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:34:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11073,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:34:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11074,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:34:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11075,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:34:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11076,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:34:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11077,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:34:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11078,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:34:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11079,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:34:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11080,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:34:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11081,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:34:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11082,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:34:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11083,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:34:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11084,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:34:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11085,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:34:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11086,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:35:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11087,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:35:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11088,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:35:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11089,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:35:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11090,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:35:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11091,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:35:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11092,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:35:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11093,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:35:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11094,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:35:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11095,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:35:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11096,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:35:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11097,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:35:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11098,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:35:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11099,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:35:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11100,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:35:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11101,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:35:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11102,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:35:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11103,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:36:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11104,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:36:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11105,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:36:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11106,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:36:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11107,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:36:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11108,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:36:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11109,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:36:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11110,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:36:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11111,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:36:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11112,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:36:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11113,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:36:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11114,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:36:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11115,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:36:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11116,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:36:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11117,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:37:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11118,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:37:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11119,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:37:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11120,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:37:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11121,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:37:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11122,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:37:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11123,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:37:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11124,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:37:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11125,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:37:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11126,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:37:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11127,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:37:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11128,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:37:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11129,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:37:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11130,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:37:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11131,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:37:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11132,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:37:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11133,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:37:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11134,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:37:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11135,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:37:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11136,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:38:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11137,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:38:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11138,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:38:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11139,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:38:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11140,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:38:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11141,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:38:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11142,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:38:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11143,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:38:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11144,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:38:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11145,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:38:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11146,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:38:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11147,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:38:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11148,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:38:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11149,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:38:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11150,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:38:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11151,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:38:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11152,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:38:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11153,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:38:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11154,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:39:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11155,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:39:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11156,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:39:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11157,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:39:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11158,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:39:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11159,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:39:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11160,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:39:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11161,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:39:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11162,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:39:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11163,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:39:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11164,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:39:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11165,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:39:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11166,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:39:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11167,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:39:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11168,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:39:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11169,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:39:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11170,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:39:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11171,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:39:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11172,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:39:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11173,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:40:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11174,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:40:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11175,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:40:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11176,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:40:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11177,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:40:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11178,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:40:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11179,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:40:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11180,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:40:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11181,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:40:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11182,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:40:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11183,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:40:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11184,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:40:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11185,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:40:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11186,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:40:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11187,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:40:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11188,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:40:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11189,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:40:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11190,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:40:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11191,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:40:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11192,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:41:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11193,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:41:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11194,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:41:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11195,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:41:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11196,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:41:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11197,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:41:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11198,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:41:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11199,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:41:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11200,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:41:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11201,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:41:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11202,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:41:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11203,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:41:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11204,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:41:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11205,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:41:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11206,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:41:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11207,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:42:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11208,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:42:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11209,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:42:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11210,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:42:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11211,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:42:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11212,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:42:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11213,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:42:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11214,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:42:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11215,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:42:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11216,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:42:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11217,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:42:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11218,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:42:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11219,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:42:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11220,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:42:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11221,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:42:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11222,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:42:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11223,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:42:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11224,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:43:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11225,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:43:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11226,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:43:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11227,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:43:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11228,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:43:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11229,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:43:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11230,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:43:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11231,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:43:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11232,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:43:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11233,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:43:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11234,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:43:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11235,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:43:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11236,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:43:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11237,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:43:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11238,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:43:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11239,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:43:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11240,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:44:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11241,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:44:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11242,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:44:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11243,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:44:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11244,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:44:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11245,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:44:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11246,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:44:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11247,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:44:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11248,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:44:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11249,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:44:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11250,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:44:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11251,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:44:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11252,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:44:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11253,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:44:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11254,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:44:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11255,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:45:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11256,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:45:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11257,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:45:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11258,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:45:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11259,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:45:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11260,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:45:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11261,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:45:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11262,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:45:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11263,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:45:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11264,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:45:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11265,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:45:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11266,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:45:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11267,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:45:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11268,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:45:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11269,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:45:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11270,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:45:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11271,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:45:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11272,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:45:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11273,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:46:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11274,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:46:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11275,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:46:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11276,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:46:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11277,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:46:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11278,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:46:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11279,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:46:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11280,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:46:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11281,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:46:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11282,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:46:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11283,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:46:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11284,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:46:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11285,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:46:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11286,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:46:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11287,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:47:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11288,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:47:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11289,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:47:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11290,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:47:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11291,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:47:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11292,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:47:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11293,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:47:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11294,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:48:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11295,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:48:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11296,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:48:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11297,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:48:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11298,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:48:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11299,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:48:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11300,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:49:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11301,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:49:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11302,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:49:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11303,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:49:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11304,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:49:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11305,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:49:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11306,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:49:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11307,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:49:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11308,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:49:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11309,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:50:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11310,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:50:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11311,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:50:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11312,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:50:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11313,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:50:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11314,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:50:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11315,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:50:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11316,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:51:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11317,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:51:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11318,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:51:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11319,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:51:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11320,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:51:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11321,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:51:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11322,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:51:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11323,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:51:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11324,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:51:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11325,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:51:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11326,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:51:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11327,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:52:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11328,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:52:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11329,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:52:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11330,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:52:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11331,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:52:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11332,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:52:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11333,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:52:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11334,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:52:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11335,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:52:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11336,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:53:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11337,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:53:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11338,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:53:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11339,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:53:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11340,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:53:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11341,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:53:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11342,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:53:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11343,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:53:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11344,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:53:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11345,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:53:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11346,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:53:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11347,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:53:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11348,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:53:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11349,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:53:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11350,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:54:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11351,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:54:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11352,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:54:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11353,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:54:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11354,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:54:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11355,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:54:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11356,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:54:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11357,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:54:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11358,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:54:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11359,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:54:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11360,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:54:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11361,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:54:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11362,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:54:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11363,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:54:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11364,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:55:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11365,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:55:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11366,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:55:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11367,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:55:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11368,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:55:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11369,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:55:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11370,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:55:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11371,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:55:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11372,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:55:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11373,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:55:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11374,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:55:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11375,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:55:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11376,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:55:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11377,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:56:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11378,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:56:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11379,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:56:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11380,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:56:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11381,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:56:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11382,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:56:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11383,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:56:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11384,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:56:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11385,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:56:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11386,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:56:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11387,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:56:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11388,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:56:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11389,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:56:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11390,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:56:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11391,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:56:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11392,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:57:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11393,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:57:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11394,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:57:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11395,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:57:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11396,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:57:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11397,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:57:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11398,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:57:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11399,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:57:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11400,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:57:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11401,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:57:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11402,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:57:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11403,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:57:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11404,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:57:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11405,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:57:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11406,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:57:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11407,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:57:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11408,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:57:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11409,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:58:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11410,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:58:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11411,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:58:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11412,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:58:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11413,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:58:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11414,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:58:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11415,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:58:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11416,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:58:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11417,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:58:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11418,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:58:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11419,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:58:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11420,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:58:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11421,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:58:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11422,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:58:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11423,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:59:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11424,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:59:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11425,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:59:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11426,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:59:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11427,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:59:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11428,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:59:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11429,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:59:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11430,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:59:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11431,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:59:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11432,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:59:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11433,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:59:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11434,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:59:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11435,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:59:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11436,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:59:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11437,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:59:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11438,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 08:59:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11439,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:00:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11440,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:00:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11441,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:00:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11442,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:00:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11443,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:00:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11444,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:00:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11445,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:00:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11446,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:00:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11447,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:00:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11448,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:00:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11449,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:00:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11450,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:00:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11451,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:00:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11452,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:00:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11453,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:00:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11454,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:01:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11455,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:01:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11456,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:01:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11457,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:01:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11458,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:01:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11459,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:01:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11460,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:01:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11461,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:01:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11462,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:01:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11463,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:01:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11464,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:01:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11465,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:01:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11466,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:01:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11467,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:01:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11468,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:02:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11469,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:02:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11470,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:02:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11471,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:02:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11472,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:02:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11473,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:02:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11474,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:02:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11475,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:02:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11476,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:02:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11477,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:02:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11478,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:02:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11479,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:02:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11480,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:02:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11481,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:02:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11482,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:02:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11483,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:02:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11484,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:02:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11485,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:03:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11486,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:03:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11487,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:03:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11488,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:03:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11489,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:03:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11490,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:03:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11491,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:03:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11492,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:03:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11493,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:03:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11494,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:03:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11495,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:03:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11496,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:03:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11497,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:03:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11498,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:03:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11499,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:03:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11500,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:04:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11501,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:04:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11502,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:04:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11503,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:04:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11504,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:04:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11505,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:04:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11506,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:04:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11507,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:04:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11508,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:04:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11509,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:04:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11510,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:04:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11511,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:04:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11512,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:04:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11513,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:04:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11514,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:04:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11515,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:05:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11516,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:05:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11517,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:05:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11518,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:05:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11519,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:05:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11520,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:05:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11521,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:05:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11522,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:05:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11523,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:05:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11524,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:05:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11525,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:05:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11526,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:05:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11527,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:05:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11528,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:05:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11529,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:05:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11530,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:05:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11531,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:05:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11532,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:05:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11533,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:06:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11534,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:06:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11535,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:06:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11536,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:06:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11537,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:06:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11538,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:06:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11539,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:06:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11540,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:06:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11541,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:06:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11542,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:06:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11543,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:06:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11544,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:06:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11545,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:06:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11546,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:06:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11547,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:06:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11548,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:06:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11549,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:06:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11550,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:06:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11551,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:06:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11552,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:06:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11553,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:06:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11554,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:06:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11555,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:06:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11556,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:06:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11557,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:07:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11558,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:07:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11559,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:07:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11560,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:07:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11561,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:07:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11562,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:07:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11563,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:07:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11564,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:07:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11565,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:07:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11566,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:07:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11567,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:07:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11568,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:07:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11569,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:07:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11570,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:07:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11571,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:07:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11572,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:07:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11573,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:07:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11574,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:07:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11575,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:08:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11576,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:08:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11577,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:08:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11578,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:08:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11579,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:08:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11580,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:08:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11581,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:08:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11582,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:08:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11583,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:08:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11584,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:08:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11585,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:08:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11586,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:08:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11587,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:08:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11588,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:08:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11589,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:08:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11590,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:08:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11591,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:08:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11592,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:08:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11593,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:09:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11594,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:09:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11595,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:09:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11596,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:09:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11597,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:09:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11598,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:09:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11599,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:09:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11600,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:09:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11601,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:09:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11602,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:09:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11603,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:09:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11604,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:09:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11605,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:09:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11606,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:09:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11607,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:09:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11608,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:09:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11609,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:09:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11610,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:09:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11611,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:10:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11612,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:10:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11613,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:10:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11614,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:10:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11615,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:10:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11616,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:10:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11617,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:10:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11618,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:10:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11619,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:10:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11620,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:10:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11621,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:10:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11622,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:10:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11623,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:10:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11624,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:10:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11625,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:10:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11626,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:10:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11627,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:10:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11628,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:10:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11629,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:10:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11630,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:11:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11631,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:11:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11632,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:11:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11633,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:11:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11634,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:11:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11635,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:11:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11636,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:11:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11637,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:11:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11638,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:11:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11639,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:11:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11640,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:11:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11641,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:11:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11642,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:11:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11643,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:11:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11644,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:11:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11645,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:11:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11646,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:11:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11647,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:11:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11648,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:11:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11649,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:11:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11650,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:12:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11651,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:12:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11652,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:12:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11653,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:12:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11654,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:12:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11655,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:12:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11656,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:12:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11657,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:12:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11658,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:12:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11659,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:12:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11660,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:12:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11661,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:12:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11662,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:12:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11663,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:12:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11664,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:12:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11665,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:12:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11666,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:12:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11667,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:12:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11668,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:13:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11669,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:13:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11670,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:13:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11671,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:13:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11672,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:13:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11673,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:13:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11674,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:13:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11675,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:13:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11676,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:13:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11677,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:13:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11678,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:13:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11679,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:13:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11680,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:13:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11681,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:13:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11682,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:13:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11683,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:13:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11684,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:14:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11685,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:14:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11686,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:14:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11687,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:14:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11688,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:14:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11689,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:14:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11690,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:14:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11691,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:14:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11692,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:14:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11693,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:14:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11694,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:14:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11695,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:14:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11696,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:14:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11697,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:14:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11698,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:14:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11699,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:14:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11700,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:14:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11701,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:14:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11702,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:15:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11703,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:15:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11704,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:15:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11705,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:15:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11706,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:15:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11707,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:15:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11708,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:15:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11709,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:15:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11710,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:15:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11711,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:15:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11712,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:15:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11713,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:15:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11714,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:15:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11715,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:15:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11716,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:15:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11717,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:15:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11718,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:15:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11719,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:15:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11720,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:16:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11721,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:16:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11722,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:16:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11723,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:16:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11724,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:16:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11725,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:16:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11726,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:16:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11727,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:16:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11728,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:16:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11729,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:16:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11730,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:16:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11731,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:16:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11732,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:16:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11733,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:16:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11734,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:16:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11735,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:16:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11736,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:16:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11737,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:16:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11738,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:17:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11739,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:17:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11740,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:17:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11741,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:17:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11742,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:17:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11743,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:17:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11744,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:17:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11745,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:17:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11746,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:17:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11747,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:17:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11748,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:17:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11749,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:17:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11750,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:17:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11751,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:17:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11752,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:17:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11753,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:17:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11754,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:17:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11755,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:18:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11756,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:18:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11757,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:18:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11758,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:18:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11759,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:18:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11760,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:18:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11761,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:18:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11762,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:18:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11763,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:18:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11764,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:18:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11765,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:18:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11766,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:18:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11767,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:18:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11768,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:18:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11769,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:18:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11770,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:18:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11771,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:18:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11772,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:18:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11773,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:18:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11774,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:19:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11775,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:19:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11776,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:19:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11777,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:19:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11778,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:19:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11779,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:19:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11780,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:19:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11781,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:19:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11782,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:19:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11783,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:19:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11784,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:19:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11785,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:19:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11786,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:19:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11787,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:19:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11788,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:19:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11789,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:19:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11790,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:19:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11791,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:19:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11792,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:20:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11793,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:20:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11794,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:20:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11795,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:20:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11796,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:20:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11797,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:20:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11798,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:20:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11799,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:20:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11800,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:20:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11801,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:20:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11802,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:20:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11803,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:20:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11804,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:20:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11805,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:20:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11806,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:20:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11807,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:20:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11808,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:20:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11809,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:20:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11810,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:20:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11811,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:20:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11812,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:20:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11813,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:21:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11814,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:21:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11815,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:21:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11816,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:21:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11817,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:21:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11818,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:21:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11819,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:21:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11820,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:21:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11821,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:21:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11822,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:21:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11823,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:21:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11824,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:21:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11825,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:21:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11826,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:21:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11827,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:21:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11828,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:21:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11829,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:21:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11830,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:21:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11831,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:22:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11832,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:22:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11833,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:22:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11834,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:22:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11835,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:22:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11836,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:22:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11837,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:22:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11838,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:22:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11839,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:22:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11840,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:22:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11841,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:22:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11842,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:22:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11843,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:22:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11844,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:22:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11845,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:22:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11846,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:22:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11847,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:22:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11848,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:23:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11849,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:23:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11850,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:23:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11851,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:23:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11852,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:23:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11853,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:23:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11854,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:23:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11855,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:23:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11856,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:23:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11857,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:23:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11858,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:23:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11859,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:23:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11860,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:23:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11861,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:23:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11862,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:23:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11863,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:23:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11864,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:23:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11865,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:23:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11866,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:24:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11867,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:24:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11868,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:24:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11869,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:24:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11870,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:24:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11871,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:24:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11872,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:24:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11873,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:24:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11874,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:24:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11875,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:24:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11876,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:24:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11877,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:24:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11878,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:24:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11879,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:24:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11880,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:24:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11881,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:24:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11882,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:24:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11883,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:25:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11884,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:25:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11885,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:25:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11886,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:25:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11887,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:25:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11888,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:25:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11889,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:25:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11890,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:25:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11891,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:25:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11892,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:25:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11893,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:25:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11894,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:25:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11895,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:25:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11896,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:25:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11897,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:25:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11898,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:25:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11899,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:25:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11900,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:26:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11901,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:26:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11902,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:26:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11903,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:26:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11904,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:26:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11905,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:26:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11906,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:26:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11907,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:26:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11908,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:26:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11909,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:26:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11910,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:26:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11911,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:26:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11912,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:26:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11913,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:26:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11914,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:26:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11915,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:26:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11916,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:26:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11917,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:27:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11918,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:27:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11919,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:27:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11920,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:27:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11921,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:27:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11922,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:27:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11923,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:27:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11924,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:27:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11925,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:27:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11926,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:27:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11927,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:27:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11928,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:27:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11929,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:27:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11930,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:27:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11931,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:27:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11932,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:27:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11933,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:27:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11934,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:27:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11935,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:27:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11936,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:28:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11937,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:28:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11938,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:28:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11939,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:28:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11940,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:28:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11941,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:28:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11942,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:28:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11943,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:28:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11944,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:28:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11945,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:28:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11946,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:28:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11947,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:28:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11948,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:28:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11949,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:28:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11950,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:28:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11951,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:28:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11952,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:28:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11953,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:29:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11954,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:29:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11955,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:29:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11956,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:29:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11957,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:29:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11958,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:29:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11959,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:29:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11960,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:29:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11961,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:29:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11962,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:29:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11963,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:29:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11964,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:29:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11965,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:29:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11966,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:29:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11967,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:29:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11968,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:29:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11969,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:29:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11970,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:29:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11971,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:30:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11972,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:30:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11973,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:30:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11974,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:30:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11975,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:30:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11976,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:30:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11977,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:30:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11978,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:30:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11979,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:30:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11980,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:30:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11981,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:30:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11982,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:30:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11983,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:30:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11984,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:30:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11985,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:30:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11986,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:30:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED');
INSERT INTO `cql20_action_logs` VALUES (11987,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:30:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11988,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:30:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11989,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:30:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11990,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:30:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11991,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:30:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11992,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:31:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11993,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:31:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11994,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:31:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11995,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:31:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11996,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:31:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11997,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:31:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11998,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:31:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(11999,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:31:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12000,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:31:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12001,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:31:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12002,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:31:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12003,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:31:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12004,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:31:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12005,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:31:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12006,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:31:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12007,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:31:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12008,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:31:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12009,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:31:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12010,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:31:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12011,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:32:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12012,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:32:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12013,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:32:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12014,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:32:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12015,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:32:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12016,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:32:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12017,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:32:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12018,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:32:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12019,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:32:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12020,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:32:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12021,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:32:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12022,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:32:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12023,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:32:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12024,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:32:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12025,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:32:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12026,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:32:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12027,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:32:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12028,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:32:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12029,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:32:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12030,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:33:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12031,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:33:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12032,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:33:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12033,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:33:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12034,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:33:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12035,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:33:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12036,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:33:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12037,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:33:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12038,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:33:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12039,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:33:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12040,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:33:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12041,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:33:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12042,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:33:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12043,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:34:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12044,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:34:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12045,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:34:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12046,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:34:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12047,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:34:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12048,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:34:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12049,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:34:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12050,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:34:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12051,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:34:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12052,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:34:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12053,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:34:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12054,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:34:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12055,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:34:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12056,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:34:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12057,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:34:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12058,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:35:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12059,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:35:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12060,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:35:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12061,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:35:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12062,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:35:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12063,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:35:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12064,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:35:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12065,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:35:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12066,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:35:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12067,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:35:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12068,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:35:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12069,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:35:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12070,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:35:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12071,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:35:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12072,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:35:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12073,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:35:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12074,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:35:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12075,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:36:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12076,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:36:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12077,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:36:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12078,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:36:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12079,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:36:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12080,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:36:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12081,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:36:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12082,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:36:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12083,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:36:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12084,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:36:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12085,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:36:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12086,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:36:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12087,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:36:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12088,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:36:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12089,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:36:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12090,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:36:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12091,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:36:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12092,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:36:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12093,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:37:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12094,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:37:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12095,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:37:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12096,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:37:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12097,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:37:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12098,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:37:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12099,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:37:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12100,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:37:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12101,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:37:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12102,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:37:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12103,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:37:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12104,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:37:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12105,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:37:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12106,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:37:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12107,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:37:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12108,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:37:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12109,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:37:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12110,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:38:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12111,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:38:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12112,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:38:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12113,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:38:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12114,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:38:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12115,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:38:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12116,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:38:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12117,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:38:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12118,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:38:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12119,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:38:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12120,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:38:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12121,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:38:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12122,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:38:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12123,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:38:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12124,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:38:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12125,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:38:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12126,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:38:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12127,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:38:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12128,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:39:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12129,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:39:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12130,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:39:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12131,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:39:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12132,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:39:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12133,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:39:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12134,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:39:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12135,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:39:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12136,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:39:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12137,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:39:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12138,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:39:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12139,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:39:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12140,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:39:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12141,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:39:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12142,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:39:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12143,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:40:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12144,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:40:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12145,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:40:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12146,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:40:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12147,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:40:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12148,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:40:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12149,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:40:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12150,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:40:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12151,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:40:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12152,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:40:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12153,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:40:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12154,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:40:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12155,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:40:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12156,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:40:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12157,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:40:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12158,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:40:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12159,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:40:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12160,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:40:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12161,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:41:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12162,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:41:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12163,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:41:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12164,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:41:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12165,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:41:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12166,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:41:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12167,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:41:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12168,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:41:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12169,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:41:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12170,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:41:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12171,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:41:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12172,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:41:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12173,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:41:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12174,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:41:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12175,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:41:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12176,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:41:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12177,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:41:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12178,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:41:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12179,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:42:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12180,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:42:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12181,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:42:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12182,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:42:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12183,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:42:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12184,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:42:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12185,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:42:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12186,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:42:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12187,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:42:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12188,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:42:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12189,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:42:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12190,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:42:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12191,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:42:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12192,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:42:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12193,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:42:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12194,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:42:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12195,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:42:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12196,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:42:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12197,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:43:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12198,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:43:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12199,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:43:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12200,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:43:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12201,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:43:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12202,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:43:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12203,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:43:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12204,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:43:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12205,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:43:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12206,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:43:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12207,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:43:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12208,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:43:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12209,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:43:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12210,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:43:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12211,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:43:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12212,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:43:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12213,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:43:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12214,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:44:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12215,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:44:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12216,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:44:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12217,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:44:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12218,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:44:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12219,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:44:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12220,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:44:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12221,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:44:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12222,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:44:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12223,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:44:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12224,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:44:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12225,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:44:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12226,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:44:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12227,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:44:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12228,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:44:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12229,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:44:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12230,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:44:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12231,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:44:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12232,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:45:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12233,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:45:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12234,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:45:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12235,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:45:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12236,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:45:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12237,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:45:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12238,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:45:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12239,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:45:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12240,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:45:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12241,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:45:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12242,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:45:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12243,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:45:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12244,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:45:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12245,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:45:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12246,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:45:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12247,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:45:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12248,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:45:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12249,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:45:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12250,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:46:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12251,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:46:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12252,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:46:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12253,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:46:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12254,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:46:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12255,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:46:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12256,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:46:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12257,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:46:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12258,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:46:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12259,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:46:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12260,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:46:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12261,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:46:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12262,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:46:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12263,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:46:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12264,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:46:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12265,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:46:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12266,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:46:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12267,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:47:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12268,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:47:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12269,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:47:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12270,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:47:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12271,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:47:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12272,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:47:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12273,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:47:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12274,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:47:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12275,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:47:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12276,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:47:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12277,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:47:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12278,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:47:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12279,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:47:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12280,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:47:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12281,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:47:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12282,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:47:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12283,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:47:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12284,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:47:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12285,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:48:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12286,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:48:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12287,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:48:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12288,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:48:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12289,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:48:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12290,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:48:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12291,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:48:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12292,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:48:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12293,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:48:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12294,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:48:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12295,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:48:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12296,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:48:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12297,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:48:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12298,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:48:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12299,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:48:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12300,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:48:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12301,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:49:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12302,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:49:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12303,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:49:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12304,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:49:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12305,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:49:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12306,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:49:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12307,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:49:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12308,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:49:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12309,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:49:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12310,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:49:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12311,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:49:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12312,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:49:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12313,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:49:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12314,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:49:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12315,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:49:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12316,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:49:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12317,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:49:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12318,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:50:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12319,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:50:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12320,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:50:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12321,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:50:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12322,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:50:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12323,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:50:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12324,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:50:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12325,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:50:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12326,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:50:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12327,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:50:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12328,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:50:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12329,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:50:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12330,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:50:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12331,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:50:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12332,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:50:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12333,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:50:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12334,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:51:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12335,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:51:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12336,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:51:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12337,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:51:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12338,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:51:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12339,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:51:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12340,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:51:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12341,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:51:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12342,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:51:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12343,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:51:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12344,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:51:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12345,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:51:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12346,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:51:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12347,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:51:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12348,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:51:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12349,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:51:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12350,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:51:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12351,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:51:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12352,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:51:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12353,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:52:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12354,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:52:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12355,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:52:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12356,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:52:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12357,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:52:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12358,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:52:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12359,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:52:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12360,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:52:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12361,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:52:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12362,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:52:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12363,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:52:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12364,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:52:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12365,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:52:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12366,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:52:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12367,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:52:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12368,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:52:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12369,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:53:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12370,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:53:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12371,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:53:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12372,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:53:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12373,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:53:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12374,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:53:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12375,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:53:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12376,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:53:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12377,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:53:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12378,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:53:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12379,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:53:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12380,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:53:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12381,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:53:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12382,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:53:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12383,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:53:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12384,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:53:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12385,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:53:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12386,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:54:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12387,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:54:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12388,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:54:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12389,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:54:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12390,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:54:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12391,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:54:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12392,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:54:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12393,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:54:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12394,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:54:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12395,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:54:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12396,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:54:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12397,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:54:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12398,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:54:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12399,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:54:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12400,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:54:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12401,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:54:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12402,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:54:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12403,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:54:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12404,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:54:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12405,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:54:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12406,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:55:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12407,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:55:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12408,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:55:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12409,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:55:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12410,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:55:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12411,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:55:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12412,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:55:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12413,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:55:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12414,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:55:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12415,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:55:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12416,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:55:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12417,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:55:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12418,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:55:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12419,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:55:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12420,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:55:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12421,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:55:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12422,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:55:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12423,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:55:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12424,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:56:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12425,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:56:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12426,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:56:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12427,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:56:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12428,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:56:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12429,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:56:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12430,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:56:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12431,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:56:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12432,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:56:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12433,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:56:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12434,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:56:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12435,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:56:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12436,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:56:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12437,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:56:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12438,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:56:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12439,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:56:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12440,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:56:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12441,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:56:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12442,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:56:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12443,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:56:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12444,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:57:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12445,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:57:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12446,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:57:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12447,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:57:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12448,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:57:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12449,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:57:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12450,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:57:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12451,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:57:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12452,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:57:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12453,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:57:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12454,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:57:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12455,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:57:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12456,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:57:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12457,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:57:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12458,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:57:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12459,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:57:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12460,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:57:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12461,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:57:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12462,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:58:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12463,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:58:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12464,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:58:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12465,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:58:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12466,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:58:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12467,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:58:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12468,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:58:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12469,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:58:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12470,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:58:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12471,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:58:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12472,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:58:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12473,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:58:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12474,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:58:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12475,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:58:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12476,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:58:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12477,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:58:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12478,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:58:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12479,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:59:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12480,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:59:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12481,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:59:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12482,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:59:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12483,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:59:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12484,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:59:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12485,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:59:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12486,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:59:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12487,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:59:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12488,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:59:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12489,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:59:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12490,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:59:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12491,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:59:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12492,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:59:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12493,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:59:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12494,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:59:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12495,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:59:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12496,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 09:59:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12497,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:00:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12498,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:00:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12499,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:00:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12500,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:00:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12501,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:00:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12502,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:00:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12503,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:00:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12504,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:00:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12505,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:00:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12506,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:00:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12507,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:00:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12508,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:00:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12509,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:00:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12510,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:00:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12511,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:00:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12512,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:00:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12513,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:00:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12514,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:00:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12515,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:01:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12516,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:01:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12517,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:01:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12518,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:01:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12519,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:01:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12520,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:01:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12521,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:01:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12522,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:01:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12523,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:01:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12524,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:01:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12525,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:01:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12526,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:01:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12527,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:01:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12528,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:01:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12529,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:01:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12530,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:01:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12531,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:01:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12532,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:01:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12533,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:01:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12534,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:02:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12535,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:02:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12536,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:02:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12537,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:02:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12538,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:02:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12539,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:02:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12540,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:02:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12541,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:02:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12542,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:02:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12543,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:02:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12544,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:02:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12545,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:02:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12546,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:02:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12547,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:02:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12548,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:02:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12549,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:02:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12550,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:02:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12551,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:02:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12552,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:03:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12553,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:03:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12554,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:03:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12555,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:03:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12556,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:03:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12557,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:03:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12558,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:03:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12559,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:03:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12560,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:03:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12561,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:03:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12562,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:03:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12563,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:03:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12564,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:03:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12565,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:03:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12566,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:03:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12567,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:03:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12568,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:03:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12569,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:04:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12570,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:04:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12571,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:04:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12572,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:04:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12573,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:04:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12574,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:04:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12575,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:04:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12576,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:04:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12577,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:04:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12578,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:04:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12579,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:04:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12580,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:04:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12581,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:04:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12582,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:04:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12583,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:04:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12584,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:04:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12585,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:04:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12586,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:04:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12587,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:05:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12588,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:05:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12589,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:05:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12590,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:05:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12591,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:05:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12592,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:05:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12593,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:05:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12594,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:05:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12595,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:05:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12596,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:05:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12597,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:05:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12598,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:05:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12599,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:05:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12600,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:05:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12601,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:05:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12602,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:05:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12603,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:05:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12604,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:05:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12605,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:05:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12606,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:06:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12607,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:06:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12608,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:06:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12609,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:06:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12610,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:06:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12611,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:06:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12612,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:06:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12613,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:06:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12614,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:06:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12615,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:06:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12616,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:06:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12617,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:06:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12618,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:06:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12619,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:06:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12620,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:06:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12621,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:06:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12622,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:06:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12623,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:06:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12624,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:06:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12625,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:06:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12626,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:07:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12627,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:07:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12628,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:07:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12629,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:07:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12630,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:07:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12631,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:07:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12632,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:07:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12633,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:07:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12634,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:07:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12635,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:07:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12636,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:07:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12637,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:07:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12638,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:07:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12639,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:07:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12640,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:07:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12641,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:07:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12642,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:07:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12643,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:07:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12644,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:07:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12645,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:07:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12646,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:08:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12647,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:08:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12648,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:08:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12649,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:08:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12650,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:08:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12651,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:08:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12652,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:08:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12653,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:08:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12654,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:08:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12655,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:08:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12656,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:08:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12657,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:08:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12658,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:08:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12659,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:08:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12660,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:08:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12661,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:08:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12662,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:08:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12663,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:08:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12664,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:08:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12665,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:09:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12666,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:09:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12667,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:09:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12668,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:09:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12669,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:09:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12670,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:09:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12671,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:09:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12672,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:09:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12673,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:09:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12674,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:09:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12675,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:09:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12676,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:09:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12677,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:09:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12678,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:09:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12679,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:09:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12680,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:09:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12681,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:09:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12682,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:09:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12683,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:09:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12684,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:10:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12685,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:10:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12686,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:10:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12687,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:10:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12688,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:10:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12689,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:10:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12690,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:10:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12691,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:10:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12692,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:10:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12693,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:10:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12694,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:10:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12695,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:10:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12696,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:10:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12697,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:10:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12698,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:10:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12699,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:10:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12700,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:10:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12701,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:10:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12702,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:11:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12703,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:11:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12704,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:11:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12705,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:11:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12706,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:11:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12707,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:11:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12708,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:11:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12709,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:11:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12710,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:11:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12711,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:11:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12712,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:11:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12713,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:11:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12714,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:11:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12715,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:11:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12716,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:11:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12717,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:11:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12718,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:11:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12719,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:11:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12720,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:11:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12721,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:12:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12722,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:12:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12723,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:12:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12724,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:12:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12725,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:12:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12726,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:12:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12727,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:12:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12728,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:12:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12729,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:12:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12730,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:12:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12731,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:12:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12732,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:12:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12733,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:12:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12734,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:12:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12735,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:12:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12736,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:12:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12737,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:12:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12738,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:12:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12739,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:12:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12740,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:13:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12741,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:13:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12742,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:13:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12743,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:13:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12744,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:13:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12745,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:13:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12746,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:13:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12747,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:13:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12748,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:13:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12749,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:13:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12750,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:13:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12751,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:13:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12752,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:13:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12753,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:13:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12754,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:13:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12755,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:13:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12756,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:14:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12757,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:14:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12758,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:14:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12759,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:14:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12760,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:14:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12761,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:14:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12762,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:14:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12763,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:14:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12764,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:14:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12765,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:14:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12766,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:14:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12767,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:14:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12768,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:14:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12769,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:14:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12770,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:14:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12771,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:14:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12772,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:14:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12773,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:15:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12774,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:15:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12775,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:15:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12776,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:15:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12777,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:15:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12778,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:15:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12779,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:15:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12780,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:15:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12781,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:15:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12782,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:15:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12783,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:15:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12784,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:15:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12785,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:15:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12786,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:15:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12787,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:15:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12788,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:15:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12789,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:16:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12790,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:16:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12791,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:16:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12792,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:16:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12793,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:16:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12794,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:16:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12795,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:16:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12796,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:16:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12797,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:16:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12798,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:16:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12799,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:16:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12800,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:16:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12801,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:16:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12802,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:16:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12803,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:16:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12804,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:16:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12805,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:16:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12806,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:16:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12807,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:16:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12808,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:17:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12809,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:17:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12810,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:17:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12811,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:17:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12812,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:17:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12813,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:17:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12814,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:17:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12815,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:17:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12816,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:17:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12817,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:17:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12818,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:17:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12819,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:17:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12820,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:17:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12821,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:17:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12822,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:17:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12823,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:17:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12824,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:17:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12825,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:17:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12826,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:17:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12827,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:18:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12828,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:18:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12829,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:18:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12830,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:18:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12831,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:18:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12832,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:18:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12833,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:18:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12834,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:18:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12835,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:18:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12836,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:18:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12837,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:18:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12838,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:18:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12839,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:18:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12840,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:18:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12841,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:18:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12842,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:18:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12843,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:19:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12844,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:19:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12845,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:19:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12846,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:19:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12847,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:19:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12848,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:19:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12849,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:19:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12850,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:19:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12851,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:19:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12852,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:19:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12853,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:19:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12854,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:19:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12855,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:19:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12856,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:19:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12857,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:19:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12858,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:19:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12859,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:20:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12860,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:20:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12861,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:20:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12862,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:20:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12863,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:20:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12864,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:20:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12865,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:20:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12866,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:20:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12867,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:20:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12868,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:20:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12869,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:20:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12870,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:20:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12871,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:20:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12872,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:20:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12873,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:20:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12874,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:20:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12875,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:21:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12876,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:21:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12877,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:21:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12878,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:21:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12879,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:21:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12880,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:21:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12881,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:21:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12882,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:21:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12883,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:21:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12884,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:21:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12885,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:21:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12886,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:21:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12887,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:21:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12888,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:21:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12889,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:21:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12890,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:21:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12891,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:21:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12892,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:22:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12893,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:22:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12894,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:22:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12895,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:22:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12896,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:22:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12897,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:22:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12898,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:22:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12899,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:22:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12900,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:22:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12901,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:22:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12902,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:22:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12903,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:22:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12904,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:22:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12905,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:22:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12906,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:22:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12907,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:22:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12908,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:22:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12909,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:23:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12910,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:23:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12911,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:23:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12912,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:23:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12913,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:23:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12914,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:23:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12915,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:23:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12916,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:23:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12917,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:23:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12918,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:23:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12919,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:23:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12920,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:23:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12921,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:23:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12922,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:23:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12923,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:24:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12924,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:24:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12925,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:24:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12926,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:24:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12927,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:24:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12928,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:24:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12929,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:24:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12930,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:24:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12931,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:24:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12932,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:24:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12933,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:24:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12934,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:24:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12935,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:24:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12936,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:24:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12937,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:24:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12938,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:24:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12939,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:24:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12940,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:24:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12941,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:25:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12942,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:25:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12943,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:25:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12944,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:25:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12945,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:25:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12946,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:25:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12947,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:25:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12948,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:25:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12949,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:25:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12950,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:25:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12951,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:25:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12952,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:25:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12953,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:25:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12954,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:25:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12955,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:25:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12956,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:25:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12957,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:26:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12958,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:26:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12959,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:26:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12960,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:26:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12961,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:26:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12962,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:26:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12963,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:26:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12964,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:26:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12965,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:26:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12966,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:26:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12967,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:26:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12968,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:26:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12969,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:26:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12970,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:26:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12971,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:26:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12972,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:26:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12973,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:26:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12974,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:27:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12975,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:27:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12976,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:27:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12977,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:27:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12978,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:27:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12979,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:27:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12980,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:27:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12981,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:27:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12982,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:27:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12983,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:27:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12984,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:27:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12985,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:27:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12986,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:27:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12987,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:27:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12988,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:27:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12989,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:27:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12990,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:27:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12991,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:28:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12992,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:28:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12993,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:28:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12994,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:28:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12995,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:28:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12996,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:28:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12997,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:28:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12998,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:28:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(12999,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:28:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13000,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:28:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13001,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:28:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13002,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:28:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13003,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:28:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13004,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:28:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13005,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:28:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13006,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:28:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13007,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:29:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13008,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:29:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13009,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:29:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13010,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:29:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13011,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:29:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13012,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:29:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13013,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:29:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13014,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:29:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13015,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:29:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13016,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:29:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13017,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:29:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13018,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:29:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13019,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:29:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13020,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:29:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13021,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:29:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13022,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:29:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13023,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:29:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13024,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:29:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13025,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:30:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13026,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:30:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13027,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:30:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13028,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:30:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13029,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:30:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13030,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:30:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13031,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:30:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13032,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:30:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13033,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:30:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13034,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:30:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13035,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:30:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13036,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:30:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13037,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:30:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13038,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:30:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13039,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:30:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13040,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:30:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13041,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:30:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13042,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:31:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13043,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:31:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13044,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:31:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13045,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:31:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13046,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:31:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13047,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:31:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13048,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:31:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13049,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:31:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13050,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:31:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13051,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:31:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13052,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:31:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13053,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:31:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13054,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:31:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13055,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:31:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13056,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:31:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13057,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:31:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13058,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:31:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13059,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:32:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13060,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:32:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13061,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:32:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13062,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:32:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13063,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:32:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13064,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:32:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13065,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:32:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13066,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:32:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13067,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:32:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13068,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:32:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13069,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:32:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13070,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:32:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13071,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:32:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13072,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:32:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13073,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:32:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13074,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:32:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13075,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:32:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13076,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:32:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13077,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:33:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13078,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:33:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13079,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:33:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13080,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:33:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13081,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:33:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13082,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:33:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13083,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:33:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13084,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:33:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13085,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:33:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13086,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:33:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13087,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:33:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13088,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:33:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13089,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:33:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13090,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:33:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13091,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:33:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13092,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:33:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13093,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:33:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13094,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:34:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13095,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:34:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13096,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:34:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13097,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:34:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13098,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:34:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13099,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:34:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13100,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:34:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13101,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:34:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13102,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:34:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13103,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:34:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13104,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:34:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13105,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:34:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13106,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:34:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13107,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:34:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13108,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:34:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13109,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:34:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13110,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:34:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13111,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:34:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13112,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:35:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13113,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:35:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13114,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:35:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13115,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:35:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13116,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:35:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13117,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:35:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13118,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:35:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13119,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:35:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13120,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:35:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13121,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:35:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13122,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:35:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13123,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:35:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13124,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:35:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13125,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:35:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13126,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:35:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13127,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:35:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13128,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:35:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13129,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:35:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13130,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:35:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13131,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:35:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13132,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:35:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13133,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:36:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13134,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:36:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13135,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:36:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13136,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:36:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13137,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:36:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13138,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:36:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13139,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:36:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13140,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:36:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13141,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:36:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13142,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:36:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13143,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:36:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13144,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:36:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13145,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:36:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13146,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:36:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13147,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:36:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13148,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:36:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13149,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:36:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13150,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:36:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13151,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:36:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13152,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:36:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13153,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:37:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13154,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:37:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13155,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:37:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13156,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:37:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13157,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:37:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13158,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:37:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13159,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:37:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13160,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:37:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13161,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:37:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13162,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:37:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13163,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:37:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13164,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:37:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13165,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:37:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13166,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:37:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13167,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:37:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13168,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:37:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13169,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:37:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13170,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:37:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13171,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:37:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13172,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:37:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13173,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:37:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13174,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:37:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13175,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:38:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13176,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:38:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13177,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:38:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13178,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:38:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13179,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:38:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13180,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:38:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13181,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:38:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13182,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:38:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13183,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:38:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13184,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:38:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13185,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:38:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13186,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:38:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13187,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:38:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13188,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:38:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13189,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:38:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13190,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:38:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13191,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:38:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13192,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:38:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13193,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:38:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13194,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:38:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13195,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:38:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13196,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:39:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13197,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:39:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13198,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:39:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13199,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:39:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13200,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:39:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13201,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:39:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13202,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:39:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13203,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:39:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13204,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:39:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13205,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:39:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13206,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:39:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13207,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:39:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13208,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:39:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13209,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:39:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13210,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:39:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13211,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:39:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13212,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:39:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13213,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:39:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13214,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:39:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13215,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:39:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13216,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:39:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13217,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:39:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13218,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:39:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13219,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:40:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13220,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:40:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13221,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:40:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13222,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:40:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13223,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:40:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13224,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:40:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13225,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:40:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13226,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:40:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13227,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:40:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13228,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:40:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13229,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:40:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13230,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:40:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13231,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:40:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13232,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:40:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13233,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:40:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13234,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:40:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13235,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:40:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13236,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:40:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13237,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:40:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13238,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:40:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13239,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:41:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13240,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:41:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13241,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:41:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13242,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:41:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13243,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:41:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13244,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:41:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13245,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:41:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13246,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:41:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13247,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:41:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13248,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:41:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13249,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:41:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13250,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:41:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13251,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:41:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13252,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:41:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13253,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:41:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13254,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:41:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13255,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:41:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13256,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:41:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13257,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:41:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13258,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:41:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13259,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:42:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13260,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:42:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13261,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:42:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13262,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:42:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13263,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:42:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13264,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:42:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13265,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:42:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13266,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:42:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13267,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:42:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13268,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:42:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13269,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:42:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13270,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:42:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13271,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:42:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13272,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:42:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13273,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:42:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13274,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:42:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13275,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:42:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13276,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:42:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13277,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:42:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13278,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:42:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13279,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:43:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13280,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:43:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13281,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:43:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13282,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:43:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13283,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:43:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13284,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:43:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13285,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:43:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13286,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:43:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13287,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:43:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13288,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:43:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13289,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:43:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13290,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:43:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13291,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:43:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13292,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:43:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13293,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:43:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13294,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:43:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13295,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:43:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13296,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:43:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13297,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:44:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13298,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:44:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13299,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:44:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13300,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:44:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13301,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:44:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13302,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:44:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13303,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:44:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13304,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:44:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13305,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:44:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13306,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:44:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13307,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:44:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13308,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:44:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13309,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:44:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13310,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:44:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13311,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:44:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13312,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:44:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13313,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:44:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13314,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:44:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13315,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:44:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13316,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:45:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13317,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:45:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13318,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:45:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13319,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:45:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13320,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:45:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13321,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:45:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13322,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:45:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13323,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:45:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13324,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:45:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13325,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:45:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13326,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:45:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13327,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:45:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13328,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:45:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13329,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:45:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13330,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:45:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13331,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:45:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13332,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:45:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13333,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:45:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13334,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:45:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13335,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:46:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13336,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:46:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13337,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:46:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13338,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:46:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13339,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:46:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13340,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:46:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13341,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:46:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13342,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:46:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13343,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:46:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13344,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:46:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13345,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:46:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13346,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:46:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13347,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:46:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13348,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:46:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13349,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:46:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13350,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:46:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13351,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:46:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13352,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:46:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13353,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:46:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13354,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:46:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13355,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:46:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13356,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:47:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13357,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:47:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13358,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:47:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13359,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:47:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13360,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:47:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13361,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:47:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13362,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:47:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13363,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:47:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13364,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:47:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13365,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:47:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13366,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:47:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13367,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:47:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13368,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:47:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13369,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:47:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13370,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:47:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13371,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:47:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13372,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:47:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13373,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:47:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13374,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:48:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13375,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:48:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13376,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:48:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13377,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:48:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13378,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:48:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13379,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:48:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13380,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:48:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13381,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:48:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13382,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:48:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13383,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:48:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13384,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:48:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13385,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:48:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13386,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:48:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13387,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:48:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13388,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:48:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13389,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:48:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13390,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:48:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13391,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:48:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13392,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:48:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13393,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:49:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13394,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:49:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13395,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:49:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13396,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:49:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13397,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:49:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13398,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:49:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13399,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:49:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13400,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:49:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13401,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:49:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13402,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:49:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13403,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:49:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13404,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:49:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13405,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:49:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13406,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:49:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13407,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:49:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13408,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:49:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13409,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:49:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13410,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:49:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13411,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:50:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13412,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:50:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13413,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:50:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13414,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:50:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13415,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:50:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13416,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:50:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13417,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:50:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13418,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:50:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13419,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:50:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13420,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:50:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13421,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:50:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13422,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:50:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13423,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:50:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13424,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:50:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13425,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:50:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13426,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:50:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13427,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:50:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13428,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:50:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13429,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:50:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13430,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:51:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13431,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:51:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13432,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:51:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13433,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:51:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13434,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:51:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13435,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:51:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13436,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:51:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13437,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:51:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13438,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:51:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13439,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:51:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13440,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:51:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13441,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:51:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13442,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:51:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13443,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:51:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13444,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:51:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13445,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:51:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13446,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:51:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13447,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:52:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13448,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:52:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13449,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:52:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13450,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:52:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13451,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:52:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13452,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:52:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13453,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:52:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13454,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:52:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13455,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:52:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13456,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:52:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13457,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:52:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13458,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:52:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13459,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:52:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13460,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:52:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13461,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:53:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13462,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:53:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13463,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:53:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13464,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:53:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13465,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:53:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13466,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:53:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13467,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:53:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13468,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:53:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13469,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:53:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13470,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:53:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13471,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:53:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13472,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:53:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13473,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:53:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13474,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:53:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13475,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:53:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13476,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:53:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13477,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:54:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13478,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:54:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13479,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:54:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13480,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:54:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13481,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:54:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13482,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:54:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13483,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:54:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13484,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:54:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13485,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:54:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13486,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:54:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13487,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:54:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13488,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:54:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13489,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:54:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13490,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:54:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13491,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:54:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13492,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:54:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13493,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:54:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13494,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:55:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13495,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:55:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13496,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:55:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13497,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:55:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13498,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:55:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13499,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:55:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13500,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:55:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13501,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:55:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13502,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:55:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13503,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:55:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13504,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:55:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13505,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:55:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13506,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:55:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13507,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:55:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13508,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:55:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13509,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:55:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13510,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:55:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13511,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:55:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13512,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:55:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13513,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:56:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13514,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:56:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13515,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:56:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13516,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:56:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13517,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:56:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13518,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:56:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13519,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:56:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13520,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:56:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13521,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:56:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13522,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:56:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13523,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:56:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13524,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:56:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13525,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:56:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13526,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:56:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13527,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:56:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13528,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:56:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13529,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:56:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13530,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:56:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13531,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:57:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13532,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:57:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13533,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:57:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13534,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:57:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13535,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:57:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13536,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:57:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13537,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:57:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13538,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:57:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13539,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:57:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13540,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:57:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13541,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:57:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13542,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:57:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13543,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:57:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13544,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:57:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13545,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:57:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13546,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:57:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13547,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:57:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13548,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:57:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13549,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:57:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13550,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:57:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13551,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:58:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13552,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:58:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13553,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:58:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13554,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:58:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13555,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:58:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13556,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:58:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13557,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:58:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13558,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:58:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13559,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:58:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13560,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:58:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13561,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:58:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13562,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:58:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13563,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:58:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13564,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:58:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13565,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:58:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13566,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:58:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13567,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:58:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13568,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:58:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13569,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:58:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13570,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:58:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13571,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:59:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13572,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:59:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13573,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:59:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13574,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:59:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13575,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:59:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13576,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:59:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13577,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:59:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13578,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:59:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13579,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:59:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13580,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:59:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13581,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:59:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13582,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:59:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13583,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:59:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13584,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:59:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13585,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:59:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13586,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:59:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13587,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:59:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13588,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:59:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13589,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 10:59:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13590,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:00:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13591,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:00:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13592,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:00:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13593,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:00:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13594,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:00:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13595,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:00:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13596,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:00:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13597,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:00:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13598,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:00:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13599,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:00:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13600,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:00:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13601,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:00:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13602,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:00:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13603,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:00:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13604,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:00:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13605,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:00:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13606,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:00:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13607,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:00:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13608,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:00:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13609,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:00:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13610,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:00:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13611,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:01:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13612,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:01:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13613,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:01:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13614,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:01:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13615,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:01:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13616,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:01:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13617,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:01:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13618,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:01:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13619,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:01:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13620,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:01:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13621,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:01:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13622,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:01:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13623,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:01:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13624,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:01:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13625,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:01:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13626,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:01:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13627,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:01:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13628,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:01:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13629,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:01:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13630,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:01:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13631,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:02:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13632,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:02:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13633,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:02:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13634,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:02:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13635,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:02:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13636,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:02:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13637,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:02:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13638,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:02:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13639,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:02:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13640,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:02:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13641,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:02:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13642,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:02:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13643,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:02:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13644,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:02:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13645,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:02:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13646,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:02:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13647,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:02:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13648,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:03:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13649,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:03:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13650,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:03:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13651,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:03:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13652,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:03:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13653,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:03:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13654,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:03:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13655,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:03:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13656,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:03:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13657,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:03:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13658,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:03:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13659,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:03:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13660,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:03:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13661,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:03:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13662,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:03:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13663,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:03:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13664,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:04:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13665,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:04:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13666,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:04:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13667,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:04:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13668,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:04:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13669,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:04:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13670,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:04:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13671,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:04:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13672,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:04:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13673,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:04:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13674,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:04:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13675,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:04:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13676,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:04:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13677,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:04:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13678,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:04:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13679,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:04:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13680,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:04:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13681,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:05:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13682,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:05:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13683,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:05:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13684,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:05:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13685,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:05:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13686,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:05:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13687,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:05:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13688,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:05:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13689,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:05:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13690,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:05:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13691,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:05:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13692,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:05:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13693,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:05:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13694,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:05:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13695,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:05:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13696,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:05:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13697,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:05:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13698,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:05:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13699,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:05:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13700,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:05:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13701,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:06:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13702,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:06:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13703,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:06:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13704,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:06:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13705,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:06:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13706,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:06:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13707,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:06:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13708,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:06:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13709,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:06:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13710,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:06:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13711,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:06:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13712,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:06:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13713,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:06:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13714,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:06:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13715,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:06:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13716,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:06:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13717,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:06:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13718,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:06:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13719,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:06:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13720,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:06:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13721,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:06:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13722,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:07:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13723,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:07:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13724,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:07:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13725,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:07:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13726,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:07:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13727,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:07:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13728,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:07:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13729,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:07:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13730,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:07:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13731,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:07:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13732,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:07:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13733,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:07:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13734,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:07:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13735,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:07:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13736,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:07:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13737,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:07:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13738,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:07:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13739,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:07:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13740,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:07:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13741,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:07:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13742,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:07:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13743,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:08:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13744,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:08:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13745,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:08:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13746,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:08:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13747,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:08:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13748,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:08:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13749,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:08:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13750,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:08:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13751,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:08:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13752,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:08:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13753,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:08:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13754,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:08:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13755,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:08:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13756,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:08:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13757,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:08:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13758,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:08:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13759,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:08:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13760,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:09:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13761,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:09:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13762,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:09:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13763,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:09:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13764,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:09:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13765,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:09:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13766,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:09:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13767,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:09:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13768,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:09:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13769,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:09:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13770,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:09:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13771,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:09:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13772,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:09:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13773,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:09:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13774,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:09:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13775,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:09:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13776,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:09:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13777,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:09:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13778,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:10:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13779,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:10:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13780,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:10:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13781,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:10:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13782,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:10:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13783,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:10:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13784,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:10:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13785,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:10:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13786,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:10:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13787,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:10:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13788,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:10:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13789,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:10:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13790,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:10:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13791,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:10:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13792,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:10:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13793,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:10:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13794,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:10:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13795,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:11:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13796,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:11:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13797,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:11:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13798,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:11:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13799,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:11:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13800,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:11:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13801,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:11:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13802,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:11:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13803,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:11:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13804,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:11:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13805,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:11:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13806,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:11:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13807,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:11:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13808,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:11:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13809,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:11:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13810,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:11:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13811,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:11:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13812,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:12:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13813,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:12:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13814,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:12:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13815,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:12:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13816,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:12:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13817,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:12:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13818,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:12:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13819,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:12:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13820,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:12:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13821,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:12:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13822,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:12:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13823,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:12:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13824,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:12:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13825,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:12:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13826,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:12:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13827,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:12:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13828,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:12:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13829,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:12:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13830,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:13:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13831,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:13:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13832,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:13:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13833,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:13:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13834,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:13:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13835,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:13:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13836,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:13:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13837,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:13:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13838,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:13:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13839,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:13:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13840,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:13:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13841,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:13:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13842,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:13:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13843,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:13:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13844,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:13:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13845,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:13:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13846,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:14:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13847,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:14:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13848,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:14:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13849,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:14:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13850,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:14:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13851,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:14:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13852,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:14:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13853,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:14:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13854,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:14:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13855,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:14:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13856,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:14:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13857,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:14:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13858,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:14:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13859,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:14:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13860,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:14:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13861,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:14:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13862,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:15:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13863,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:16:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13864,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:16:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13865,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:16:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13866,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:16:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13867,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:17:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13868,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:17:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13869,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:17:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13870,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:17:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13871,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:17:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13872,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:17:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13873,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:18:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13874,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:18:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13875,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:18:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13876,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:18:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13877,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:18:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13878,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:18:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13879,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:19:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13880,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:19:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13881,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:19:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13882,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:19:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13883,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:19:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13884,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:20:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13885,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:20:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13886,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:20:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13887,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:20:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13888,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:20:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13889,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:20:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13890,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:20:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13891,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:20:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13892,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:20:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13893,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:21:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13894,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:21:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13895,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:21:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13896,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:21:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13897,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:21:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13898,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:21:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13899,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:21:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13900,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:22:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13901,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:22:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13902,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:22:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13903,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:22:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13904,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:22:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13905,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:22:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13906,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:22:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13907,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:22:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13908,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:23:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13909,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:23:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13910,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:23:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13911,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:23:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13912,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:23:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13913,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:23:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13914,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:23:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13915,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:23:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13916,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:23:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13917,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:23:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13918,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:23:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13919,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:23:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13920,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:23:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13921,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:23:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13922,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:23:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13923,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:24:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13924,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:24:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13925,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:24:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13926,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:24:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13927,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:24:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13928,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:24:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13929,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:24:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13930,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:24:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13931,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:24:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13932,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:24:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13933,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:24:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13934,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:24:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13935,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:24:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13936,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:24:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13937,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:24:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13938,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:24:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13939,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:24:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13940,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:24:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13941,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:24:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13942,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:25:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13943,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:25:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13944,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:25:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13945,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:25:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13946,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:25:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13947,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:25:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13948,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:25:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13949,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:25:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13950,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:25:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13951,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:25:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13952,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:25:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13953,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:25:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13954,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:25:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13955,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:25:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13956,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:25:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13957,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:25:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13958,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:25:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13959,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:25:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13960,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:26:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13961,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:26:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13962,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:26:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13963,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:26:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13964,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:26:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13965,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:26:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13966,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:26:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13967,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:26:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13968,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:26:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13969,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:26:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13970,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:26:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13971,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:26:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13972,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:26:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13973,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:26:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13974,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:26:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13975,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:26:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13976,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:26:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13977,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:26:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13978,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:27:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13979,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:27:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13980,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:27:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13981,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:27:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13982,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:27:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13983,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:27:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13984,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:27:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13985,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:27:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13986,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:27:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13987,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:27:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13988,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:27:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13989,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:27:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13990,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:27:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13991,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:27:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13992,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:27:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13993,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:27:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13994,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:27:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13995,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:27:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13996,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:28:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13997,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:28:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13998,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:28:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(13999,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:28:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14000,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:28:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14001,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:28:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14002,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:28:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14003,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:28:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14004,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:28:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14005,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:28:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14006,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:28:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14007,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:28:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14008,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:28:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14009,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:28:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14010,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:28:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14011,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:28:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14012,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:29:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14013,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:29:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14014,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:29:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14015,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:29:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14016,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:29:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14017,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:29:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14018,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:29:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14019,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:29:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14020,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:29:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14021,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:29:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14022,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:29:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14023,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:29:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14024,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:29:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14025,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:29:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14026,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:29:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14027,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:29:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14028,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:29:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14029,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:29:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14030,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:30:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14031,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:30:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14032,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:30:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14033,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:30:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14034,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:30:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14035,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:30:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14036,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:30:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14037,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:30:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14038,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:30:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14039,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:30:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14040,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:30:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14041,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:30:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14042,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:30:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14043,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:30:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14044,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:30:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14045,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:30:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14046,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:30:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14047,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:30:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14048,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:30:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14049,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:31:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14050,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:31:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14051,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:31:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14052,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:31:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14053,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:31:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14054,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:31:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14055,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:31:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14056,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:31:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14057,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:31:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14058,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:31:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14059,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:31:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14060,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:31:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14061,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:31:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14062,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:31:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14063,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:31:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14064,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:31:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14065,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:32:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14066,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:32:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14067,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:32:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14068,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:32:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14069,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:32:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14070,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:32:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14071,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:32:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14072,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:32:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14073,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:32:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14074,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:32:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14075,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:32:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14076,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:32:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14077,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:32:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14078,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:32:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14079,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:32:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14080,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:32:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14081,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:32:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14082,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:32:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14083,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:32:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14084,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:33:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14085,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:33:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14086,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:33:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14087,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:33:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14088,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:33:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14089,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:33:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14090,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:33:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14091,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:33:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14092,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:33:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14093,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:33:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14094,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:33:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14095,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:33:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14096,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:33:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14097,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:33:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14098,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:33:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14099,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:33:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14100,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:34:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14101,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:34:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14102,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:34:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14103,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:34:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14104,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:34:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14105,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:34:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14106,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:34:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14107,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:34:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14108,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:34:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14109,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:34:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14110,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:34:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14111,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:34:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14112,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:34:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14113,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:34:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14114,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:34:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14115,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:34:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14116,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:35:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14117,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:35:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14118,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:35:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14119,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:35:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14120,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:35:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14121,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:35:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14122,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:35:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14123,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:35:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14124,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:35:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14125,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:35:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14126,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:35:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14127,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:35:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14128,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:35:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14129,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:35:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14130,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:35:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14131,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:35:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14132,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:35:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14133,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:35:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14134,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:35:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14135,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:36:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14136,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:36:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14137,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:36:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14138,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:36:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14139,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:36:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14140,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:36:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14141,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:36:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14142,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:36:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14143,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:36:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14144,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:36:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14145,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:36:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14146,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:36:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14147,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:36:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14148,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:36:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14149,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:36:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14150,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:36:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14151,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:36:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14152,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:37:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14153,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:37:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14154,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:37:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14155,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:37:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14156,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:37:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14157,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:37:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14158,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:37:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14159,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:37:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14160,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:37:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14161,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:37:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14162,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:37:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14163,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:37:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14164,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:37:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14165,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:37:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14166,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:37:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14167,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:37:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14168,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:37:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14169,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:37:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14170,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:37:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14171,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:38:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14172,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:38:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14173,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:38:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14174,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:38:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14175,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:38:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14176,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:38:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14177,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:38:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14178,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:38:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14179,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:38:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14180,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:38:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14181,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:38:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14182,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:38:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14183,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:38:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14184,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:38:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14185,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:38:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14186,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:39:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14187,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:39:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14188,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:39:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14189,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:39:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14190,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:39:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14191,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:39:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14192,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:39:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14193,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:39:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14194,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:39:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14195,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:39:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14196,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:39:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14197,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:39:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14198,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:39:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14199,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:39:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14200,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:39:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14201,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:39:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14202,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:39:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14203,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:39:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14204,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:39:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14205,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:40:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14206,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:40:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14207,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:40:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14208,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:40:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14209,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:40:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14210,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:40:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14211,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:40:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14212,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:40:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14213,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:40:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14214,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:40:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14215,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:40:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14216,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:40:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14217,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:40:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14218,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:40:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14219,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:40:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14220,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:40:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14221,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:41:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14222,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:41:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14223,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:41:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14224,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:41:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14225,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:41:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14226,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:41:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14227,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:41:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14228,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:41:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14229,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:41:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14230,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:41:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14231,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:41:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14232,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:41:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14233,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:41:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14234,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:41:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14235,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:41:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14236,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:41:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14237,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:41:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14238,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:42:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14239,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:42:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14240,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:42:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14241,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:42:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14242,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:42:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14243,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:42:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14244,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:42:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14245,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:42:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14246,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:42:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14247,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:42:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14248,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:42:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14249,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:42:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14250,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:42:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14251,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:42:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14252,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:42:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14253,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:42:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14254,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:42:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14255,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:43:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14256,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:43:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14257,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:43:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14258,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:43:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14259,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:43:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14260,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:43:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14261,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:43:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14262,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:43:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14263,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:43:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14264,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:43:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14265,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:43:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14266,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:43:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14267,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:43:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14268,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:43:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14269,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:43:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14270,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:43:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14271,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:43:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14272,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:44:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14273,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:44:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14274,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:44:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14275,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:44:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14276,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:44:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14277,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:44:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14278,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:44:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14279,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:44:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14280,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:44:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14281,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:44:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14282,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:44:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14283,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:44:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14284,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:44:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14285,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:44:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14286,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:44:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14287,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:44:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14288,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:44:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14289,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:45:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14290,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:45:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14291,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:45:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14292,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:45:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14293,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:45:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14294,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:45:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14295,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:45:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14296,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:45:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14297,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:45:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14298,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:45:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14299,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:45:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14300,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:45:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14301,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:45:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14302,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:45:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14303,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:45:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14304,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:45:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14305,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:45:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14306,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:45:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14307,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:45:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14308,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:46:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14309,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:46:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14310,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:46:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14311,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:46:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14312,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:46:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14313,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:46:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14314,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:46:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14315,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:46:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14316,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:46:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14317,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:46:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14318,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:46:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14319,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:46:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14320,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:46:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14321,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:46:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14322,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:46:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14323,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:46:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14324,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:46:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14325,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:46:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14326,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:46:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14327,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:47:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14328,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:47:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14329,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:47:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14330,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:47:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14331,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:47:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14332,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:47:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14333,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:47:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14334,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:47:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14335,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:47:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14336,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:47:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14337,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:47:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14338,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:47:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14339,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:47:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14340,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:47:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14341,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:47:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14342,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:47:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14343,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:47:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14344,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:47:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14345,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:47:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14346,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:47:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14347,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:48:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14348,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:48:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14349,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:48:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14350,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:48:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14351,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:48:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14352,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:48:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14353,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:48:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14354,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:48:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14355,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:48:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14356,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:48:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14357,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:48:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14358,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:48:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14359,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:48:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14360,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:48:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14361,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:48:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14362,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:48:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14363,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:49:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14364,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:49:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14365,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:49:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14366,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:49:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14367,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:49:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14368,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:49:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14369,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:49:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14370,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:49:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14371,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:49:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14372,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:49:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14373,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:49:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14374,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:49:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14375,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:49:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14376,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:49:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14377,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:49:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14378,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:49:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14379,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:49:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14380,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:50:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14381,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:50:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14382,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:50:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14383,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:50:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14384,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:50:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14385,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:50:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14386,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:50:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14387,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:50:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14388,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:50:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14389,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:50:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14390,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:50:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14391,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:50:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14392,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:50:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14393,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:50:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14394,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:50:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14395,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:50:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14396,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:50:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14397,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:50:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14398,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:51:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14399,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:51:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14400,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:51:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14401,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:51:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14402,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:51:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14403,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:51:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14404,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:51:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14405,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:51:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14406,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:51:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14407,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:51:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14408,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:51:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14409,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:51:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14410,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:51:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14411,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:51:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14412,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:51:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14413,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:51:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14414,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:51:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14415,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:52:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14416,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:52:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14417,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:52:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14418,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:52:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14419,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:52:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14420,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:52:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14421,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:52:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14422,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:52:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14423,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:52:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14424,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:52:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14425,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:52:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14426,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:52:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14427,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:52:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14428,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:52:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14429,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:52:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14430,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:52:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14431,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:53:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14432,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:53:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14433,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:53:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14434,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:53:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14435,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:53:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14436,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:53:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14437,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:53:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14438,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:53:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14439,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:53:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14440,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:53:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14441,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:53:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14442,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:53:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14443,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:53:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14444,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:53:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14445,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:53:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14446,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:53:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14447,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:54:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14448,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:54:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14449,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:54:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14450,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:54:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14451,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:54:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14452,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:54:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14453,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:54:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14454,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:54:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14455,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:54:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14456,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:54:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14457,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:54:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14458,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:54:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14459,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:54:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14460,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:54:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14461,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:54:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14462,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:54:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14463,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:54:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14464,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:54:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14465,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:55:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14466,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:55:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14467,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:55:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14468,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:55:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14469,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:55:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14470,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:55:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14471,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:55:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14472,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:55:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14473,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:55:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14474,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:55:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14475,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:55:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14476,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:55:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14477,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:55:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14478,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:55:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14479,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:55:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14480,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:55:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14481,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:55:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14482,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:55:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14483,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:56:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14484,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:56:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14485,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:56:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14486,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:56:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14487,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:56:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14488,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:56:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14489,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:56:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14490,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:56:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14491,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:56:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14492,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:56:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14493,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:56:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14494,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:56:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14495,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:56:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14496,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:56:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14497,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:56:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14498,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:56:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14499,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:56:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14500,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:56:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14501,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:56:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14502,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:57:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14503,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:57:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14504,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:57:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14505,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:57:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14506,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:57:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14507,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:57:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14508,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:57:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14509,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:57:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14510,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:57:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14511,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:57:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14512,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:57:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14513,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:57:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14514,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:57:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14515,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:57:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14516,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:57:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14517,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:57:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14518,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:57:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14519,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:57:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14520,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:58:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14521,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:58:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14522,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:58:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14523,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:58:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14524,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:58:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14525,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:58:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14526,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:58:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14527,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:58:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14528,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:58:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14529,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:58:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14530,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:58:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14531,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:58:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14532,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:58:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14533,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:58:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14534,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:58:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14535,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:58:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14536,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:58:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14537,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:58:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14538,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:58:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14539,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:59:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14540,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:59:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14541,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:59:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14542,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:59:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14543,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:59:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14544,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:59:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14545,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:59:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14546,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:59:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14547,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:59:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14548,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:59:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14549,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:59:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14550,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:59:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14551,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:59:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14552,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:59:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14553,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:59:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14554,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:59:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14555,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 11:59:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14556,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:00:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14557,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:00:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14558,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:00:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14559,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:00:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14560,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:00:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14561,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:00:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14562,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:00:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14563,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:00:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14564,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:00:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14565,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:00:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14566,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:00:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14567,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:00:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14568,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:00:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14569,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:00:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14570,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:00:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14571,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:00:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14572,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:00:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14573,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:01:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14574,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:01:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14575,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:01:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14576,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:01:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14577,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:01:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14578,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:01:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14579,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:01:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14580,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:01:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14581,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:01:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14582,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:01:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14583,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:01:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14584,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:01:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14585,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:01:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14586,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:01:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14587,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:01:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14588,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:01:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14589,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:02:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14590,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:02:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14591,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:02:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14592,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:02:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14593,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:02:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14594,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:02:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14595,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:02:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14596,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:02:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14597,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:02:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14598,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:02:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14599,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:02:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14600,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:02:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14601,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:02:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14602,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:02:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14603,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:02:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14604,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:02:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14605,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:02:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14606,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:02:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14607,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:02:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14608,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:02:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14609,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:02:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14610,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:03:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14611,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:03:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14612,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:03:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14613,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:03:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14614,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:03:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14615,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:03:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14616,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:03:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14617,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:03:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14618,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:03:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14619,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:03:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14620,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:03:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14621,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:03:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14622,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:03:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14623,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:03:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14624,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:03:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14625,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:03:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14626,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:04:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14627,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:04:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14628,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:04:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14629,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:04:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14630,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:04:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14631,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:04:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14632,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:04:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14633,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:04:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14634,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:04:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14635,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:04:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14636,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:04:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14637,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:04:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14638,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:04:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14639,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:04:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14640,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:04:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14641,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:04:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14642,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:05:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14643,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:05:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14644,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:05:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14645,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:05:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14646,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:05:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14647,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:05:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14648,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:05:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14649,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:05:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14650,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:05:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14651,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:05:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14652,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:05:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14653,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:05:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14654,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:05:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14655,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:05:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14656,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:05:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14657,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:05:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14658,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:05:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14659,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:06:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14660,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:06:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14661,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:06:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14662,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:06:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14663,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:06:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14664,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:06:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14665,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:06:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14666,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:06:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14667,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:06:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14668,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:06:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14669,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:06:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14670,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:06:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14671,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:06:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14672,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:06:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14673,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:06:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14674,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:06:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14675,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:06:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14676,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:06:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14677,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:06:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14678,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:07:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14679,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:07:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14680,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:07:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14681,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:07:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14682,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:07:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14683,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:07:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14684,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:07:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14685,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:07:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14686,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:07:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14687,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:07:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14688,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:07:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14689,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:07:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14690,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:07:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14691,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:07:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14692,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:07:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14693,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:07:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14694,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:07:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14695,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:07:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14696,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:07:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14697,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:07:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14698,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:07:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14699,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:08:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14700,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:08:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14701,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:08:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14702,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:08:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14703,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:08:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14704,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:08:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14705,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:08:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14706,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:08:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14707,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:08:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14708,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:08:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14709,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:08:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14710,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:08:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14711,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:08:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14712,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:08:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14713,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:08:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14714,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:08:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14715,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:09:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14716,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:09:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14717,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:09:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14718,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:09:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14719,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:09:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14720,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:09:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14721,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:09:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14722,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:09:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14723,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:09:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14724,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:09:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14725,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:09:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14726,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:09:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14727,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:09:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14728,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:09:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14729,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:10:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14730,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:10:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14731,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:10:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14732,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:10:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14733,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:10:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14734,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:10:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14735,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:10:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14736,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:10:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14737,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:10:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14738,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:10:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14739,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:10:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14740,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:10:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14741,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:10:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14742,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:10:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14743,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:10:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14744,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:10:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14745,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:11:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14746,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:11:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14747,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:11:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14748,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:11:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14749,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:11:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14750,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:11:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14751,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:11:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14752,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:11:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14753,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:11:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14754,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:11:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14755,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:11:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14756,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:11:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14757,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:11:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14758,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:11:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14759,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:11:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14760,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:12:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14761,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:12:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14762,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:12:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14763,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:12:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14764,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:12:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14765,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:12:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14766,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:12:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14767,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:12:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14768,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:12:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14769,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:12:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14770,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:12:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14771,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:12:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14772,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:12:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14773,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:12:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14774,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:12:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14775,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:12:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14776,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:12:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14777,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:13:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14778,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:13:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14779,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:13:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14780,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:13:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14781,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:13:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14782,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:13:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14783,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:13:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14784,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:13:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14785,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:13:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14786,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:13:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14787,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:13:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14788,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:13:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14789,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:13:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14790,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:13:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14791,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:13:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14792,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:13:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14793,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:14:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14794,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:14:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14795,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:14:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14796,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:14:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14797,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:14:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14798,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:15:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14799,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:15:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14800,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:15:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14801,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:15:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14802,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:16:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14803,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:16:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14804,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:16:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14805,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:16:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14806,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:16:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14807,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:16:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14808,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:17:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14809,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:17:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14810,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:17:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14811,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:17:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14812,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:17:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14813,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:18:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14814,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:18:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14815,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:18:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14816,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:18:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14817,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:18:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14818,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:18:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14819,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:18:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14820,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:19:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14821,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:19:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14822,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:19:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14823,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:19:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14824,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:20:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14825,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:20:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14826,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:20:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14827,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:20:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14828,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:20:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14829,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:20:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14830,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:21:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14831,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:21:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14832,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:21:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14833,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:21:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14834,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:21:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14835,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:21:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14836,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:22:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14837,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:22:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14838,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:22:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14839,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:22:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14840,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:22:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14841,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:22:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14842,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:23:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14843,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:23:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14844,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:23:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14845,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:23:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14846,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:23:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14847,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:23:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14848,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:24:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14849,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:24:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14850,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:24:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14851,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:24:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14852,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:24:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14853,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:24:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14854,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:24:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14855,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:24:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14856,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:25:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14857,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:25:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14858,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:25:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14859,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:26:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14860,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:26:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14861,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:26:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14862,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:26:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14863,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:26:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14864,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:27:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14865,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:27:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14866,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:27:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14867,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:27:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14868,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:27:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14869,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:27:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14870,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:27:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14871,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:27:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14872,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:28:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14873,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:28:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14874,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:28:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14875,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:28:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14876,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:28:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14877,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:28:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14878,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:28:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14879,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:29:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14880,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:29:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14881,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:29:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14882,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:29:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14883,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:29:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14884,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:29:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14885,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:29:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14886,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:29:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14887,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:30:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14888,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:30:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14889,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:30:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14890,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:30:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14891,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:30:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14892,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:30:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14893,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:30:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14894,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:31:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14895,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:31:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14896,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:31:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14897,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:31:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14898,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:31:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14899,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:31:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14900,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:31:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14901,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:32:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14902,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:32:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14903,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:32:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14904,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:32:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14905,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:32:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14906,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:32:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14907,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:32:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14908,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:32:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14909,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:33:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14910,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:33:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14911,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:33:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14912,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:33:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14913,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:33:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14914,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:33:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14915,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:33:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14916,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:33:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14917,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:34:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14918,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:34:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14919,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:34:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14920,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:34:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14921,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:34:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14922,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:34:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14923,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:34:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14924,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:35:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14925,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:35:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14926,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:35:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14927,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:35:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14928,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:35:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14929,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:35:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14930,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:35:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14931,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:35:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14932,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:35:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14933,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:36:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14934,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:36:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14935,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:36:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14936,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:36:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14937,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:36:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14938,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:36:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14939,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:36:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14940,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:36:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14941,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:36:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14942,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:36:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14943,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:36:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14944,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:37:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14945,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:37:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14946,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:37:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14947,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:37:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14948,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:37:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14949,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:37:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14950,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:37:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14951,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:37:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14952,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:37:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14953,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:37:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14954,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:38:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14955,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:38:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14956,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:38:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14957,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:38:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14958,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:38:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14959,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:38:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14960,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:38:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14961,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:38:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14962,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:38:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14963,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:38:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14964,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:38:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14965,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:38:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14966,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:38:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14967,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:38:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14968,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:38:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14969,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:38:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14970,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:39:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14971,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:39:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14972,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:39:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14973,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:39:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14974,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:39:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14975,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:39:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14976,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:39:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14977,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:39:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14978,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:39:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14979,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:39:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14980,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:39:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14981,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:39:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14982,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:39:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14983,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:39:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14984,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:39:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14985,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:39:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14986,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:39:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14987,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:39:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14988,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:39:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14989,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:40:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14990,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:40:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14991,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:40:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14992,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:40:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14993,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:40:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14994,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:40:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14995,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:40:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14996,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:40:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14997,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:40:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14998,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:40:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(14999,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:40:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15000,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:40:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15001,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:40:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15002,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:40:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15003,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:40:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15004,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:40:51','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15005,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:40:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15006,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:40:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15007,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:40:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15008,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:41:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15009,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:41:06','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15010,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:41:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15011,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:41:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15012,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:41:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15013,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:41:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15014,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:41:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15015,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:41:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15016,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:41:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15017,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:41:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15018,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:41:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15019,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:41:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15020,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:41:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15021,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:41:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15022,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:41:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15023,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:41:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15024,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:41:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15025,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:41:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15026,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:41:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15027,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:42:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15028,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:42:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15029,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:42:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15030,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:42:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15031,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:42:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15032,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:42:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15033,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:42:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15034,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:42:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15035,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:42:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15036,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:42:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15037,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:42:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15038,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:42:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15039,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:42:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15040,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:42:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15041,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:42:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15042,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:42:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15043,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:42:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15044,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:42:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15045,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:42:52','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15046,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:42:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15047,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:43:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15048,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:43:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15049,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:43:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15050,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:43:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15051,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:43:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15052,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:43:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15053,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:43:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15054,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:43:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15055,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:43:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15056,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:43:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15057,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:43:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15058,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:43:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15059,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:43:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15060,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:43:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15061,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:43:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15062,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:43:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15063,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:43:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15064,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:43:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15065,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:43:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15066,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:43:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15067,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:44:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15068,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:44:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15069,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:44:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15070,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:44:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15071,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:44:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15072,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:44:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15073,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:44:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15074,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:44:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15075,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:44:25','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15076,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:44:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15077,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:44:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15078,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:44:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15079,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:44:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15080,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:44:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15081,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:44:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15082,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:44:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15083,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:44:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15084,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:44:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15085,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:44:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15086,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:45:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15087,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:45:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15088,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:45:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15089,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:45:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15090,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:45:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15091,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:45:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15092,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:45:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15093,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:45:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15094,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:45:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15095,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:45:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15096,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:45:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15097,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:45:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15098,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:45:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15099,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:45:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15100,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:45:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15101,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:45:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15102,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:45:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15103,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:45:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15104,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:45:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15105,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:46:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15106,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:46:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15107,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:46:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15108,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:46:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15109,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:46:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15110,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:46:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15111,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:46:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15112,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:46:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15113,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:46:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15114,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:46:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15115,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:46:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15116,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:46:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15117,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:46:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15118,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:46:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15119,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:46:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15120,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:46:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15121,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:46:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15122,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:46:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15123,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:46:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15124,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:47:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15125,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:47:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15126,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:47:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15127,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:47:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15128,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:47:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15129,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:47:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15130,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:47:20','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15131,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:47:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15132,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:47:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15133,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:47:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15134,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:47:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15135,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:47:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15136,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:47:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15137,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:47:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15138,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:47:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15139,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:47:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15140,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:47:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15141,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:47:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15142,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:47:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15143,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:47:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15144,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:48:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15145,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:48:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15146,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:48:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15147,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:48:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15148,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:48:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15149,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:48:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15150,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:48:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15151,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:48:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15152,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:48:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15153,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:48:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15154,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:48:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15155,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:48:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15156,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:48:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15157,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:48:46','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15158,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:48:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15159,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:48:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15160,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:48:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15161,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:48:57','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15162,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:49:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15163,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:49:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15164,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:49:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15165,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:49:11','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15166,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:49:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15167,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:49:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15168,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:49:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15169,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:49:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15170,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:49:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15171,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:49:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15172,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:49:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15173,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:49:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15174,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:49:36','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15175,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:49:38','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15176,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:49:41','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15177,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:49:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15178,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:49:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15179,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:49:47','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15180,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:49:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15181,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:49:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15182,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:49:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15183,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:49:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15184,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:50:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15185,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:50:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15186,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:50:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15187,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:50:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15188,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:50:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15189,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:50:16','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15190,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:50:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15191,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:50:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15192,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:50:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15193,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:50:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15194,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:50:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15195,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:50:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15196,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:50:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15197,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:50:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15198,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:50:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15199,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:50:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15200,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:50:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15201,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:50:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15202,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:50:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15203,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:50:53','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15204,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:50:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15205,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:51:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15206,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:51:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15207,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:51:04','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15208,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:51:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15209,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:51:09','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15210,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:51:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15211,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:51:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15212,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:51:17','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15213,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:51:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15214,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:51:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15215,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:51:26','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15216,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:51:28','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15217,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:51:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15218,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:51:34','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15219,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:51:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15220,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:51:39','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15221,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:51:40','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15222,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:51:44','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15223,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:51:48','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15224,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:51:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15225,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:51:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15226,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:51:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15227,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:51:58','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15228,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:52:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15229,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:52:02','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15230,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:52:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15231,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:52:10','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15232,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:52:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15233,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:52:13','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15234,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:52:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15235,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:52:22','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15236,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:52:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15237,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:52:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15238,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:52:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15239,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:52:33','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15240,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:52:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15241,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:52:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15242,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:52:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15243,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:52:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15244,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:52:49','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15245,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:52:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15246,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:52:54','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15247,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:52:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15248,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:53:00','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15249,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:53:01','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15250,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:53:05','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15251,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:53:08','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15252,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:53:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15253,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:53:15','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15254,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:53:19','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15255,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:53:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15256,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:53:24','com_users',393,393,'COM_ACTIONLOGS_DISABLED');
INSERT INTO `cql20_action_logs` VALUES (15257,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:53:27','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15258,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:53:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15259,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:53:31','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15260,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:53:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15261,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:53:37','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15262,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:53:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15263,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:53:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15264,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:53:45','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15265,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:53:50','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15266,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:53:55','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15267,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:53:56','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15268,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:53:59','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15269,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:54:03','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15270,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:54:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15271,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:54:07','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15272,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:54:12','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15273,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:54:14','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15274,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:54:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15275,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:54:21','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15276,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:54:23','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15277,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:54:29','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15278,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:54:30','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15279,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:54:32','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15280,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:54:35','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15281,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:54:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15282,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:54:42','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15283,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-05 12:54:43','com_users',393,393,'COM_ACTIONLOGS_DISABLED'),(15284,'PLG_ACTIONLOG_JOOMLA_USER_LOGIN_FAILED','{\"action\":\"login\",\"id\":393,\"userid\":393,\"username\":\"admin\",\"accountlink\":\"index.php?option=com_users&task=user.edit&id=393\",\"app\":\"PLG_ACTIONLOG_JOOMLA_APPLICATION_ADMINISTRATOR\"}','2026-04-08 06:19:18','com_users',393,393,'COM_ACTIONLOGS_DISABLED');
/*!40000 ALTER TABLE `cql20_action_logs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_action_logs_extensions`
--
DROP TABLE IF EXISTS `cql20_action_logs_extensions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_action_logs_extensions` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`extension` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_action_logs_extensions`
--
LOCK TABLES `cql20_action_logs_extensions` WRITE;
/*!40000 ALTER TABLE `cql20_action_logs_extensions` DISABLE KEYS */;
INSERT INTO `cql20_action_logs_extensions` VALUES (1,'com_banners'),(2,'com_cache'),(3,'com_categories'),(4,'com_config'),(5,'com_contact'),(6,'com_content'),(7,'com_installer'),(8,'com_media'),(9,'com_menus'),(10,'com_messages'),(11,'com_modules'),(12,'com_newsfeeds'),(13,'com_plugins'),(14,'com_redirect'),(15,'com_tags'),(16,'com_templates'),(17,'com_users'),(18,'com_checkin'),(19,'com_scheduler');
/*!40000 ALTER TABLE `cql20_action_logs_extensions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_action_logs_users`
--
DROP TABLE IF EXISTS `cql20_action_logs_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_action_logs_users`
--
LOCK TABLES `cql20_action_logs_users` WRITE;
/*!40000 ALTER TABLE `cql20_action_logs_users` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_action_logs_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_akeeba_common`
--
DROP TABLE IF EXISTS `cql20_akeeba_common`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_akeeba_common` (
`key` varchar(190) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`key`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_akeeba_common`
--
LOCK TABLES `cql20_akeeba_common` WRITE;
/*!40000 ALTER TABLE `cql20_akeeba_common` DISABLE KEYS */;
INSERT INTO `cql20_akeeba_common` VALUES ('stats_lastrun','1716496087'),('stats_siteid','6305d9a59a6615de28eb9eac9ef918f100ccaccf'),('stats_siteurl','45b73215d9e3dfa6e1cc0869242c9466');
/*!40000 ALTER TABLE `cql20_akeeba_common` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_akeebabackup_backups`
--
DROP TABLE IF EXISTS `cql20_akeebabackup_backups`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_akeebabackup_backups` (
`id` bigint unsigned NOT NULL AUTO_INCREMENT,
`description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`comment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`backupstart` timestamp NULL DEFAULT NULL,
`backupend` timestamp NULL DEFAULT NULL,
`status` enum('run','fail','complete') CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'run',
`origin` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'backend',
`type` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'full',
`profile_id` bigint NOT NULL DEFAULT '1',
`archivename` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`absolute_path` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`multipart` int NOT NULL DEFAULT '0',
`tag` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`backupid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`filesexist` tinyint NOT NULL DEFAULT '1',
`remote_filename` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`total_size` bigint NOT NULL DEFAULT '0',
`frozen` tinyint(1) NOT NULL DEFAULT '0',
`instep` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `idx_fullstatus` (`filesexist`,`status`),
KEY `idx_stale` (`status`,`origin`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_akeebabackup_backups`
--
LOCK TABLES `cql20_akeebabackup_backups` WRITE;
/*!40000 ALTER TABLE `cql20_akeebabackup_backups` DISABLE KEYS */;
INSERT INTO `cql20_akeebabackup_backups` VALUES (5,'Backup taken on Martes, 27 Febrero 2024 03:01 UTC','','2024-02-27 08:01:31','2024-02-27 08:01:53','complete','backend','full',1,'site-congresoictiologia2024.unillanos.edu.co-20240227-030131utc-Q7YSY4g23OoP25KF.jpa','/var/www/html/ictiologia/administrator/components/com_akeebabackup/backup/site-congresoictiologia2024.unillanos.edu.co-20240227-030131utc-Q7YSY4g23OoP25KF.jpa',1,'backend','id-20240227-030131-489066',0,NULL,58679800,0,1),(6,'Backup taken on Miércoles, 06 Marzo 2024 21:53 UTC','','2024-03-07 02:53:57','2024-03-07 02:54:31','complete','backend','full',1,'site-congresoictiologia2024.unillanos.edu.co-20240306-215357utc-h40gwHbJFixoGGo3.jpa','/var/www/html/ictiologia/administrator/components/com_akeebabackup/backup/site-congresoictiologia2024.unillanos.edu.co-20240306-215357utc-h40gwHbJFixoGGo3.jpa',1,'backend','id-20240306-215357-147450',1,NULL,63553363,0,1),(7,'Backup taken on Lunes, 18 Marzo 2024 17:49 UTC','','2024-03-18 22:49:16','2024-03-18 22:49:51','complete','backend','full',1,'site-congresoictiologia2024.unillanos.edu.co-20240318-174916utc-OYLucAxmIKJXQk90.jpa','/var/www/html/ictiologia/administrator/components/com_akeebabackup/backup/site-congresoictiologia2024.unillanos.edu.co-20240318-174916utc-OYLucAxmIKJXQk90.jpa',1,'backend','id-20240318-174915-995437',1,NULL,63659931,0,1),(8,'Backup taken on Jueves, 23 Mayo 2024 21:05 UTC','','2024-05-24 02:05:27','2024-05-24 02:06:06','complete','backend','full',1,'site-congresoictiologia2024.unillanos.edu.co-20240523-210527utc-LmGrgX3RGDZAwAxM.jpa','/var/www/html/ictiologia/administrator/components/com_akeebabackup/backup/site-congresoictiologia2024.unillanos.edu.co-20240523-210527utc-LmGrgX3RGDZAwAxM.jpa',1,'backend','id-20240523-210527-328751',1,NULL,65562868,0,1);
/*!40000 ALTER TABLE `cql20_akeebabackup_backups` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_akeebabackup_profiles`
--
DROP TABLE IF EXISTS `cql20_akeebabackup_profiles`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_akeebabackup_profiles` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`configuration` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`filters` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`quickicon` tinyint NOT NULL DEFAULT '1',
`access` int DEFAULT '1',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_akeebabackup_profiles`
--
LOCK TABLES `cql20_akeebabackup_profiles` WRITE;
/*!40000 ALTER TABLE `cql20_akeebabackup_profiles` DISABLE KEYS */;
INSERT INTO `cql20_akeebabackup_profiles` VALUES (1,'Default Backup Profile','###AES128###StTNIRD/BgB756ZJYgYvApxeOOI/2ZytUa8/TLoRYG1HYEMSj81L+OyspqLroQpD9/h9Yx3FhLCXOsWN9dr3KIjmcjIetAb0yGT9buby87NpRgmsXh9Eyz8Y6cRDF2R8saBh9akagE8cFQEA1MQ3i6mKKO3x+MxP5Y17cd/PVQwG5CRc1S+iQq+N6H+53oxn6HzRvkNPSDR/xHEn4zkTGl8mOJtf5hpYdXJhFavWWag/83LrD/9Pn9W0Vpdof+6y3Q7Z7mL9fS2Mln0yi4dvWXxmMgGJgbWHS46fn9FN/rjsTgfMOnNLSmW0YHePW/QtdBm1plxtYTS4DD3L9eS0AMUmAyNoJjnxFRKmOwHPmstKJIdhffthStX6JQ/M2yjfNSTkGsZlrelecZp9B/1njlOv4d2JXC9Dl3SRtEDB8htBNjo/82Ctd0hPGk/3VFD8EVTiiEE/+TmOPiN0QjPrDYuTEznze0tQ4qHrURtScyPoC/CgPe1QKKR9lB2mrDL0ZDAFZ5hyfxOV4yC+4mYhwe3Zl65Slse4z5oiSpMEF2jPeikIReHKRR5CWFTZtVFI+h51wQ6nhtLa5UfKvI1lm8BtT8L7VwXUDBl2fSEv6v6+HrS3RKmaRFnByyQoNSAgBRKh+N92p4H59bls/FBCQIhOa1MOS5KKCvDWk1uoRVRLC9+46DmUaYLaJw1ClNk61kmJQszheUzkCD2OtF/hpdCik2wpzGFcF2CD4P9qgtF2K8RSZnumjd/5FmMlJMrd0OdE+FtM/CgHnckXY2EsXPQoURkDRBd71AMAXo8K9u7apc4oCGKASG+HSNlHnM3sppXTwd6pkhsfT2O6gfXOZbkE7wwYfNo9CwWxPzhPAWML92JyfuslkAkm8AoI3oo/dG5jmtuiYa3/nPPH4QFWdL+Wp/wCve3Yz2EU5aGub/uN58s1yMyJntpoYkAAMwcSP+eialUE1oNT38p1CsUC5KBT3dQGMMLEesE09mh6jrnGqXdOkTkgNOHaxt/buS3MkwEv8bLxld1fiCORaIKmI+Np32W5O4gDJ0jSlFTXlwVXiVytLcDkhGsYC+aJWjpSECKLuEIFgzoFnDug58FdWsiPPZ6P+EBUqjaYSk3DGbWc9Zo+6pqMKdTLVIquyesJmYyslq3t+Uxz3lrFi0prLe90MKyGBGunvAi9/8CugiHtHS56FYiY+CjShG1aN3sjDBTxmIz1f28p70imp+2rMmivapA7MGwEkdwP6yQ9PdDl3sVsgFOYStDk4UDnVpMXrAMJz9WDQXX4lBg6lVtY6FhIMpkAUEAYnUkXmhI2lJSBQ7xcfeJ6aMzmtFDU3bUP4woOL8CyGQc+vDQu61hp9Px+5unPZpmkvCPLhVMWXBoSz+hNAzLLDTFXkilfgGa2sv6ZciXzFcYe6dyaeRVMzG+RlmpVdUqxyc+LxdgSOURDW+2RIk4bOZKMqmbU1kaB15faFWzU+suhWhrz0nt+N8I0SiiMray4LqIXdHlUyp4SW+icvsrUNDkRnci4EH9KfveMNKL2nFf2NlIGdV3hz6g+z3VPpQHP1wTdxAvpE6TKVhcV/4vJpX1W4AMiSb8VxLHc3fbsW/AdigpLxbtlA21l8aGMJd/70WdzyWb9J00rT/R/Z+TBfAFrvYyglaDewZUdBGRW4AVu0w/w4NwJ5EnKUt9P2XlOakP2kLVCe3IWPBShePIs0S0sc/XyeulS5z+uKEmlrRxrUPgto3WgzdVCFGVHzw/yYjC1KRJ1VnIPp1cc7W6rgT02eMuo7pnJqJ7WSLHQWBatBgl5gkjZw848S6AtT56dgMJ+rxCF+iqlovxLRDlwRxeragYRJQ7drugAAZeASim/m081hN6TBJH8PFVEz+Li7J9hr8Cl/qcPs3lMx2Mg7/DdG5e6C9NPXAX5Mytz3jeHKZ+ydG+SigE/fbAFEfkB6GU9EazUbyiPA/Q9OmZtTLipbLXXQrpYaW2oS0JLaJhM6EUavjXwl4fXZ1cejnjBy3rfSrGzuvHBrif1Nhet93xJjSbNYWrnY47NTOie8E+AEzv4aIIoij0YwZJyXRq3MzEIqCRRB0Fio5W0XjQcgbp+Mh8+gzoTjEAqWGHl8bh2VsJOPWAS8lC0ZqEXxCxjNjnSj2VwQITIkgj/RKhtLoc3qFwML8x71jwnDg6hYp9+OsBOwmlG5FWRP1EtX6l4ckOSQSlCAbcWuseK2pIZSXXXgNRwUyPrldLiu82dJBgEzbbNdaVsgjH9SBemvuS/86ScD9kftapnqRX7wnrHLjP07mej3a9DGcpmHulor21F1L+t0a7YqPljgj7oznKGCq0Q5jsyWJ8Ye59ErT2IfjjH3lt1M7CFMwkbwjOqIzljNznbTWhCbU+1IxAzsyd5wWUbn0sWHf1M7tfhCKkVPFOFv3iP89dk2skCvZ+LJaCdD9eReSJK6lQWQ+pF2w3Mwo9S7uJ5J6UgyFcLKAxjoNSu1ZMVAXRm7H6t0DE8IaxBWdiXP4xbYJ8PQtzMBoMw9Kx28C2HltoQzttPkmF5bNNmQOj1at04uFnADyijQGJkZUuNiAqfWDfLRySFBvPqESfYOvQ42d9YvAmoPll0E/R00qzDCyPztcMp/2CER4NyjAGan67AJQjVWhs0UY5fZ3KiePUnqEJC0T88m5xwwMNb2LCS4lml7ZUGa+HnEVY+qB4nL/XPtGhBTldfl05mTGoWXw0ynOrNGS2qKyzCiU/BzQ1YCnneU3BBdiJUq/uBQ7SARBDeWQGwSC+NAxpPuIeoV4lqNJqmTSKjVnsU832As4g4rjl3mTfP6W9KW9toSzlurnfP1mophy6fJPO7+mfZ8kOQQiUsUGu0ZS7etjYt1F3IBESyX7Yv4cYdoScl4xc4cDTkpDL7ebhMHpWh3cFb/jgHNerQZWz96UeYNKeKIEPgLZrTmOIh0FpN9NXp1S4NZUSrmOSKx1QIFmFBQjHYaDirDmNWR2U/6TocCNCNCMMS7/5pZ+CUiuqOcNhQm7JKH++LZC93hAbDnQyvs3GuAZyHga6F+o+i5aLz6+iHceq1QH3nioB3P1TVuR614c+OQdk7z83G4+R0YfcHaLvtlBwMUbLBqKAspv7YtKO8r4S5SW1I1WK5ShgL2R8iXzLo/Vy2LSP5Pl8wjP7gAmAShTuGndND1OBKXBGGdIWzhlNpVoa7MYYvrW6VobhQm8UnO3EjjlhBuWH1HamOLElOmhQ5FrQWJl1WN2Oc7aFj2swPNt4BoxSIWLr61M7SUBpjXu+FDfPHIxH92qaM/1E78/CzULFL1IQVYoBKb6uCJPZn8Gfs9nnsXlXi9zLecG2r8bTT9zk5VM2ChCXWLpW3saQ4kGaAWdQHs3JFTVt2BVGl04+SaDGZg723OYtZQaLYxllK/2Vz/+JVx2o7QEde00PKb0AehX9mJTouy7WbQ05oppNpuNOSMcQ+ObqUZAoEl6JVBWUcENlThqoKyV0RNAotcIRgjz0v50YAkMHsyri/gZKU9NFMJUHyMBOnd4jtjY8CFMx8NS2UrrHf8OAgWywpc865Yhzr1pob0r0kww/8Q0QllqTszpdoHKFAzFGMriNcVwT+Q64LiDOviozMtnmK82TqI18hk0BABLyYqcd5iboHzNww98dqcP2qUcue7GUaVnk9/dwRpySCuIelZp5Mr1uLRY6rN+8Zc/N1l/jS4bQoL5XdopWM2tK243lqafJJhJxgR0474i0jvoOPwM08LDmjZZD8qoReRE0QY+FHeY4PJrWh2/8V0ctZqbnvpjWV1+h7LGQ3iOwb9GH/JfS6MYOn2jU0LK8DWNisx+OOAOheSMCF0dkc/lbI3BV9IrDomctw6X7cJ5YRN4V0ISUkelzoA4Fjow0asVfzT3NWjvaePhvNzZ5DDKK63IOqGmNioy+56aHhGd/3dsfwqbf7dkpKFWYjE/o/wC86EErx/mj6u/BorYUZXVXV2+Y+39OTbRaoIDzxwBqv+RWq6J5KHAt6A54HZVLcD+pLlFmjQVUAhBziuB/LRRTp90yy+kFsZK4DhZbYERjopFn5svsGog79HrGEnGGs38Es1BkwG19yRRjEY4Z0iB+PLbEcx7SunkpQU1REsiwcDaSmIXlU0e/5tsvam1gj5IHH6wKitwbTx7bMIW8fhf2MLBi5NRa8aNAvdhzw3VPL7Crqep6Y2U+Z5ldrSlBJVnMGkoZbTuyDbAwbhZKW5oEEDAAA','',1,1);
/*!40000 ALTER TABLE `cql20_akeebabackup_profiles` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_akeebabackup_storage`
--
DROP TABLE IF EXISTS `cql20_akeebabackup_storage`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_akeebabackup_storage` (
`tag` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`lastupdate` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (`tag`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_akeebabackup_storage`
--
LOCK TABLES `cql20_akeebabackup_storage` WRITE;
/*!40000 ALTER TABLE `cql20_akeebabackup_storage` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_akeebabackup_storage` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_assets`
--
DROP TABLE IF EXISTS `cql20_assets`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_assets` (
`id` int unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key',
`parent_id` int NOT NULL DEFAULT '0' COMMENT 'Nested set parent.',
`lft` int NOT NULL DEFAULT '0' COMMENT 'Nested set lft.',
`rgt` int NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.',
`level` int unsigned NOT NULL COMMENT 'The cached level in the nested tree.',
`name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The unique name for the asset.\n',
`title` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The descriptive title for the asset.',
`rules` varchar(5120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'JSON encoded access control.',
PRIMARY KEY (`id`),
UNIQUE KEY `idx_asset_name` (`name`),
KEY `idx_lft_rgt` (`lft`,`rgt`),
KEY `idx_parent_id` (`parent_id`)
) ENGINE=InnoDB AUTO_INCREMENT=133 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_assets`
--
LOCK TABLES `cql20_assets` WRITE;
/*!40000 ALTER TABLE `cql20_assets` DISABLE KEYS */;
INSERT INTO `cql20_assets` VALUES (1,0,0,237,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,14,1,'com_banners','com_banners','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(4,1,15,16,1,'com_cache','com_cache','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(5,1,17,18,1,'com_checkin','com_checkin','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(6,1,19,20,1,'com_config','com_config','{}'),(7,1,21,32,1,'com_contact','com_contact','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(8,1,33,66,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,67,68,1,'com_cpanel','com_cpanel','{}'),(10,1,69,70,1,'com_installer','com_installer','{\"core.manage\":{\"7\":0},\"core.delete\":{\"7\":0},\"core.edit.state\":{\"7\":0}}'),(11,1,71,76,1,'com_languages','com_languages','{\"core.admin\":{\"7\":1}}'),(12,11,72,73,2,'com_languages.language.1','English (en-GB)','{}'),(13,1,77,78,1,'com_login','com_login','{}'),(14,1,79,80,1,'com_mails','com_mails','{}'),(15,1,81,82,1,'com_media','com_media','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":{\"5\":1}}'),(16,1,83,86,1,'com_menus','com_menus','{\"core.admin\":{\"7\":1}}'),(17,1,87,88,1,'com_messages','com_messages','{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),(18,1,89,182,1,'com_modules','com_modules','{\"core.admin\":{\"7\":1}}'),(19,1,183,186,1,'com_newsfeeds','com_newsfeeds','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(20,1,187,188,1,'com_plugins','com_plugins','{\"core.admin\":{\"7\":1}}'),(21,1,189,190,1,'com_redirect','com_redirect','{\"core.admin\":{\"7\":1}}'),(23,1,191,192,1,'com_templates','com_templates','{\"core.admin\":{\"7\":1}}'),(24,1,197,200,1,'com_users','com_users','{\"core.admin\":{\"7\":1}}'),(26,1,201,202,1,'com_wrapper','com_wrapper','{}'),(27,8,34,47,2,'com_content.category.2','Uncategorised','{}'),(28,3,4,5,2,'com_banners.category.3','Uncategorised','{}'),(29,7,22,23,2,'com_contact.category.4','Uncategorised','{}'),(30,19,184,185,2,'com_newsfeeds.category.5','Uncategorised','{}'),(32,24,198,199,2,'com_users.category.7','Uncategorised','{}'),(33,1,203,204,1,'com_finder','com_finder','{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),(34,1,205,206,1,'com_joomlaupdate','com_joomlaupdate','{}'),(35,1,207,208,1,'com_tags','com_tags','{}'),(36,1,209,210,1,'com_contenthistory','com_contenthistory','{}'),(37,1,211,212,1,'com_ajax','com_ajax','{}'),(38,1,213,214,1,'com_postinstall','com_postinstall','{}'),(39,18,90,91,2,'com_modules.module.1','Main Menu','{}'),(40,18,92,93,2,'com_modules.module.2','Login','{}'),(41,18,94,95,2,'com_modules.module.3','Popular Articles','{}'),(42,18,96,97,2,'com_modules.module.4','Recently Added Articles','{}'),(43,18,98,99,2,'com_modules.module.8','Toolbar','{}'),(44,18,100,101,2,'com_modules.module.9','Notifications','{}'),(45,18,102,103,2,'com_modules.module.10','Logged-in Users','{}'),(46,18,104,105,2,'com_modules.module.12','Admin Menu','{}'),(49,18,110,111,2,'com_modules.module.15','Title','{}'),(50,18,112,113,2,'com_modules.module.16','Login Form','{}'),(51,18,114,115,2,'com_modules.module.17','Breadcrumbs','{}'),(52,18,116,117,2,'com_modules.module.79','Multilanguage status','{}'),(53,18,120,121,2,'com_modules.module.86','Joomla Version','{}'),(54,16,84,85,2,'com_menus.menu.1','Main Menu','{}'),(55,18,124,125,2,'com_modules.module.87','Sample Data','{}'),(56,8,48,65,2,'com_content.workflow.1','COM_WORKFLOW_BASIC_WORKFLOW','{}'),(57,56,49,50,3,'com_content.stage.1','COM_WORKFLOW_BASIC_STAGE','{}'),(58,56,51,52,3,'com_content.transition.1','Unpublish','{}'),(59,56,53,54,3,'com_content.transition.2','Publish','{}'),(60,56,55,56,3,'com_content.transition.3','Trash','{}'),(61,56,57,58,3,'com_content.transition.4','Archive','{}'),(62,56,59,60,3,'com_content.transition.5','Feature','{}'),(63,56,61,62,3,'com_content.transition.6','Unfeature','{}'),(64,56,63,64,3,'com_content.transition.7','Publish & Feature','{}'),(65,1,193,194,1,'com_privacy','com_privacy','{}'),(66,1,195,196,1,'com_actionlogs','com_actionlogs','{}'),(67,18,106,107,2,'com_modules.module.88','Latest Actions','{}'),(68,18,108,109,2,'com_modules.module.89','Privacy Dashboard','{}'),(70,18,118,119,2,'com_modules.module.103','Site','{}'),(71,18,122,123,2,'com_modules.module.104','System','{}'),(72,18,126,127,2,'com_modules.module.91','System Dashboard','{}'),(73,18,128,129,2,'com_modules.module.92','Content Dashboard','{}'),(74,18,130,131,2,'com_modules.module.93','Menus Dashboard','{}'),(75,18,132,133,2,'com_modules.module.94','Components Dashboard','{}'),(76,18,134,135,2,'com_modules.module.95','Users Dashboard','{}'),(77,18,136,137,2,'com_modules.module.99','Frontend Link','{}'),(78,18,138,139,2,'com_modules.module.100','Messages','{}'),(79,18,140,141,2,'com_modules.module.101','Post Install Messages','{}'),(80,18,142,143,2,'com_modules.module.102','User Status','{}'),(82,18,144,145,2,'com_modules.module.105','3rd Party','{}'),(83,18,146,147,2,'com_modules.module.106','Help Dashboard','{}'),(84,18,148,149,2,'com_modules.module.107','Privacy Requests','{}'),(85,18,150,151,2,'com_modules.module.108','Privacy Status','{}'),(86,18,152,153,2,'com_modules.module.96','Popular Articles','{}'),(87,18,154,155,2,'com_modules.module.97','Recently Added Articles','{}'),(88,18,156,157,2,'com_modules.module.98','Logged-in Users','{}'),(89,18,158,159,2,'com_modules.module.90','Login Support','{}'),(90,1,215,216,1,'com_scheduler','com_scheduler','{}'),(91,1,217,218,1,'com_associations','com_associations','{}'),(92,1,219,220,1,'com_categories','com_categories','{}'),(93,1,221,222,1,'com_fields','com_fields','{}'),(94,1,223,224,1,'com_workflow','com_workflow','{}'),(95,1,225,226,1,'com_guidedtours','com_guidedtours','{}'),(96,18,160,161,2,'com_modules.module.109','Guided Tours','{}'),(97,11,74,75,2,'com_languages.language.2','Spanish (es-ES)','{}'),(98,18,162,163,2,'com_modules.module.110','Gantry 5 Particle','{}'),(99,1,227,228,1,'com_gantry5','com_gantry5','{\"core.admin\":{\"1\":1},\"core.manage\":{\"1\":1}}'),(102,27,35,36,3,'com_content.article.3','PROGRAMACIÓN','{}'),(104,27,37,38,3,'com_content.article.5','Registro como participante','{}'),(105,27,39,40,3,'com_content.article.6','Normas de presentación de resúmenes','{}'),(106,27,41,42,3,'com_content.article.7','Patrocinadores','{}'),(108,7,24,25,2,'com_contact.field.1','Director de programa','{}'),(109,7,26,27,2,'com_contact.field.2','Correo Institucional','{}'),(110,7,28,29,2,'com_contact.field.3',' Lugar de contacto:','{}'),(111,7,30,31,2,'com_contact.field.4','Telefono','{}'),(113,27,43,44,3,'com_content.article.10','Información turística','{}'),(115,27,45,46,3,'com_content.article.11','Presentación del Congreso','{}'),(116,1,229,232,1,'com_djimageslider','com_djimageslider','{}'),(117,18,164,165,2,'com_modules.module.112','DJ-ImageSlider','{\"core.delete\":{\"1\":1},\"core.edit\":{\"1\":1},\"core.edit.state\":{\"1\":1},\"module.edit.frontend\":{\"1\":1}}'),(118,116,230,231,2,'com_djimageslider.category.8','rotativo','{}'),(119,1,233,234,1,'com_imageeffectck','com_imageeffectck','{}'),(120,1,235,236,1,'com_akeebabackup','com_akeebabackup','{}'),(121,3,6,11,2,'com_banners.category.9','Anuncios','{}'),(122,18,166,167,2,'com_modules.module.113','Anuncios','{}'),(123,18,168,169,2,'com_modules.module.114','ANUNCIOS','{}'),(124,121,7,8,3,'com_banners.category.10','Externa','{}'),(125,121,9,10,3,'com_banners.category.11','Interna','{}'),(126,18,170,171,2,'com_modules.module.115','Resumenes','{}'),(127,18,172,173,2,'com_modules.module.116','DJ-ImageSlider (2)','{}'),(128,18,174,175,2,'com_modules.module.117','Anuncios','{}'),(129,18,176,177,2,'com_modules.module.118','Novedades','{}'),(130,3,12,13,2,'com_banners.category.12','Publicidad','{}'),(131,18,178,179,2,'com_modules.module.119','SeccionAnuncio1','{}'),(132,18,180,181,2,'com_modules.module.120','SeccionAnuncio2','{}');
/*!40000 ALTER TABLE `cql20_assets` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_associations`
--
DROP TABLE IF EXISTS `cql20_associations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_associations`
--
LOCK TABLES `cql20_associations` WRITE;
/*!40000 ALTER TABLE `cql20_associations` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_associations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_banner_clients`
--
DROP TABLE IF EXISTS `cql20_banner_clients`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_banner_clients`
--
LOCK TABLES `cql20_banner_clients` WRITE;
/*!40000 ALTER TABLE `cql20_banner_clients` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_banner_clients` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_banner_tracks`
--
DROP TABLE IF EXISTS `cql20_banner_tracks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_banner_tracks`
--
LOCK TABLES `cql20_banner_tracks` WRITE;
/*!40000 ALTER TABLE `cql20_banner_tracks` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_banner_tracks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_banners`
--
DROP TABLE IF EXISTS `cql20_banners`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_banners`
--
LOCK TABLES `cql20_banners` WRITE;
/*!40000 ALTER TABLE `cql20_banners` DISABLE KEYS */;
INSERT INTO `cql20_banners` VALUES (1,0,0,'Anuncios','anuncios',0,0,0,'',-2,3,'<p>Hola</p>','',0,1,'','{\"imageurl\":\"\",\"width\":\"\",\"height\":\"\",\"alt\":\"\"}',0,'',-1,0,0,NULL,NULL,'2024-02-26 20:29:38','2025-02-26 20:30:12','2024-04-23 00:00:00','2024-02-27 01:24:13','*',393,'','2024-02-27 01:35:24',393,8),(2,0,0,'Novedades','novedades',0,6,0,'',-2,9,'','',1,2,'','{\"imageurl\":\"images\\/anuncios\\/anuncio1.jpeg#joomlaImage:\\/\\/local-images\\/anuncios\\/anuncio1.jpeg?width=1600&height=1600\",\"width\":\"\",\"height\":\"\",\"alt\":\"Novedades\"}',0,'',1,0,0,NULL,NULL,'2024-02-27 02:19:36',NULL,NULL,'2024-02-27 01:48:37','*',393,'','2024-02-27 02:15:54',393,9),(3,0,0,'Novedades','novedades',0,0,0,'',-2,10,'','',1,3,'','{\"imageurl\":\"images\\/anuncios\\/anuncio1.jpeg#joomlaImage:\\/\\/local-images\\/anuncios\\/anuncio1.jpeg?width=1600&height=1600\",\"width\":\"\",\"height\":\"\",\"alt\":\"\"}',0,'',1,0,0,NULL,NULL,'2024-02-27 02:29:23',NULL,NULL,'2024-02-27 02:24:01','*',393,'','2024-02-27 02:28:33',393,2),(4,0,0,'Anuncios','anuncios',0,0,0,'',-2,3,'','',0,4,'','{\"imageurl\":\"images\\/anuncios\\/anuncio1.jpeg#joomlaImage:\\/\\/local-images\\/anuncios\\/anuncio1.jpeg?width=1600&height=1600\",\"width\":\"\",\"height\":\"\",\"alt\":\"\"}',0,'',1,0,0,NULL,NULL,'2024-02-27 02:38:46',NULL,NULL,'2024-02-27 02:37:10','*',393,'','2024-02-27 02:37:10',393,1),(5,0,0,'Anuncios1','anuncios',0,3633,98,'',1,12,'<p>hi</p>\r\n<p><img style=\"display: block; margin-left: auto; margin-right: auto;\" src=\"images/Anuncio_Mailing%20Curso%20Ictiologa.jpg\" alt=\"anuncio7\" width=\"558\" height=\"1280\" loading=\"lazy\" /></p>','',1,5,'','{\"imageurl\":\"images\\/anuncios\\/Anuncio_Mailing%20Curso%20Ictiologa.jpg#joomlaImage:\\/\\/local-images\\/anuncios\\/Anuncio_Mailing Curso Ictiologa.jpg?width=558&height=1280\",\"width\":\"\",\"height\":\"\",\"alt\":\"\"}',0,'',1,0,0,NULL,NULL,'2024-04-22 15:32:51','2024-05-03 23:59:31',NULL,'2024-04-22 02:50:52','*',393,'','2024-04-22 20:42:43',393,17),(6,0,0,'Anuncios2','anuncios2',0,0,3,'https://docs.google.com/forms/d/e/1FAIpQLSf9h7SmgvDq_al0aj9O4yplM3YfXJmnK7UeZtylceINWI3WWA/viewform',0,12,'','',1,6,'','{\"imageurl\":\"images\\/anuncios\\/Formulario.jpg#joomlaImage:\\/\\/local-images\\/anuncios\\/Formulario.jpg?width=6667&height=4067\",\"width\":\"\",\"height\":\"\",\"alt\":\"\"}',0,'',-1,0,0,NULL,NULL,'2024-03-06 21:38:43',NULL,'2024-04-23 00:00:00','2024-03-05 20:47:37','*',393,'','2024-03-06 21:51:20',393,3);
/*!40000 ALTER TABLE `cql20_banners` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_categories`
--
DROP TABLE IF EXISTS `cql20_categories`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_categories`
--
LOCK TABLES `cql20_categories` WRITE;
/*!40000 ALTER TABLE `cql20_categories` DISABLE KEYS */;
INSERT INTO `cql20_categories` VALUES (1,0,0,0,21,0,'','system','ROOT','root','','',1,NULL,NULL,1,'{}','','','{}',393,'2023-07-05 22:04:36',393,'2023-07-05 22:04:36',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\":\"\"}',393,'2023-07-05 22:04:36',393,'2023-07-05 22:04:36',0,'*',1),(3,28,1,3,4,1,'uncategorised','com_banners','Uncategorised','uncategorised','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',393,'2023-07-05 22:04:36',393,'2023-07-05 22:04:36',0,'*',1),(4,29,1,5,6,1,'uncategorised','com_contact','Uncategorised','uncategorised','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',393,'2023-07-05 22:04:36',393,'2023-07-05 22:04:36',0,'*',1),(5,30,1,7,8,1,'uncategorised','com_newsfeeds','Uncategorised','uncategorised','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',393,'2023-07-05 22:04:36',393,'2023-07-05 22:04:36',0,'*',1),(7,32,1,9,10,1,'uncategorised','com_users','Uncategorised','uncategorised','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',393,'2023-07-05 22:04:36',393,'2023-07-05 22:04:36',0,'*',1),(8,118,1,11,12,1,'rotativo','com_djimageslider','rotativo','rotativo','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',393,'2023-11-15 19:40:56',393,'2024-02-27 19:18:15',0,'*',1),(9,121,1,13,18,1,'anuncios','com_banners','Anuncios','anuncios','','',-2,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',393,'2024-02-27 01:36:41',393,'2024-02-27 01:36:49',0,'*',1),(10,124,9,14,15,2,'anuncios/externa','com_banners','Externa','externa','','',-2,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',393,'2024-02-27 02:21:41',393,'2024-02-27 02:22:14',0,'*',1),(11,125,9,16,17,2,'anuncios/interna','com_banners','Interna','interna','','',-2,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',393,'2024-02-27 02:22:41',393,'2024-02-27 02:22:41',0,'*',1),(12,130,1,19,20,1,'publicidad','com_banners','Publicidad','publicidad','','',1,NULL,NULL,1,'{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}','','','{\"author\":\"\",\"robots\":\"\"}',393,'2024-02-27 02:50:12',393,'2024-04-22 20:35:10',0,'*',1);
/*!40000 ALTER TABLE `cql20_categories` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_contact_details`
--
DROP TABLE IF EXISTS `cql20_contact_details`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_contact_details`
--
LOCK TABLES `cql20_contact_details` WRITE;
/*!40000 ALTER TABLE `cql20_contact_details` DISABLE KEYS */;
INSERT INTO `cql20_contact_details` VALUES (1,'Formulario de contacto','formulario-de-contacto','ictiologia 2024','','','','colombia','57','','','<ul style=\"list-style: none;\">\r\n<li>\r\n<p class=\"fa fa-user-circle-o\"> </p>\r\n<strong>Correo Institucional:</strong> <a href=\"mailto:[email protected]\">[email protected]</a></li>\r\n<li>\r\n<p class=\"fa fa-map-marker\"> </p>\r\n<strong>Lugar de contacto:</strong> Facultad de Ciencias Básicas e Ingenierías, 4 piso Sede Barcelona Kilometro 12 Vía Puerto López</li>\r\n<li>\r\n<p class=\"fa fa-phone\"> </p>\r\n<strong>Teléfono:</strong> 6616800 Ext. 135</li>\r\n</ul>','','[email protected]',0,1,NULL,NULL,1,'{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"show_tags\":\"0\",\"show_info\":\"0\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"add_mailto_link\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_image\":\"\",\"show_misc\":\"0\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"articles_display_num\":\"\",\"show_profile\":\"0\",\"show_user_custom_fields\":[\"-1\"],\"contact_layout\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linka\":\"\",\"linkb_name\":\"\",\"linkb\":\"\",\"linkc_name\":\"\",\"linkc\":\"\",\"linkd_name\":\"\",\"linkd\":\"\",\"linke_name\":\"\",\"linke\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"1\",\"validate_session\":\"\",\"custom_reply\":\"1\",\"redirect\":\"\"}',0,4,1,'','','','','','*','2023-07-13 19:24:54',393,'','2024-02-05 15:21:18',393,'','','{\"robots\":\"\",\"rights\":\"\"}',0,NULL,NULL,40,1904);
/*!40000 ALTER TABLE `cql20_contact_details` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_content`
--
DROP TABLE IF EXISTS `cql20_content`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_content`
--
LOCK TABLES `cql20_content` WRITE;
/*!40000 ALTER TABLE `cql20_content` DISABLE KEYS */;
INSERT INTO `cql20_content` VALUES (3,102,'PROGRAMACIÓN','programacion','<h1 style=\"text-align: center;\">PROGRAMACIÓN</h1>\r\n<p><span style=\"font-size: 24px;\"><strong>CURSOS PRE-CONGRESO</strong></span></p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"font-size: 18px;\">6 y 7 de Mayo.</span></strong></p>\r\n<p><span style=\"font-size: 18px;\">1. Inferencia filogenómica: Métodos y aplicaciones en ictiología</span></p>\r\n<p><span style=\"font-size: 18px;\">2. Taxonomía y sistemática de peces dulceacuicolas Neotropicales</span></p>\r\n<p><span style=\"font-size: 18px;\">3. Curso Técnicas morfológicas y moleculares aplicadas en la taxonomía de larvas de peces marinos y dulceacuícolas</span></p>\r\n<h1 style=\"text-align: center;\">AGENDA CONGRESO</h1>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 18px;\"><strong><span style=\"font-size: 24px;\">INSCRIPCIONES </span><br />AUDITORIO JAIME GARZÓN UNIVERSIDAD DE LOS LLANOS SEDE SAN ANTONIO</strong><br /></span><strong>MARTES 7 DE MAYO DE 3 A 6 PM Y MIÉRCOLES 8 DE MAYO DE 7 A 8 AM</strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"font-size: 24px;\">INAUGURACION </span><br />AUDITORIO JAIME GARZON<br />8 DE MAYO - 8 DE LA MAÑANA</span></strong></p>\r\n<p><span style=\"font-size: 24px;\"><strong>🐟 CONFERENCIAS MAGISTRALES</strong></span></p>\r\n<p style=\"padding-left: 40px;\"><a title=\"Ver aquí la agenda de las conferencias magistrales.\" href=\"https://drive.google.com/file/d/1xuUIGMbbohIC9PGFwWgtcFQhgbnOQ3Pt/view?usp=sharing\" target=\"_blank\" rel=\"noopener\"><span style=\"font-size: 18px;\">Ver aquí la agenda de las conferencias magistrales.</span></a></p>\r\n<p><span style=\"font-size: 24px;\"><strong>🐠 PROGRAMACIÓN POR SIMPOSIOS</strong></span></p>\r\n<p><span style=\"font-size: 18px;\">En cada simposio esta detallada la programación.</span></p>\r\n<p style=\"padding-left: 40px;\"><span style=\"font-size: 18px;\"><a title=\"1. Simposio Taxonomía, sistemática y biogeografía.\" href=\"https://drive.google.com/file/d/1jNSTho2-l9yNQCDNqz6--7c8yhBkZZtC/view?usp=sharing\" target=\"_blank\" rel=\"noopener\">1. Simposio Taxonomía, sistemática y biogeografía.</a></span></p>\r\n<p style=\"padding-left: 40px;\"><span style=\"font-size: 18px;\"><a title=\"2. Simposio Taxonomía, sistemática y biogeografía de peces marinos.\" href=\"https://drive.google.com/file/d/1rWj3BCDVvV81Fwl9ONGb945B5GcwzE2h/view?usp=sharing\" target=\"_blank\" rel=\"noopener\">2. Simposio Taxonomía, sistemática y biogeografía de peces marinos.</a></span></p>\r\n<p style=\"padding-left: 40px;\"><span style=\"font-size: 18px;\"><a title=\"3. Simposio Biología, ecología y cambio climático.\" href=\"https://drive.google.com/file/d/1ZXewxiYB1NZtVt2YWq_oToyivaktU26Z/view?usp=drive_link\" target=\"_blank\" rel=\"noopener\">3. Simposio Biología, ecología y cambio climático.</a></span></p>\r\n<p style=\"padding-left: 40px;\"><span style=\"font-size: 18px;\"><a title=\"4. Simposio Pesquerías y piscicultura de especies nativas.\" href=\"https://drive.google.com/file/d/1njm4gNR7qPbCBXFhUUoNl5KZkgU_tfo9/view?usp=sharing\" target=\"_blank\" rel=\"noopener\">4. Simposio Pesquerías y piscicultura de especies nativas.</a></span></p>\r\n<p style=\"padding-left: 40px;\"><span style=\"font-size: 18px;\"><a title=\"5. Simposio Amenazas y estrategias para la conservación de los recursos ícticos y pesqueros.\" href=\"https://drive.google.com/file/d/12hzeSMFEebtFChPQMO0ZpN4Ab1734Anx/view?usp=sharing\" target=\"_blank\" rel=\"noopener\">5. Simposio Amenazas y estrategias para la conservación de los recursos ícticos y pesqueros.</a></span></p>\r\n<p style=\"padding-left: 40px;\"><span style=\"font-size: 18px;\"><a title=\"6. Simposio Mujeres y peces. Una combinación de cambio y transformación. \" href=\"https://drive.google.com/file/d/1VMsRqqmPV_ArjVUDfUl_De3EAvNfweBu/view?usp=sharing\" target=\"_blank\" rel=\"noopener\">6. Simposio Mujeres y peces. Una combinación de cambio y transformación. </a></span></p>\r\n<p style=\"padding-left: 40px;\"><a title=\"7. Peces Migratorios.\" href=\"https://drive.google.com/file/d/12as-QpvDD_S2JTXEjtXGD5uGuLw-RPhu/view?usp=sharing\" target=\"_blank\" rel=\"noopener\"><span style=\"font-size: 18px;\">7. Peces Migratorios.</span></a></p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 24px;\"><strong>ATARDECER LLANERO \"TEJIENDO REDES\"</strong></span><br /><strong>5° PISO EDIFICIO ROSAS</strong><br /><strong>8 DE MAYO - 18:35</strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">CLAUSURA</span></strong><br /><strong>AUDITORIO JAIME GARZÓN</strong><br /><strong>10 DE MAYO - 16:00</strong></p>','',1,2,'2023-07-12 19:13:21',393,'','2024-05-09 04:37:07',393,NULL,NULL,'2023-07-12 19:13:21',NULL,'{\"image_intro\":\"\",\"image_intro_alt\":\"\",\"float_intro\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"float_fulltext\":\"\",\"image_fulltext_caption\":\"\"}','{\"urla\":\"\",\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":\"\",\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":\"\",\"urlctext\":\"\",\"targetc\":\"\"}','{\"article_layout\":\"\",\"show_title\":\"0\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}',173,8,'','',1,6633,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(5,104,'Registro como participante','registro-y-pago','<h1 style=\"text-align: center;\"> INVERSIÓN</h1>\r\n<p style=\"text-align: justify;\">La inversión le permite acceder a cada participante a todas las presentaciones programadas, reunión de bienvenida, memorias del Congreso, souvenirs y refrigerios ofrecidos durante los días del congreso. Adicionalmente, le permite al conferencistaprofesional presentar hasta dos trabajos (oral, póster o su combinación) y al conferencistaestudiante hasta un trabajo (oral o póster), en alguno de los simposios del Congreso. Si desea presentar trabajos adicionales, el conferencista deberá realizar la inversión del 30% del valor de la inscripción (tarifa vigente al momento del registro), por cada nuevo trabajo.</p>\r\n<table style=\"border-collapse: collapse; width: 100.007%; height: 207.969px;\" border=\"1\">\r\n<tbody>\r\n<tr style=\"height: 20.7969px;\">\r\n<th style=\"height: 20.7969px; width: 25.0224%;\" rowspan=\"2\">Tarifa</th>\r\n<th style=\"width: 25.0224%; height: 20.7969px;\">Periodo 1</th>\r\n<th style=\"width: 25.0224%; height: 20.7969px;\">Periodo 2</th>\r\n<th style=\"width: 24.9269%; height: 20.7969px;\">Periodo 3</th>\r\n</tr>\r\n<tr style=\"height: 41.5938px;\">\r\n<th style=\"width: 25.0224%; height: 41.5938px;\">1 de noviembre de 2023 al 16 de abril de 2024</th>\r\n<th style=\"width: 25.0224%; height: 41.5938px;\">17 de abril de 2024 al 30 de abril de 2024 </th>\r\n<th style=\"width: 24.9269%; height: 41.5938px;\"> 1 de mayo de 2024 en adelante</th>\r\n</tr>\r\n<tr style=\"height: 20.7969px;\">\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">1</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$520.000</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$572.000</td>\r\n<td style=\"width: 24.9269%; height: 20.7969px;\">$629.200</td>\r\n</tr>\r\n<tr style=\"height: 20.7969px;\">\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">2</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$660.000</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$726.000</td>\r\n<td style=\"width: 24.9269%; height: 20.7969px;\">$798.600</td>\r\n</tr>\r\n<tr style=\"height: 20.7969px;\">\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">3</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$580.000</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$638.000</td>\r\n<td style=\"width: 24.9269%; height: 20.7969px;\">$701.000</td>\r\n</tr>\r\n<tr style=\"height: 20.7969px;\">\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">4</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$330.000</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$363.000</td>\r\n<td style=\"width: 24.9269%; height: 20.7969px;\">$399.300</td>\r\n</tr>\r\n<tr style=\"height: 20.7969px;\">\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">5</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$250.000</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$275.000</td>\r\n<td style=\"width: 24.9269%; height: 20.7969px;\">$302.500</td>\r\n</tr>\r\n<tr style=\"height: 20.7969px;\">\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">6</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$495.000</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$544.500</td>\r\n<td style=\"width: 24.9269%; height: 20.7969px;\">$598.950</td>\r\n</tr>\r\n<tr style=\"height: 20.7969px;\">\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">7</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$300.000</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$330.000</td>\r\n<td style=\"width: 24.9269%; height: 20.7969px;\">$363.000</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table style=\"border-collapse: collapse; width: 32.8244%; height: 62.3907px;\" border=\"1\">\r\n<tbody>\r\n<tr style=\"height: 20.7969px;\">\r\n<th style=\"width: 13.8138%; height: 20.7969px;\">Tarifa</th>\r\n<th style=\"width: 86.1862%; height: 20.7969px;\">Descripción</th>\r\n</tr>\r\n<tr style=\"height: 20.7969px;\">\r\n<td style=\"width: 13.8138%; height: 20.7969px;\">1</td>\r\n<td style=\"width: 86.1862%; height: 20.7969px;\">Miembro de acictios</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 13.8138%;\">2</td>\r\n<td style=\"width: 86.1862%;\">Inscripción profesionales sin conferencia</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 13.8138%;\">3</td>\r\n<td style=\"width: 86.1862%;\">Inscripción profesionales-conferencistas</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 13.8138%;\">4</td>\r\n<td style=\"width: 86.1862%;\"> Inscripción estudiantes sin conferencia</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 13.8138%;\">5</td>\r\n<td style=\"width: 86.1862%;\">Inscripción estudiantes con conferencia </td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 13.8138%;\">6</td>\r\n<td style=\"width: 86.1862%;\"> Curso precongreso</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 13.8138%;\">7</td>\r\n<td style=\"width: 86.1862%;\">Inscripción a un día del congreso </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>En caso de participar en el congreso y también tomar un curso, los valores serían los siguientes:</p>\r\n<table style=\"border-collapse: collapse; width: 100.007%; height: 207.969px;\" border=\"1\">\r\n<tbody>\r\n<tr style=\"height: 20.7969px;\">\r\n<th style=\"height: 20.7969px; width: 25.0224%;\" rowspan=\"2\">Tarifa</th>\r\n<th style=\"width: 25.0224%; height: 20.7969px;\">Periodo 1</th>\r\n<th style=\"width: 25.0224%; height: 20.7969px;\">Periodo 2</th>\r\n<th style=\"width: 24.9269%; height: 20.7969px;\">Periodo 3</th>\r\n</tr>\r\n<tr style=\"height: 41.5938px;\">\r\n<th style=\"width: 25.0224%; height: 41.5938px;\">1 de noviembre de 2023 al 16 de abril de 2024</th>\r\n<th style=\"width: 25.0224%; height: 41.5938px;\">17 de abril de 2024 al 30 de abril de 2024 </th>\r\n<th style=\"width: 24.9269%; height: 41.5938px;\"> 1 de mayo de 2024 en adelante</th>\r\n</tr>\r\n<tr style=\"height: 20.7969px;\">\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">1</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$621.500</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$683.650</td>\r\n<td style=\"width: 24.9269%; height: 20.7969px;\">$752.015</td>\r\n</tr>\r\n<tr style=\"height: 20.7969px;\">\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">2</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$775.500</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$853.050</td>\r\n<td style=\"width: 24.9269%; height: 20.7969px;\">$938.355</td>\r\n</tr>\r\n<tr style=\"height: 20.7969px;\">\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">3</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$687.500</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$756.250</td>\r\n<td style=\"width: 24.9269%; height: 20.7969px;\">$831.875</td>\r\n</tr>\r\n<tr style=\"height: 20.7969px;\">\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">4</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$412.500</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$453.750</td>\r\n<td style=\"width: 24.9269%; height: 20.7969px;\">$499.125</td>\r\n</tr>\r\n<tr style=\"height: 20.7969px;\">\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">5</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$324.500</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$356.950</td>\r\n<td style=\"width: 24.9269%; height: 20.7969px;\">$392.645</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table style=\"border-collapse: collapse; width: 39.4084%; height: 62.3907px;\" border=\"1\">\r\n<tbody>\r\n<tr style=\"height: 20.7969px;\">\r\n<th style=\"width: 13.6842%; height: 20.7969px;\">Tarifa</th>\r\n<th style=\"width: 86.3158%; height: 20.7969px;\">Descripción</th>\r\n</tr>\r\n<tr style=\"height: 20.7969px;\">\r\n<td style=\"width: 13.6842%; height: 20.7969px;\">1</td>\r\n<td style=\"width: 86.3158%; height: 20.7969px;\">Miembro de acictios +curso</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 13.6842%;\">2</td>\r\n<td style=\"width: 86.3158%;\">Inscripción profesionales sin conferencia + curso</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 13.6842%;\">3</td>\r\n<td style=\"width: 86.3158%;\">Inscripción profesionales-conferencistas + curso</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 13.6842%;\">4</td>\r\n<td style=\"width: 86.3158%;\"> Inscripción estudiantes sin conferencia + curso</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 13.6842%;\">5</td>\r\n<td style=\"width: 86.3158%;\">Inscripción estudiantes con conferencia + curso </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong>Pagos en </strong><strong>Colombia</strong>:</h3>\r\n<p><strong>Consignación o transferencia a:</strong> Cuenta de ahorros número 23600016776 de Bancolombia, a nombre de Asociación Colombiana de ictiólogos. Nit. 830.034.378-6.</p>\r\n<h3 style=\"text-align: center;\"><img src=\"images/qr.jpg\" alt=\"\" width=\"500\" height=\"891\" loading=\"lazy\" /></h3>\r\n<h3><strong>Pagos desde el exterior</strong>:</h3>\r\n<p><strong>Consignación o transferencia bancaria a:</strong> Cuenta de ahorros número 23600016776 del Banco de Colombia S.A. Código SWIF COLOCIBM</p>\r\n<p style=\"line-height: 1;\"><strong>Dirección del Banco:</strong> Calle 28 # 13 A 75 Piso 5 Edificio Atrio Bogotá</p>\r\n<p style=\"line-height: 1;\"><strong>A nombre de: </strong>Asociación Colombiana de ictiólogos. Nit. 830.034.378-6</p>\r\n<p style=\"line-height: 1;\"><strong>Dirección de la Asociación:</strong> Calle 81 #19 A-18 oficina 301</p>\r\n<p><strong>Pagos con tarjetas: </strong><span style=\"font-size: 24px;\"><a title=\"Pasarela de pagos\" href=\"https://checkout.wompi.co/l/VPOS_bgONai\" target=\"_blank\" rel=\"noopener\">Pasarela de pagos 💲</a></span></p>\r\n<h2><strong>Para tener en cuenta al momento de la inscripción</strong></h2>\r\n<ul>\r\n<li style=\"text-align: justify;\">Al momento de realizar el pago de su inscripción, indique el nombre y número de identificación del participante.</li>\r\n<li style=\"text-align: justify;\">Indique los siguientes datos para elaborar la factura por el costo de su inscripción:\r\n<ul>\r\n<li style=\"text-align: justify;\">Persona natural: nombre completo, tipo de documento, número del documento, procedencia de emisión del documento, dirección, teléfono, correo electrónico</li>\r\n<li style=\"text-align: justify;\">Persona jurídica: nombre completo de la empresa o entidad, número de NIT, ubicación donde está radicada, dirección, teléfono, correo electrónico corporativo de la entidad a la cual se emite la factura.</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<p style=\"line-height: 1;\"><strong>Nota: Una vez elaborada la factura no se aceptan cambios ni devoluciones.</strong></p>\r\n<ul>\r\n<li style=\"line-height: 1;\"><strong>Al momento del registro tener disponible el comprobante de consignación en formato PDF.</strong></li>\r\n</ul>\r\n<!-- <h1 style=\"text-align: center;\"><strong><a href=\"https://acictios.org/registro-congreso-2024/\" target=\"_blank\" rel=\"noopener\">Registro como participante. 🐟</a></strong></h1>\r\n<p> </p> -->','',1,2,'2023-07-12 19:24:30',393,'','2024-05-01 21:55:25',393,NULL,NULL,'2023-07-12 19:24: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\":\"\"}',75,6,'','',1,4437,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(6,105,'Normas de presentación de resúmenes','resumenes','<h1 style=\"text-align: center;\">NORMAS PARA RESÚMENES</h1>\r\n<p style=\"text-align: justify;\">El idioma oficial del evento es el español, pero los resúmenes se aceptan también en inglés y portugués. El texto deberá ser digitado en letra tipo Arial 12, a un solo espacio y sin justificar, en formato Word. El resumen no podrá sobrepasar las 300 palabras.</p>\r\n<p style=\"text-align: justify;\">El resumen deberá contener:</p>\r\n<p style=\"text-align: justify;\"><strong>Simposio:</strong> seleccione alguna de las opciones que se presentan.</p>\r\n<p style=\"text-align: justify;\"><strong>Tipo de conferencia: </strong>seleccione alguna de las opciones que se presentan.</p>\r\n<p style=\"text-align: justify;\"><strong>Título: en mayúscula. Autor (es):</strong> en minúscula (iniciales en mayúscula). Las iniciales de los nombres se escribirán luego de los apellidos, seguidas por un punto y separadas por una coma. Inmediatamente después del nombre, deberá asignar una letra (superíndice), la cual permitirá identificar la institución de origen. En caso de haber varios autores, sus nombres deberán separarse por un punto y coma (;). El autor de correspondencia debe ser identificado con el símbolo *. El autor que ofrecerá la conferencia deberá ser resaltado en negrita. </p>\r\n<p style=\"text-align: justify;\"><strong>Ejemplo: </strong>Taphorn, D.C.<sup>a</sup> ; Lima, F.C.T<span style=\"font-size: 13.3333px;\"><sup>a</sup></span> ; <strong>*García-Alzate, C.A.</strong><sup>a</sup></p>\r\n<p style=\"text-align: justify;\"><strong>Institución de origen:</strong> En minúscula (iniciales en mayúscula). De acuerdo con la letra superíndice asignada a cada institución de origen de cada autor, deberá escribir el nombre completo de dicha institución. </p>\r\n<p style=\"text-align: justify;\"><strong>Ejemplo:</strong> <sup>a</sup>Universidad del Atlántico, <sup>b</sup>Museu de Zoologia da Universidade Estadual de Campinas “Adao José Cardoso”.</p>\r\n<p style=\"text-align: justify;\"><strong>Contacto</strong>: Sólo el autor de correspondencia deberá ingresar su dirección de correo electrónico.</p>\r\n<p style=\"text-align: justify;\"><strong>Ejemplo:</strong> carlosgarcí[email protected]</p>\r\n<p style=\"text-align: justify;\"><strong>Resumen:</strong> Sin justificar. No debe contener más de 300 palabras. El uso de cifras deberá seguir las normas editoriales APA. Las frases que contienen este resumen deben contener las siguientes secciones: introducción, objetivo, métodos, resultados y conclusiones. En la última frase se deben indicar las instituciones financiadoras.</p>\r\n<p style=\"text-align: justify;\"><strong>Palabras clave (español): </strong>Sólo son permitidas cinco palabras y no deben estar contenidas en el título del resumen.</p>\r\n<p style=\"text-align: justify;\"><strong>Palabras clave (inglés):</strong> Utilizar las mismas palabras clave listadas en español.</p>\r\n<p style=\"text-align: justify;\">El contenido científico y ajuste al formato editorial aquí definido para los resúmenes serán revisados por un comité evaluador (delegado por el comité organizador del Congreso). Los trabajos podrían ser reasignados a un simposio o a un tipo de presentación diferente a los definidos por los autores. Si es necesario hacer ajustes al contenido del resumen, deberán realizarse en las dos semanas siguientes al envío de la solicitud de corrección por parte del comité evaluador. Aquellos resúmenes que no sean corregidos por los autores dentro de los tiempos definidos, no serán incluidos en las memorias del Congreso.</p>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #e03e2d;\"><strong>Cerrada la recepción de resúmenes. 🐠</strong></span></h2>\r\n<p><strong>COMITÉ CIENTÍFICO EDITORIAL</strong></p>\r\n<ul>\r\n<li>Ángela Gutiérrez (Instituto Humboldt, Colombia)</li>\r\n<li>Arturo Acero (Universidad Nacional de Colombia, Colombia)</li>\r\n<li>Carlos DoNascimiento (Universidad de Antioquia (Colombia)</li>\r\n<li>Carlos García-Alzate (Universidad del Atlántico, Colombia).</li>\r\n<li>Donald Taphorn (Royal Ontario Museum, Estados Unidos)</li>\r\n<li>Douglas Olarte (Universidad Centroccidental Lisandro Alvarado, Venezuela)</li>\r\n<li>Flavio Lima (Universidad Estatal de Campinas, Brasil)</li>\r\n<li>Francisco Javier García-De León (Centro de Investigaciones del Noreste S.C., México).</li>\r\n<li>Juan Carlos Alonso González (Universidad Federal do Amazonas-UFAM, Brasil)</li>\r\n<li>José Julián Tavera (Universidad del Valle, Colombia)</li>\r\n<li>María Doris Escobar (Investigador Independiente, Colombia)</li>\r\n<li>Patricia Ornelas (Universidad Nacional Autónoma de México, México)</li>\r\n<li>Rene Funes Rodríguez (Centro Interdisciplinario de Ciencias Marinas -CICIMAR, México)</li>\r\n<li>Víctor Atencio (Universidad de Córdoba, Colombia)</li>\r\n</ul>\r\n<h2 style=\"text-align: center;\">Fechas importantes</h2>\r\n<p><strong>Recepción de resúmenes:</strong> Entre el 29 de noviembre de 2023 y el 23 de marzo de 2024.</p>\r\n<p><strong>Comunicación a ponentes:</strong> hasta el 1 de abril del 2024. </p>\r\n<p style=\"text-align: justify;\">Si usted requiere apoyo institucional y éste depende de la aceptación del resumen en el congreso; favor notificar en el mensaje de envío de éste, para priorizar su evaluación. Se recomienda enviar el resumen tempranamente, durante las primeras fechas de recepción, con el fin de ser evaluado con prontitud y celeridad. Se le comunicará oportunamente la decisión del comité evaluador.</p>','',1,2,'2023-07-12 19:26:56',393,'','2024-07-09 04:04:17',393,NULL,NULL,'2023-07-12 19:26: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\":\"\"}',93,5,'','',1,3930,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(7,106,'Patrocinadores','patrocinadores','','',1,2,'2023-07-12 19:31:11',393,'','2023-11-24 21:08:19',393,393,'2024-06-17 15:41:41','2023-07-12 19:31:11',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\":\"\"}',199,4,'','',1,2009,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(10,113,'Información turística','informacion-turistica','<h1 style=\"text-align: center;\"><span style=\"color: #423e3e;\">INFORMACIÓN TURÍSTICA</span></h1>\r\n<p><strong>Villavicencio:</strong></p>\r\n<p style=\"padding-left: 40px;\"><strong>Link:</strong> <a href=\"https://turismovillavicencio.gov.co/web/nuestra-ciudad/#transporte\" target=\"_blank\" rel=\"noopener\">https://turismovillavicencio.gov.co/web/nuestra-ciudad/#transporte</a></p>\r\n<p><strong>Sitios de interes:</strong></p>\r\n<p style=\"padding-left: 40px;\"><strong>Link: </strong><a href=\"https://turismovillavicencio.gov.co/web/sitios/\" target=\"_blank\" rel=\"noopener\">https://turismovillavicencio.gov.co/web/sitios/</a></p>\r\n<p> </p>\r\n<h3 style=\"text-align: center;\"><strong>LISTADO DE ALGUNOS HOTELES CERCANOS A LA SEDE DEL CONGRESO</strong></h3>\r\n<table style=\"border-collapse: collapse; width: 92.8571%; height: 281.921px; border-color: #7e8c8d; margin-left: auto; margin-right: auto;\" border=\"1\">\r\n<tbody>\r\n<tr style=\"height: 25.3299px; background-color: #ced4d9;\">\r\n<td style=\"width: 26.4089%; height: 25.3299px; text-align: center;\"><strong>NOMBRE</strong></td>\r\n<td style=\"width: 14.0363%; height: 25.3299px; text-align: center;\"><strong>CELULAR</strong></td>\r\n<td style=\"width: 59.5672%; height: 25.3299px; text-align: center;\"><strong>CORREO ELECTRÓNICO</strong></td>\r\n</tr>\r\n<tr style=\"height: 22.1181px;\">\r\n<td style=\"width: 26.4089%; height: 22.1181px; text-align: center;\">VVC HOTEL´S</td>\r\n<td style=\"width: 14.0363%; height: 22.1181px; text-align: center;\">3138516470</td>\r\n<td style=\"width: 59.5672%; height: 22.1181px; text-align: center;\">[email protected]</td>\r\n</tr>\r\n<tr style=\"height: 22.1181px;\">\r\n<td style=\"width: 26.4089%; height: 22.1181px; text-align: center;\">Hotel Royal Plaza</td>\r\n<td style=\"width: 14.0363%; height: 22.1181px; text-align: center;\">3127713830</td>\r\n<td style=\"width: 59.5672%; height: 22.1181px; text-align: center;\"> </td>\r\n</tr>\r\n<tr style=\"height: 22.1181px;\">\r\n<td style=\"width: 26.4089%; height: 22.1181px; text-align: center;\">Casa Corona</td>\r\n<td style=\"width: 14.0363%; height: 22.1181px; text-align: center;\">3142165385</td>\r\n<td style=\"width: 59.5672%; height: 22.1181px; text-align: center;\">[email protected]</td>\r\n</tr>\r\n<tr style=\"height: 22.1181px;\">\r\n<td style=\"width: 26.4089%; height: 22.1181px; text-align: center;\">Hotel casa del sol</td>\r\n<td style=\"width: 14.0363%; height: 22.1181px; text-align: center;\">3213430208</td>\r\n<td style=\"width: 59.5672%; height: 22.1181px; text-align: center;\"> </td>\r\n</tr>\r\n<tr style=\"height: 21.5278px;\">\r\n<td style=\"width: 26.4089%; text-align: center; height: 21.5278px;\">Hotel Boutique Armoni</td>\r\n<td style=\"width: 14.0363%; text-align: center; height: 21.5278px;\">3115300055</td>\r\n<td style=\"width: 59.5672%; text-align: center; height: 21.5278px;\">[email protected] www.armonihotel.co</td>\r\n</tr>\r\n<tr style=\"height: 22.1181px;\">\r\n<td style=\"width: 26.4089%; height: 22.1181px; text-align: center;\">Hotel Casa Real</td>\r\n<td style=\"width: 14.0363%; height: 22.1181px; text-align: center;\">3167522472</td>\r\n<td style=\"width: 59.5672%; height: 22.1181px; text-align: center;\">[email protected]</td>\r\n</tr>\r\n<tr style=\"height: 21.5278px;\">\r\n<td style=\"width: 26.4089%; text-align: center; height: 21.5278px;\">Hotel Centenario Boutique</td>\r\n<td style=\"width: 14.0363%; text-align: center; height: 21.5278px;\">3227940772</td>\r\n<td style=\"width: 59.5672%; text-align: center; height: 21.5278px;\">www.hotelportaldelllano.com</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 26.4089%; text-align: center;\">Hotel Portal del Llano</td>\r\n<td style=\"width: 14.0363%; text-align: center;\">3044481777</td>\r\n<td style=\"width: 59.5672%; text-align: center;\">www.hotelportaldelllano.com</td>\r\n</tr>\r\n<tr style=\"height: 20.7986px;\">\r\n<td style=\"width: 26.4089%; height: 20.7986px; text-align: center;\">Hotel Santa Ana Real</td>\r\n<td style=\"width: 14.0363%; height: 20.7986px; text-align: center;\">3212111957</td>\r\n<td style=\"width: 59.5672%; height: 20.7986px; text-align: center;\">[email protected]</td>\r\n</tr>\r\n<tr style=\"height: 22.1181px;\">\r\n<td style=\"width: 26.4089%; height: 22.1181px; text-align: center;\">Hotel del Llano</td>\r\n<td style=\"width: 14.0363%; height: 22.1181px; text-align: center;\">3219492527</td>\r\n<td style=\"width: 59.5672%; height: 22.1181px; text-align: center;\">[email protected] www.hoteldelllano.com</td>\r\n</tr>\r\n<tr style=\"height: 22.1181px;\">\r\n<td style=\"width: 26.4089%; text-align: center; height: 22.1181px;\">Hotel María Gloria</td>\r\n<td style=\"width: 14.0363%; text-align: center; height: 22.1181px;\">3115902014</td>\r\n<td style=\"width: 59.5672%; text-align: center; height: 22.1181px;\">www.hotelmariagloria.com</td>\r\n</tr>\r\n<tr style=\"height: 22.4306px;\">\r\n<td style=\"width: 26.4089%; height: 22.4306px; text-align: center;\">Hotel Cayena inn</td>\r\n<td style=\"width: 14.0363%; height: 22.4306px; text-align: center;\">3143328609</td>\r\n<td style=\"width: 59.5672%; height: 22.4306px; text-align: center;\">[email protected]</td>\r\n</tr>\r\n</tbody>\r\n</table>','',1,2,'2023-09-05 13:53:14',393,'','2024-04-06 02:08:17',393,NULL,NULL,'2023-09-05 13:53:14',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\":\"\"}',70,1,'','',1,2309,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*',''),(11,115,'Presentación del Congreso','presentacion-del-congreso','<p><img src=\"images/Tira%20logos.jpg\" alt=\"comite\" width=\"2181\" height=\"313\" loading=\"lazy\" /></p>\r\n<h1 style=\"text-align: center;\">BIENVENIDOS!</h1>\r\n<p style=\"text-align: justify;\">En esta nueva versión del Congreso Colombiano de Ictiología y del Encuentro Suramericano de Ictiólogos, es la región de la Orinoquia la que acogerá en la ciudad de Villavicencio, a todos los invitados a esta reunión de todos los que trabajamos con peces, desde los variados enfoques desde los cuales se puede abordar su conocimiento. Además, en coordinación con la Sociedad Ictiológica Mexicana A.C. se celebrará por primera vez de forma conjunta, el X Simposio Latinoamericano de Ictiología.</p>\r\n<p style=\"text-align: justify;\">Es una nueva oportunidad para compartir los avances logrados en nuestras investigaciones y los descubrimientos que se han hecho, y también para establecer redes que permitan a la ictiología latinoamericana, avanzar en el conocimiento de la vasta biodiversidad íctica de la región. También será el espacio para discutir sobre las amenazas que se ciernen sobre esta riqueza biológica única: la degradación y contaminación del hábitat por efectos de actividades antrópicas, la sobrepesca y las variaciones ambientales, consecuencia del cambio climático, y sus efectos sobre los recursos y las estrategias para enfrentar esos desafíos. Adicionalmente, este año se tendrá un espacio orientado a la discusión y análisis sobre la equidad de género y la inclusión en la ictiología latinoamericana.</p>\r\n<p style=\"text-align: justify;\">El congreso no solo es la cita bianual, donde investigadores, profesores, estudiantes y demás profesionales de la ictiología, se podrán volver a encontrar y compartir, sino también un espacio con el que, a través de los diferentes simposios, se contribuye a la conservación de esta rica herencia natural para que las futuras generaciones puedan, al igual que la actual, disfrutar la belleza y diversidad de los peces, y para que las comunidades que dependen de ellos puedan seguir recibiendo los beneficios que la pesca les aporta.</p>\r\n<p style=\"text-align: justify;\">¡Los esperamos!</p>\r\n<p style=\"text-align: center;\"><strong> <span style=\"font-size: 18px;\">ICTIÓLOGO HOMENAJEADO: MAURICIO VALDERRAMA BARCO</span></strong></p>\r\n<h2 style=\"text-align: left;\">Comité Organizador </h2>\r\n<ul>\r\n<li>Rosa Elena Ajiaco Martínez, Fundación Bioikos ([email protected]).</li>\r\n<li>Hernando Ramírez Gil, Universidad de los Llanos ([email protected]).</li>\r\n<li>Carlos Arturo García Alzate, Universidad del Atlántico ([email protected]).</li>\r\n<li>Carlos DoNascimiento, Universidad de Antioquia ([email protected]).</li>\r\n<li>Adriana Santos Martínez, Universidad Nacional de Colombia, sede Caribe ([email protected]).</li>\r\n<li>Luis Alonso Zapata Padilla, WWF Colombia ([email protected]).</li>\r\n<li>Christian Camilo Conde Saldaña, Universidad del Tolima ([email protected])</li>\r\n</ul>','',1,2,'2023-09-26 12:54:26',393,'','2024-04-22 21:22:33',393,NULL,NULL,'2023-09-26 12:54:26',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,3325,'{\"robots\":\"\",\"author\":\"\",\"rights\":\"\"}',0,'*','');
/*!40000 ALTER TABLE `cql20_content` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_content_frontpage`
--
DROP TABLE IF EXISTS `cql20_content_frontpage`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_content_frontpage`
--
LOCK TABLES `cql20_content_frontpage` WRITE;
/*!40000 ALTER TABLE `cql20_content_frontpage` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_content_frontpage` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_content_rating`
--
DROP TABLE IF EXISTS `cql20_content_rating`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_content_rating`
--
LOCK TABLES `cql20_content_rating` WRITE;
/*!40000 ALTER TABLE `cql20_content_rating` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_content_rating` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_content_types`
--
DROP TABLE IF EXISTS `cql20_content_types`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_content_types` (
`type_id` int unsigned NOT NULL AUTO_INCREMENT,
`type_title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`type_alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`table` varchar(2048) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`rules` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`field_mappings` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`router` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`content_history_options` varchar(5120) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'JSON string for com_contenthistory options',
PRIMARY KEY (`type_id`),
KEY `idx_alias` (`type_alias`(100))
) ENGINE=InnoDB AUTO_INCREMENT=10000 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_content_types`
--
LOCK TABLES `cql20_content_types` WRITE;
/*!40000 ALTER TABLE `cql20_content_types` DISABLE KEYS */;
INSERT INTO `cql20_content_types` VALUES (1,'Article','com_content.article','{\"special\":{\"dbtable\":\"#__content\",\"key\":\"id\",\"type\":\"ArticleTable\",\"prefix\":\"Joomla\\\\Component\\\\Content\\\\Administrator\\\\Table\\\\\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"state\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"introtext\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"attribs\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"urls\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"asset_id\":\"asset_id\", \"note\":\"note\"}, \"special\":{\"fulltext\":\"fulltext\"}}','ContentHelperRoute::getArticleRoute','{\"formFile\":\"administrator\\/components\\/com_content\\/forms\\/article.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"ordering\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"],\"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ]}'),(2,'Contact','com_contact.contact','{\"special\":{\"dbtable\":\"#__contact_details\",\"key\":\"id\",\"type\":\"ContactTable\",\"prefix\":\"Joomla\\\\Component\\\\Contact\\\\Administrator\\\\Table\\\\\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"address\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"image\", \"core_urls\":\"webpage\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"asset_id\":\"null\"}, \"special\":{\"con_position\":\"con_position\",\"suburb\":\"suburb\",\"state\":\"state\",\"country\":\"country\",\"postcode\":\"postcode\",\"telephone\":\"telephone\",\"fax\":\"fax\",\"misc\":\"misc\",\"email_to\":\"email_to\",\"default_con\":\"default_con\",\"user_id\":\"user_id\",\"mobile\":\"mobile\",\"sortname1\":\"sortname1\",\"sortname2\":\"sortname2\",\"sortname3\":\"sortname3\"}}','ContactHelperRoute::getContactRoute','{\"formFile\":\"administrator\\/components\\/com_contact\\/forms\\/contact.xml\",\"hideFields\":[\"default_con\",\"checked_out\",\"checked_out_time\",\"version\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"], \"displayLookup\":[ {\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ] }'),(3,'Newsfeed','com_newsfeeds.newsfeed','{\"special\":{\"dbtable\":\"#__newsfeeds\",\"key\":\"id\",\"type\":\"NewsfeedTable\",\"prefix\":\"Joomla\\\\Component\\\\Newsfeeds\\\\Administrator\\\\Table\\\\\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"link\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"asset_id\":\"null\"}, \"special\":{\"numarticles\":\"numarticles\",\"cache_time\":\"cache_time\",\"rtl\":\"rtl\"}}','NewsfeedsHelperRoute::getNewsfeedRoute','{\"formFile\":\"administrator\\/components\\/com_newsfeeds\\/forms\\/newsfeed.xml\",\"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"],\"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ]}'),(4,'User','com_users.user','{\"special\":{\"dbtable\":\"#__users\",\"key\":\"id\",\"type\":\"User\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"null\",\"core_alias\":\"username\",\"core_created_time\":\"registerDate\",\"core_modified_time\":\"lastvisitDate\",\"core_body\":\"null\", \"core_hits\":\"null\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"access\":\"null\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"null\", \"core_language\":\"null\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"null\", \"core_ordering\":\"null\", \"core_metakey\":\"null\", \"core_metadesc\":\"null\", \"core_catid\":\"null\", \"asset_id\":\"null\"}, \"special\":{}}','',''),(5,'Article Category','com_content.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"CategoryTable\",\"prefix\":\"Joomla\\\\Component\\\\Categories\\\\Administrator\\\\Table\\\\\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','ContentHelperRoute::getCategoryRoute','{\"formFile\":\"administrator\\/components\\/com_categories\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(6,'Contact Category','com_contact.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"CategoryTable\",\"prefix\":\"Joomla\\\\Component\\\\Categories\\\\Administrator\\\\Table\\\\\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','ContactHelperRoute::getCategoryRoute','{\"formFile\":\"administrator\\/components\\/com_categories\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(7,'Newsfeeds Category','com_newsfeeds.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"CategoryTable\",\"prefix\":\"Joomla\\\\Component\\\\Categories\\\\Administrator\\\\Table\\\\\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','NewsfeedsHelperRoute::getCategoryRoute','{\"formFile\":\"administrator\\/components\\/com_categories\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(8,'Tag','com_tags.tag','{\"special\":{\"dbtable\":\"#__tags\",\"key\":\"tag_id\",\"type\":\"TagTable\",\"prefix\":\"Joomla\\\\Component\\\\Tags\\\\Administrator\\\\Table\\\\\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"urls\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"null\", \"asset_id\":\"null\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\"}}','TagsHelperRoute::getTagRoute','{\"formFile\":\"administrator\\/components\\/com_tags\\/forms\\/tag.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\",\"version\", \"lft\", \"rgt\", \"level\", \"path\", \"urls\", \"publish_up\", \"publish_down\"],\"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}, {\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}]}'),(9,'Banner','com_banners.banner','{\"special\":{\"dbtable\":\"#__banners\",\"key\":\"id\",\"type\":\"BannerTable\",\"prefix\":\"Joomla\\\\Component\\\\Banners\\\\Administrator\\\\Table\\\\\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"description\", \"core_hits\":\"null\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"link\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"asset_id\":\"null\"}, \"special\":{\"imptotal\":\"imptotal\", \"impmade\":\"impmade\", \"clicks\":\"clicks\", \"clickurl\":\"clickurl\", \"custombannercode\":\"custombannercode\", \"cid\":\"cid\", \"purchase_type\":\"purchase_type\", \"track_impressions\":\"track_impressions\", \"track_clicks\":\"track_clicks\"}}','','{\"formFile\":\"administrator\\/components\\/com_banners\\/forms\\/banner.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\",\"version\", \"reset\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"imptotal\", \"impmade\", \"reset\"], \"convertToInt\":[\"publish_up\", \"publish_down\", \"ordering\"], \"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}, {\"sourceColumn\":\"cid\",\"targetTable\":\"#__banner_clients\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ]}'),(10,'Banners Category','com_banners.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"CategoryTable\",\"prefix\":\"Joomla\\\\Component\\\\Categories\\\\Administrator\\\\Table\\\\\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"asset_id\":\"asset_id\"}, \"special\": {\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','','{\"formFile\":\"administrator\\/components\\/com_categories\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"], \"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),(11,'Banner Client','com_banners.client','{\"special\":{\"dbtable\":\"#__banner_clients\",\"key\":\"id\",\"type\":\"ClientTable\",\"prefix\":\"Joomla\\\\Component\\\\Banners\\\\Administrator\\\\Table\\\\\"}}','','','','{\"formFile\":\"administrator\\/components\\/com_banners\\/forms\\/client.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\"], \"ignoreChanges\":[\"checked_out\", \"checked_out_time\"], \"convertToInt\":[], \"displayLookup\":[]}'),(12,'User Notes','com_users.note','{\"special\":{\"dbtable\":\"#__user_notes\",\"key\":\"id\",\"type\":\"NoteTable\",\"prefix\":\"Joomla\\\\Component\\\\Users\\\\Administrator\\\\Table\\\\\"}}','','','','{\"formFile\":\"administrator\\/components\\/com_users\\/forms\\/note.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\", \"publish_up\", \"publish_down\"],\"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\"], \"convertToInt\":[\"publish_up\", \"publish_down\"],\"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}, {\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}]}'),(13,'User Notes Category','com_users.category','{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"CategoryTable\",\"prefix\":\"Joomla\\\\Component\\\\Categories\\\\Administrator\\\\Table\\\\\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"Joomla\\\\CMS\\\\Table\\\\\",\"config\":\"array()\"}}','','{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}','','{\"formFile\":\"administrator\\/components\\/com_categories\\/forms\\/category.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"], \"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}');
/*!40000 ALTER TABLE `cql20_content_types` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_contentitem_tag_map`
--
DROP TABLE IF EXISTS `cql20_contentitem_tag_map`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_contentitem_tag_map`
--
LOCK TABLES `cql20_contentitem_tag_map` WRITE;
/*!40000 ALTER TABLE `cql20_contentitem_tag_map` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_contentitem_tag_map` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_djimageslider`
--
DROP TABLE IF EXISTS `cql20_djimageslider`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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=22 DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_djimageslider`
--
LOCK TABLES `cql20_djimageslider` WRITE;
/*!40000 ALTER TABLE `cql20_djimageslider` DISABLE KEYS */;
INSERT INTO `cql20_djimageslider` VALUES (10,8,'1','1','images/patrocinadores/acictios.png#joomlaImage://local-images/patrocinadores/acictios.png?width=1406&height=640','',1,'2023-11-17 16:26:00','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',1,'{\"link_type\":\"\",\"link_menu\":\"101\",\"link_url\":\"\",\"link_article\":\"\",\"link_target\":\"\",\"link_rel\":\"\",\"alt_attr\":\"\",\"title_attr\":\"\"}'),(12,8,'7','7','images/patrocinadores/Biologika.jpg#joomlaImage://local-images/patrocinadores/Biologika.jpg?width=1420&height=684','',1,'2023-11-17 16:29:21','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',7,'{\"link_type\":\"\",\"link_menu\":\"101\",\"link_url\":\"\",\"link_article\":\"\",\"link_target\":\"\",\"link_rel\":\"\",\"alt_attr\":\"\",\"title_attr\":\"\"}'),(13,8,'6','6','images/patrocinadores/cultura.jpeg#joomlaImage://local-images/patrocinadores/cultura.jpeg?width=1600&height=793','',1,'2023-11-17 16:29:31','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',6,'{\"link_type\":\"\",\"link_menu\":\"101\",\"link_url\":\"\",\"link_article\":\"\",\"link_target\":\"\",\"link_rel\":\"\",\"alt_attr\":\"\",\"title_attr\":\"\"}'),(14,8,'8','8','images/patrocinadores/unitolima.png#joomlaImage://local-images/patrocinadores/unitolima.png?width=1406&height=640','',0,'2023-11-17 16:29:42','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',8,'{\"link_type\":\"\",\"link_menu\":\"101\",\"link_url\":\"\",\"link_article\":\"\",\"link_target\":\"\",\"link_rel\":\"\",\"alt_attr\":\"\",\"title_attr\":\"\"}'),(15,8,'4','4','images/patrocinadores/wwf.png#joomlaImage://local-images/patrocinadores/wwf.png?width=1406&height=640','',1,'2023-11-17 16:29:54','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',4,'{\"link_type\":\"\",\"link_menu\":\"101\",\"link_url\":\"\",\"link_article\":\"\",\"link_target\":\"\",\"link_rel\":\"\",\"alt_attr\":\"\",\"title_attr\":\"\"}'),(16,8,'2','2','images/patrocinadores/unillanos.png#joomlaImage://local-images/patrocinadores/unillanos.png?width=937&height=427','',1,'2023-11-17 20:19:34','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',2,'{\"link_type\":\"\",\"link_menu\":\"101\",\"link_url\":\"\",\"link_article\":\"\",\"link_target\":\"\",\"link_rel\":\"\",\"alt_attr\":\"\",\"title_attr\":\"\"}'),(17,8,'5','5','images/BOTON-_2_.png#joomlaImage://local-images/BOTON-_2_.png?width=1406&height=640','',1,'2023-11-21 13:55:49','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',5,'{\"link_type\":\"\",\"link_menu\":\"101\",\"link_url\":\"\",\"link_article\":\"\",\"link_target\":\"\",\"link_rel\":\"\",\"alt_attr\":\"\",\"title_attr\":\"\"}'),(18,8,'3','3','images/patrocinadores/museou.png#joomlaImage://local-images/patrocinadores/museou.png?width=1424&height=656','',1,'2024-02-26 22:35:32','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',3,'{\"link_type\":\"\",\"link_menu\":\"101\",\"link_url\":\"\",\"link_article\":\"\",\"link_target\":\"\",\"link_rel\":\"\",\"alt_attr\":\"\",\"title_attr\":\"\"}'),(19,8,'9','9','images/patrocinadores/simac.png#joomlaImage://local-images/patrocinadores/simac.png?width=1406&height=685','',0,'2024-02-27 19:14:35','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',9,'{\"link_type\":\"\",\"link_menu\":\"101\",\"link_url\":\"\",\"link_article\":\"\",\"link_target\":\"\",\"link_rel\":\"\",\"alt_attr\":\"\",\"title_attr\":\"\"}'),(21,8,'10','10','images/patrocinadores/sinchi.png#joomlaImage://local-images/patrocinadores/sinchi.png?width=1406&height=640','',1,'2024-03-18 17:33:06','0000-00-00 00:00:00',0,'0000-00-00 00:00:00',10,'{\"link_type\":\"\",\"link_menu\":\"101\",\"link_url\":\"\",\"link_article\":\"\",\"link_target\":\"\",\"link_rel\":\"\",\"alt_attr\":\"\",\"title_attr\":\"\"}');
/*!40000 ALTER TABLE `cql20_djimageslider` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_extensions`
--
DROP TABLE IF EXISTS `cql20_extensions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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=256 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_extensions`
--
LOCK TABLES `cql20_extensions` WRITE;
/*!40000 ALTER TABLE `cql20_extensions` DISABLE KEYS */;
INSERT INTO `cql20_extensions` VALUES (1,0,'com_wrapper','component','com_wrapper',NULL,'',1,1,1,0,1,'{\"name\":\"com_wrapper\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\\n\\t\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_WRAPPER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Wrapper\",\"filename\":\"wrapper\"}','','',NULL,NULL,0,0,NULL),(2,0,'com_admin','component','com_admin',NULL,'',1,1,1,1,1,'{\"name\":\"com_admin\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_ADMIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Admin\"}','','',NULL,NULL,0,0,NULL),(3,0,'com_banners','component','com_banners',NULL,'',1,1,1,0,1,'{\"name\":\"com_banners\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_BANNERS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Banners\",\"filename\":\"banners\"}','{\"purchase_type\":\"5\",\"track_impressions\":\"0\",\"track_robots_impressions\":\"1\",\"track_clicks\":\"0\",\"metakey_prefix\":\"\",\"save_history\":\"1\",\"history_limit\":10}','',NULL,NULL,0,0,NULL),(4,0,'com_cache','component','com_cache',NULL,'',1,1,1,1,1,'{\"name\":\"com_cache\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_CACHE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Cache\"}','','',NULL,NULL,0,0,NULL),(5,0,'com_categories','component','com_categories',NULL,'',1,1,1,1,1,'{\"name\":\"com_categories\",\"type\":\"component\",\"creationDate\":\"2007-12\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Categories\"}','','',NULL,NULL,0,0,NULL),(6,0,'com_checkin','component','com_checkin',NULL,'',1,1,1,1,1,'{\"name\":\"com_checkin\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_CHECKIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Checkin\"}','','',NULL,NULL,0,0,NULL),(7,0,'com_contact','component','com_contact',NULL,'',1,1,1,0,1,'{\"name\":\"com_contact\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Contact\",\"filename\":\"contact\"}','{\"contact_layout\":\"_:default\",\"show_contact_category\":\"hide\",\"save_history\":\"1\",\"history_limit\":10,\"show_contact_list\":\"0\",\"show_tags\":\"0\",\"show_info\":\"0\",\"show_name\":\"1\",\"show_position\":\"0\",\"show_email\":\"1\",\"add_mailto_link\":\"0\",\"show_street_address\":\"1\",\"show_suburb\":\"1\",\"show_state\":\"0\",\"show_postcode\":\"0\",\"show_country\":\"0\",\"show_telephone\":\"1\",\"show_mobile\":\"0\",\"show_fax\":\"0\",\"show_webpage\":\"0\",\"show_image\":\"0\",\"image\":\"\",\"show_misc\":\"0\",\"allow_vcard\":\"0\",\"show_articles\":\"0\",\"articles_display_num\":\"10\",\"show_profile\":\"0\",\"show_links\":\"0\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"contact_icons\":\"0\",\"icon_address\":\"\",\"icon_email\":\"\",\"icon_telephone\":\"\",\"icon_mobile\":\"\",\"icon_fax\":\"\",\"icon_webpage\":\"\",\"icon_misc\":\"\",\"category_layout\":\"_:default\",\"show_category_title\":\"0\",\"show_description\":\"0\",\"show_description_image\":\"0\",\"maxLevel\":\"-1\",\"show_no_contacts\":\"1\",\"show_category_heading_title_text\":\"1\",\"show_subcat_desc\":\"1\",\"show_empty_categories\":\"0\",\"show_cat_items\":\"0\",\"show_cat_tags\":\"0\",\"show_base_description\":\"0\",\"maxLevelcat\":\"-1\",\"show_subcat_desc_cat\":\"0\",\"show_empty_categories_cat\":\"0\",\"show_cat_items_cat\":\"0\",\"filter_field\":\"0\",\"show_pagination_limit\":\"0\",\"show_headings\":\"0\",\"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\":\"0\",\"show_pagination_results\":\"1\",\"contacts_display_num\":\"10\",\"initial_sort\":\"ordering\",\"captcha\":\"recaptcha\",\"show_email_form\":\"1\",\"show_email_copy\":\"1\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"1\",\"custom_reply\":\"0\",\"redirect\":\"\",\"show_feed_link\":\"1\",\"sef_ids\":1,\"custom_fields_enable\":\"1\"}','',NULL,NULL,0,0,NULL),(8,0,'com_cpanel','component','com_cpanel',NULL,'',1,1,1,1,1,'{\"name\":\"com_cpanel\",\"type\":\"component\",\"creationDate\":\"2007-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_CPANEL_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Cpanel\"}','','',NULL,NULL,0,0,NULL),(9,0,'com_installer','component','com_installer',NULL,'',1,1,1,1,1,'{\"name\":\"com_installer\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_INSTALLER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Installer\"}','{\"cachetimeout\":\"6\",\"minimum_stability\":\"4\"}','',NULL,NULL,0,0,NULL),(10,0,'com_languages','component','com_languages',NULL,'',1,1,1,1,1,'{\"name\":\"com_languages\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Languages\"}','{\"administrator\":\"es-ES\",\"site\":\"es-ES\"}','',NULL,NULL,0,0,NULL),(11,0,'com_login','component','com_login',NULL,'',1,1,1,1,1,'{\"name\":\"com_login\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_LOGIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Login\"}','','',NULL,NULL,0,0,NULL),(12,0,'com_media','component','com_media',NULL,'',1,1,0,1,1,'{\"name\":\"com_media\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MEDIA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Media\",\"filename\":\"media\"}','{\"upload_maxsize\":\"10\",\"file_path\":\"images\",\"image_path\":\"images\",\"restrict_uploads\":\"1\",\"restrict_uploads_extensions\":\"bmp,gif,jpg,jpeg,png,webp,ico,mp3,m4a,mp4a,ogg,mp4,mp4v,mpeg,mov,odg,odp,ods,odt,pdf,png,ppt,txt,xcf,xls,csv\",\"check_mime\":\"1\",\"image_extensions\":\"bmp,gif,jpg,png,jpeg,webp,svg\",\"audio_extensions\":\"mp3,m4a,mp4a,ogg\",\"video_extensions\":\"mp4,mp4v,mpeg,mov,webm\",\"doc_extensions\":\"odg,odp,ods,odt,pdf,ppt,txt,xcf,xls,csv\",\"ignore_extensions\":\"\",\"upload_mime\":\"image\\/jpeg,image\\/gif,image\\/png,image\\/bmp,image\\/webp,audio\\/ogg,audio\\/mpeg,audio\\/mp4,video\\/mp4,video\\/webm,video\\/mpeg,video\\/quicktime,application\\/msword,application\\/excel,application\\/pdf,application\\/powerpoint,text\\/plain,application\\/x-zip\"}','',NULL,NULL,0,0,NULL),(13,0,'com_menus','component','com_menus',NULL,'',1,1,1,1,1,'{\"name\":\"com_menus\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_MENUS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Menus\",\"filename\":\"menus\"}','{\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\"}','',NULL,NULL,0,0,NULL),(14,0,'com_messages','component','com_messages',NULL,'',1,1,1,1,1,'{\"name\":\"com_messages\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_MESSAGES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Messages\"}','','',NULL,NULL,0,0,NULL),(15,0,'com_modules','component','com_modules',NULL,'',1,1,1,1,1,'{\"name\":\"com_modules\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_MODULES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Modules\",\"filename\":\"modules\"}','','',NULL,NULL,0,0,NULL),(16,0,'com_newsfeeds','component','com_newsfeeds',NULL,'',1,1,1,0,1,'{\"name\":\"com_newsfeeds\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Newsfeeds\",\"filename\":\"newsfeeds\"}','{\"newsfeed_layout\":\"_:default\",\"save_history\":\"1\",\"history_limit\":5,\"show_feed_image\":\"1\",\"show_feed_description\":\"1\",\"show_item_description\":\"1\",\"feed_character_count\":\"0\",\"feed_display_order\":\"des\",\"float_first\":\"right\",\"float_second\":\"right\",\"show_tags\":\"1\",\"category_layout\":\"_:default\",\"show_category_title\":\"1\",\"show_description\":\"1\",\"show_description_image\":\"1\",\"maxLevel\":\"-1\",\"show_empty_categories\":\"0\",\"show_subcat_desc\":\"1\",\"show_cat_items\":\"1\",\"show_cat_tags\":\"1\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_empty_categories_cat\":\"0\",\"show_subcat_desc_cat\":\"1\",\"show_cat_items_cat\":\"1\",\"filter_field\":\"1\",\"show_pagination_limit\":\"1\",\"show_headings\":\"1\",\"show_articles\":\"0\",\"show_link\":\"1\",\"show_pagination\":\"1\",\"show_pagination_results\":\"1\",\"sef_ids\":1}','',NULL,NULL,0,0,NULL),(17,0,'com_plugins','component','com_plugins',NULL,'',1,1,1,1,1,'{\"name\":\"com_plugins\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_PLUGINS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Plugins\"}','','',NULL,NULL,0,0,NULL),(18,0,'com_templates','component','com_templates',NULL,'',1,1,1,1,1,'{\"name\":\"com_templates\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_TEMPLATES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Templates\"}','{\"template_positions_display\":\"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',NULL,'',1,1,0,1,1,'{\"name\":\"com_content\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Content\",\"filename\":\"content\"}','{\"article_layout\":\"_:default\",\"show_title\":\"0\",\"link_titles\":\"0\",\"show_intro\":\"1\",\"info_block_position\":\"0\",\"info_block_show_title\":\"0\",\"show_category\":\"0\",\"link_category\":\"1\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_associations\":\"0\",\"flags\":\"1\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"0\",\"show_readmore\":\"1\",\"show_readmore_title\":\"1\",\"readmore_limit\":100,\"show_tags\":\"1\",\"record_hits\":\"1\",\"show_hits\":\"0\",\"show_noauth\":\"0\",\"urls_position\":0,\"captcha\":\"\",\"show_publishing_options\":\"1\",\"show_article_options\":\"1\",\"show_configure_edit_options\":\"1\",\"show_permissions\":\"1\",\"show_associations_edit\":\"1\",\"save_history\":\"1\",\"history_limit\":10,\"show_urls_images_frontend\":\"0\",\"show_urls_images_backend\":\"1\",\"targeta\":0,\"targetb\":0,\"targetc\":0,\"float_intro\":\"left\",\"float_fulltext\":\"left\",\"category_layout\":\"_:blog\",\"show_category_title\":\"0\",\"show_description\":\"0\",\"show_description_image\":\"0\",\"maxLevel\":\"1\",\"show_empty_categories\":\"0\",\"show_no_articles\":\"1\",\"show_category_heading_title_text\":\"1\",\"show_subcat_desc\":\"1\",\"show_cat_num_articles\":\"0\",\"show_cat_tags\":\"1\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_empty_categories_cat\":\"0\",\"show_subcat_desc_cat\":\"1\",\"show_cat_num_articles_cat\":\"1\",\"num_leading_articles\":1,\"blog_class_leading\":\"\",\"num_intro_articles\":4,\"blog_class\":\"\",\"num_columns\":1,\"multi_column_order\":\"0\",\"num_links\":4,\"show_subcategory_content\":\"0\",\"link_intro_image\":\"0\",\"show_pagination_limit\":\"1\",\"filter_field\":\"hide\",\"show_headings\":\"1\",\"list_show_date\":\"0\",\"date_format\":\"\",\"list_show_hits\":\"1\",\"list_show_author\":\"1\",\"display_num\":\"10\",\"orderby_pri\":\"order\",\"orderby_sec\":\"rdate\",\"order_date\":\"published\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"show_featured\":\"show\",\"show_feed_link\":\"1\",\"feed_summary\":\"0\",\"feed_show_readmore\":\"0\",\"sef_ids\":1,\"custom_fields_enable\":\"1\",\"workflow_enabled\":\"0\"}','',NULL,NULL,0,0,NULL),(20,0,'com_config','component','com_config',NULL,'',1,1,0,1,1,'{\"name\":\"com_config\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_CONFIG_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Config\",\"filename\":\"config\"}','{\"filters\":{\"1\":{\"filter_type\":\"NH\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"9\":{\"filter_type\":\"NH\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"6\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"7\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"2\":{\"filter_type\":\"NH\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"3\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"4\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"5\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"8\":{\"filter_type\":\"NONE\",\"filter_tags\":\"\",\"filter_attributes\":\"\"}}}','',NULL,NULL,0,0,NULL),(21,0,'com_redirect','component','com_redirect',NULL,'',1,1,0,0,1,'{\"name\":\"com_redirect\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_REDIRECT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Redirect\"}','','',NULL,NULL,0,0,NULL),(22,0,'com_users','component','com_users',NULL,'',1,1,0,1,1,'{\"name\":\"com_users\",\"type\":\"component\",\"creationDate\":\"2006-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_USERS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Users\",\"filename\":\"users\"}','{\"allowUserRegistration\":\"0\",\"new_usertype\":\"2\",\"guest_usergroup\":\"9\",\"sendpassword\":\"0\",\"useractivation\":\"2\",\"mail_to_admin\":\"1\",\"captcha\":\"\",\"frontend_userparams\":\"1\",\"site_language\":\"0\",\"change_login_name\":\"0\",\"reset_count\":\"10\",\"reset_time\":\"1\",\"minimum_length\":\"12\",\"minimum_integers\":\"0\",\"minimum_symbols\":\"0\",\"minimum_uppercase\":\"0\",\"save_history\":\"1\",\"history_limit\":5,\"mailSubjectPrefix\":\"\",\"mailBodySuffix\":\"\"}','',NULL,NULL,0,0,NULL),(23,0,'com_finder','component','com_finder',NULL,'',1,1,0,0,1,'{\"name\":\"com_finder\",\"type\":\"component\",\"creationDate\":\"2011-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Finder\",\"filename\":\"finder\"}','{\"enabled\":\"0\",\"show_description\":\"1\",\"description_length\":255,\"allow_empty_query\":\"0\",\"show_url\":\"1\",\"show_autosuggest\":\"1\",\"show_suggested_query\":\"1\",\"show_explained_query\":\"1\",\"show_advanced\":\"1\",\"show_advanced_tips\":\"1\",\"expand_advanced\":\"0\",\"show_date_filters\":\"0\",\"sort_order\":\"relevance\",\"sort_direction\":\"desc\",\"highlight_terms\":\"1\",\"opensearch_name\":\"\",\"opensearch_description\":\"\",\"batch_size\":\"50\",\"title_multiplier\":\"1.7\",\"text_multiplier\":\"0.7\",\"meta_multiplier\":\"1.2\",\"path_multiplier\":\"2.0\",\"misc_multiplier\":\"0.3\",\"stem\":\"1\",\"stemmer\":\"snowball\",\"enable_logging\":\"0\"}','',NULL,NULL,0,0,NULL),(24,0,'com_joomlaupdate','component','com_joomlaupdate',NULL,'',1,1,0,1,1,'{\"name\":\"com_joomlaupdate\",\"type\":\"component\",\"creationDate\":\"2021-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2012 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.3\",\"description\":\"COM_JOOMLAUPDATE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Joomlaupdate\"}','{\"updatesource\":\"default\",\"customurl\":\"\"}','',NULL,NULL,0,0,NULL),(25,0,'com_tags','component','com_tags',NULL,'',1,1,1,0,1,'{\"name\":\"com_tags\",\"type\":\"component\",\"creationDate\":\"2013-12\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Tags\",\"filename\":\"tags\"}','{\"tag_layout\":\"_:default\",\"save_history\":\"1\",\"history_limit\":5,\"show_tag_title\":\"0\",\"tag_list_show_tag_image\":\"0\",\"tag_list_show_tag_description\":\"0\",\"tag_list_image\":\"\",\"tag_list_orderby\":\"title\",\"tag_list_orderby_direction\":\"ASC\",\"show_headings\":\"0\",\"tag_list_show_date\":\"0\",\"tag_list_show_item_image\":\"0\",\"tag_list_show_item_description\":\"0\",\"tag_list_item_maximum_characters\":0,\"return_any_or_all\":\"1\",\"include_children\":\"0\",\"maximum\":200,\"tag_list_language_filter\":\"all\",\"tags_layout\":\"_:default\",\"all_tags_orderby\":\"title\",\"all_tags_orderby_direction\":\"ASC\",\"all_tags_show_tag_image\":\"0\",\"all_tags_show_tag_description\":\"0\",\"all_tags_tag_maximum_characters\":20,\"all_tags_show_tag_hits\":\"0\",\"filter_field\":\"1\",\"show_pagination_limit\":\"1\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"tag_field_ajax_mode\":\"1\",\"show_feed_link\":\"1\"}','',NULL,NULL,0,0,NULL),(26,0,'com_contenthistory','component','com_contenthistory',NULL,'',1,1,1,0,1,'{\"name\":\"com_contenthistory\",\"type\":\"component\",\"creationDate\":\"2013-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_CONTENTHISTORY_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Contenthistory\",\"filename\":\"contenthistory\"}','','',NULL,NULL,0,0,NULL),(27,0,'com_ajax','component','com_ajax',NULL,'',1,1,1,1,1,'{\"name\":\"com_ajax\",\"type\":\"component\",\"creationDate\":\"2013-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_AJAX_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"ajax\"}','','',NULL,NULL,0,0,NULL),(28,0,'com_postinstall','component','com_postinstall',NULL,'',1,1,1,1,1,'{\"name\":\"com_postinstall\",\"type\":\"component\",\"creationDate\":\"2013-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_POSTINSTALL_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Postinstall\"}','','',NULL,NULL,0,0,NULL),(29,0,'com_fields','component','com_fields',NULL,'',1,1,1,0,1,'{\"name\":\"com_fields\",\"type\":\"component\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Fields\",\"filename\":\"fields\"}','','',NULL,NULL,0,0,NULL),(30,0,'com_associations','component','com_associations',NULL,'',1,1,1,0,1,'{\"name\":\"com_associations\",\"type\":\"component\",\"creationDate\":\"2017-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_ASSOCIATIONS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Associations\"}','','',NULL,NULL,0,0,NULL),(31,0,'com_privacy','component','com_privacy',NULL,'',1,1,1,0,1,'{\"name\":\"com_privacy\",\"type\":\"component\",\"creationDate\":\"2018-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"COM_PRIVACY_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Privacy\",\"filename\":\"privacy\"}','','',NULL,NULL,0,0,NULL),(32,0,'com_actionlogs','component','com_actionlogs',NULL,'',1,1,1,0,1,'{\"name\":\"com_actionlogs\",\"type\":\"component\",\"creationDate\":\"2018-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"COM_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Actionlogs\"}','{\"ip_logging\":0,\"csv_delimiter\":\",\",\"loggable_extensions\":[\"com_banners\",\"com_cache\",\"com_categories\",\"com_checkin\",\"com_config\",\"com_contact\",\"com_content\",\"com_installer\",\"com_media\",\"com_menus\",\"com_messages\",\"com_modules\",\"com_newsfeeds\",\"com_plugins\",\"com_redirect\",\"com_scheduler\",\"com_tags\",\"com_templates\",\"com_users\"]}','',NULL,NULL,0,0,NULL),(33,0,'com_workflow','component','com_workflow',NULL,'',1,1,0,1,1,'{\"name\":\"com_workflow\",\"type\":\"component\",\"creationDate\":\"2017-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_WORKFLOW_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Workflow\"}','{}','',NULL,NULL,0,0,NULL),(34,0,'com_mails','component','com_mails',NULL,'',1,1,1,1,1,'{\"name\":\"com_mails\",\"type\":\"component\",\"creationDate\":\"2019-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"COM_MAILS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Mails\"}','','',NULL,NULL,0,0,NULL),(35,0,'com_scheduler','component','com_scheduler',NULL,'',1,1,1,0,1,'{\"name\":\"com_scheduler\",\"type\":\"component\",\"creationDate\":\"2021-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.1.0\",\"description\":\"COM_SCHEDULER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Scheduler\"}','{}','',NULL,NULL,0,0,NULL),(36,0,'com_guidedtours','component','com_guidedtours',NULL,'',1,1,0,0,1,'{\"name\":\"com_guidedtours\",\"type\":\"component\",\"creationDate\":\"2023-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.3.0\",\"description\":\"COM_GUIDEDTOURS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Component\\\\Guidedtours\"}','{}','',NULL,NULL,0,0,NULL),(37,0,'lib_joomla','library','joomla',NULL,'',0,1,1,1,1,'{\"name\":\"lib_joomla\",\"type\":\"library\",\"creationDate\":\"2008-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2008 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/www.joomla.org\",\"version\":\"13.1\",\"description\":\"LIB_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}','','',NULL,NULL,0,0,NULL),(38,0,'lib_phpass','library','phpass',NULL,'',0,1,1,1,1,'{\"name\":\"lib_phpass\",\"type\":\"library\",\"creationDate\":\"2004-01\",\"author\":\"Solar Designer\",\"copyright\":\"\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/www.openwall.com\\/phpass\\/\",\"version\":\"0.3\",\"description\":\"LIB_PHPASS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"phpass\"}','','',NULL,NULL,0,0,NULL),(39,0,'mod_articles_archive','module','mod_articles_archive',NULL,'',0,1,1,0,1,'{\"name\":\"mod_articles_archive\",\"type\":\"module\",\"creationDate\":\"2006-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_ARCHIVE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\ArticlesArchive\",\"filename\":\"mod_articles_archive\"}','','',NULL,NULL,0,0,NULL),(40,0,'mod_articles_latest','module','mod_articles_latest',NULL,'',0,1,1,0,1,'{\"name\":\"mod_articles_latest\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LATEST_NEWS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\ArticlesLatest\",\"filename\":\"mod_articles_latest\"}','','',NULL,NULL,0,0,NULL),(41,0,'mod_articles_popular','module','mod_articles_popular',NULL,'',0,1,1,0,1,'{\"name\":\"mod_articles_popular\",\"type\":\"module\",\"creationDate\":\"2006-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\ArticlesPopular\",\"filename\":\"mod_articles_popular\"}','','',NULL,NULL,0,0,NULL),(42,0,'mod_banners','module','mod_banners',NULL,'',0,1,1,0,1,'{\"name\":\"mod_banners\",\"type\":\"module\",\"creationDate\":\"2006-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_BANNERS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Banners\",\"filename\":\"mod_banners\"}','','',NULL,NULL,0,0,NULL),(43,0,'mod_breadcrumbs','module','mod_breadcrumbs',NULL,'',0,1,1,0,1,'{\"name\":\"mod_breadcrumbs\",\"type\":\"module\",\"creationDate\":\"2006-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_BREADCRUMBS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Breadcrumbs\",\"filename\":\"mod_breadcrumbs\"}','','',NULL,NULL,0,0,NULL),(44,0,'mod_custom','module','mod_custom',NULL,'',0,1,1,0,1,'{\"name\":\"mod_custom\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_CUSTOM_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Custom\",\"filename\":\"mod_custom\"}','','',NULL,NULL,0,0,NULL),(45,0,'mod_feed','module','mod_feed',NULL,'',0,1,1,0,1,'{\"name\":\"mod_feed\",\"type\":\"module\",\"creationDate\":\"2005-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FEED_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Feed\",\"filename\":\"mod_feed\"}','','',NULL,NULL,0,0,NULL),(46,0,'mod_footer','module','mod_footer',NULL,'',0,1,1,0,1,'{\"name\":\"mod_footer\",\"type\":\"module\",\"creationDate\":\"2006-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FOOTER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Footer\",\"filename\":\"mod_footer\"}','','',NULL,NULL,0,0,NULL),(47,0,'mod_login','module','mod_login',NULL,'',0,1,1,0,1,'{\"name\":\"mod_login\",\"type\":\"module\",\"creationDate\":\"2006-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Login\",\"filename\":\"mod_login\"}','','',NULL,NULL,0,0,NULL),(48,0,'mod_menu','module','mod_menu',NULL,'',0,1,1,0,1,'{\"name\":\"mod_menu\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Menu\",\"filename\":\"mod_menu\"}','','',NULL,NULL,0,0,NULL),(49,0,'mod_articles_news','module','mod_articles_news',NULL,'',0,1,1,0,1,'{\"name\":\"mod_articles_news\",\"type\":\"module\",\"creationDate\":\"2006-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_NEWS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\ArticlesNews\",\"filename\":\"mod_articles_news\"}','','',NULL,NULL,0,0,NULL),(50,0,'mod_random_image','module','mod_random_image',NULL,'',0,1,1,0,1,'{\"name\":\"mod_random_image\",\"type\":\"module\",\"creationDate\":\"2006-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_RANDOM_IMAGE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\RandomImage\",\"filename\":\"mod_random_image\"}','','',NULL,NULL,0,0,NULL),(51,0,'mod_related_items','module','mod_related_items',NULL,'',0,1,1,0,1,'{\"name\":\"mod_related_items\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_RELATED_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\RelatedItems\",\"filename\":\"mod_related_items\"}','','',NULL,NULL,0,0,NULL),(52,0,'mod_stats','module','mod_stats',NULL,'',0,1,1,0,1,'{\"name\":\"mod_stats\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Stats\",\"filename\":\"mod_stats\"}','','',NULL,NULL,0,0,NULL),(53,0,'mod_syndicate','module','mod_syndicate',NULL,'',0,1,1,0,1,'{\"name\":\"mod_syndicate\",\"type\":\"module\",\"creationDate\":\"2006-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SYNDICATE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Syndicate\",\"filename\":\"mod_syndicate\"}','','',NULL,NULL,0,0,NULL),(54,0,'mod_users_latest','module','mod_users_latest',NULL,'',0,1,1,0,1,'{\"name\":\"mod_users_latest\",\"type\":\"module\",\"creationDate\":\"2009-12\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2009 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_USERS_LATEST_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\UsersLatest\",\"filename\":\"mod_users_latest\"}','','',NULL,NULL,0,0,NULL),(55,0,'mod_whosonline','module','mod_whosonline',NULL,'',0,1,1,0,1,'{\"name\":\"mod_whosonline\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_WHOSONLINE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Whosonline\",\"filename\":\"mod_whosonline\"}','','',NULL,NULL,0,0,NULL),(56,0,'mod_wrapper','module','mod_wrapper',NULL,'',0,1,1,0,1,'{\"name\":\"mod_wrapper\",\"type\":\"module\",\"creationDate\":\"2004-10\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_WRAPPER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Wrapper\",\"filename\":\"mod_wrapper\"}','','',NULL,NULL,0,0,NULL),(57,0,'mod_articles_category','module','mod_articles_category',NULL,'',0,1,1,0,1,'{\"name\":\"mod_articles_category\",\"type\":\"module\",\"creationDate\":\"2010-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_CATEGORY_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\ArticlesCategory\",\"filename\":\"mod_articles_category\"}','','',NULL,NULL,0,0,NULL),(58,0,'mod_articles_categories','module','mod_articles_categories',NULL,'',0,1,1,0,1,'{\"name\":\"mod_articles_categories\",\"type\":\"module\",\"creationDate\":\"2010-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\ArticlesCategories\",\"filename\":\"mod_articles_categories\"}','','',NULL,NULL,0,0,NULL),(59,0,'mod_languages','module','mod_languages',NULL,'',0,1,1,0,1,'{\"name\":\"mod_languages\",\"type\":\"module\",\"creationDate\":\"2010-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"MOD_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Languages\",\"filename\":\"mod_languages\"}','','',NULL,NULL,0,0,NULL),(60,0,'mod_finder','module','mod_finder',NULL,'',0,1,0,0,1,'{\"name\":\"mod_finder\",\"type\":\"module\",\"creationDate\":\"2011-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Finder\",\"filename\":\"mod_finder\"}','','',NULL,NULL,0,0,NULL),(61,0,'mod_custom','module','mod_custom',NULL,'',1,1,1,0,1,'{\"name\":\"mod_custom\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_CUSTOM_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_custom\"}','','',NULL,NULL,0,0,NULL),(62,0,'mod_feed','module','mod_feed',NULL,'',1,1,1,0,1,'{\"name\":\"mod_feed\",\"type\":\"module\",\"creationDate\":\"2005-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FEED_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Feed\",\"filename\":\"mod_feed\"}','','',NULL,NULL,0,0,NULL),(63,0,'mod_latest','module','mod_latest',NULL,'',1,1,1,0,1,'{\"name\":\"mod_latest\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LATEST_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Latest\",\"filename\":\"mod_latest\"}','','',NULL,NULL,0,0,NULL),(64,0,'mod_logged','module','mod_logged',NULL,'',1,1,1,0,1,'{\"name\":\"mod_logged\",\"type\":\"module\",\"creationDate\":\"2005-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGGED_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Logged\",\"filename\":\"mod_logged\"}','','',NULL,NULL,0,0,NULL),(65,0,'mod_login','module','mod_login',NULL,'',1,1,1,0,1,'{\"name\":\"mod_login\",\"type\":\"module\",\"creationDate\":\"2005-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Login\",\"filename\":\"mod_login\"}','','',NULL,NULL,0,0,NULL),(66,0,'mod_loginsupport','module','mod_loginsupport',NULL,'',1,1,1,0,1,'{\"name\":\"mod_loginsupport\",\"type\":\"module\",\"creationDate\":\"2019-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"MOD_LOGINSUPPORT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Loginsupport\",\"filename\":\"mod_loginsupport\"}','','',NULL,NULL,0,0,NULL),(67,0,'mod_menu','module','mod_menu',NULL,'',1,1,1,0,1,'{\"name\":\"mod_menu\",\"type\":\"module\",\"creationDate\":\"2006-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Menu\",\"filename\":\"mod_menu\"}','','',NULL,NULL,0,0,NULL),(68,0,'mod_popular','module','mod_popular',NULL,'',1,1,1,0,1,'{\"name\":\"mod_popular\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Popular\",\"filename\":\"mod_popular\"}','','',NULL,NULL,0,0,NULL),(69,0,'mod_quickicon','module','mod_quickicon',NULL,'',1,1,1,0,1,'{\"name\":\"mod_quickicon\",\"type\":\"module\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_QUICKICON_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Quickicon\",\"filename\":\"mod_quickicon\"}','','',NULL,NULL,0,0,NULL),(70,0,'mod_frontend','module','mod_frontend',NULL,'',1,1,1,0,1,'{\"name\":\"mod_frontend\",\"type\":\"module\",\"creationDate\":\"2019-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"MOD_FRONTEND_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_frontend\"}','','',NULL,NULL,0,0,NULL),(71,0,'mod_messages','module','mod_messages',NULL,'',1,1,1,0,1,'{\"name\":\"mod_messages\",\"type\":\"module\",\"creationDate\":\"2019-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"MOD_MESSAGES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_messages\"}','','',NULL,NULL,0,0,NULL),(72,0,'mod_post_installation_messages','module','mod_post_installation_messages',NULL,'',1,1,1,0,1,'{\"name\":\"mod_post_installation_messages\",\"type\":\"module\",\"creationDate\":\"2019-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"MOD_POST_INSTALLATION_MESSAGES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_post_installation_messages\"}','','',NULL,NULL,0,0,NULL),(73,0,'mod_user','module','mod_user',NULL,'',1,1,1,0,1,'{\"name\":\"mod_user\",\"type\":\"module\",\"creationDate\":\"2019-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"MOD_USER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_user\"}','','',NULL,NULL,0,0,NULL),(74,0,'mod_title','module','mod_title',NULL,'',1,1,1,0,1,'{\"name\":\"mod_title\",\"type\":\"module\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_TITLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_title\"}','','',NULL,NULL,0,0,NULL),(75,0,'mod_toolbar','module','mod_toolbar',NULL,'',1,1,1,0,1,'{\"name\":\"mod_toolbar\",\"type\":\"module\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_TOOLBAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_toolbar\"}','','',NULL,NULL,0,0,NULL),(76,0,'mod_multilangstatus','module','mod_multilangstatus',NULL,'',1,1,1,0,1,'{\"name\":\"mod_multilangstatus\",\"type\":\"module\",\"creationDate\":\"2011-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MULTILANGSTATUS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_multilangstatus\"}','{\"cache\":\"0\"}','',NULL,NULL,0,0,NULL),(77,0,'mod_version','module','mod_version',NULL,'',1,1,1,0,1,'{\"name\":\"mod_version\",\"type\":\"module\",\"creationDate\":\"2012-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2012 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_VERSION_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Version\",\"filename\":\"mod_version\"}','{\"cache\":\"0\"}','',NULL,NULL,0,0,NULL),(78,0,'mod_stats_admin','module','mod_stats_admin',NULL,'',1,1,1,0,1,'{\"name\":\"mod_stats_admin\",\"type\":\"module\",\"creationDate\":\"2004-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\StatsAdmin\",\"filename\":\"mod_stats_admin\"}','{\"serverinfo\":\"0\",\"siteinfo\":\"0\",\"counter\":\"0\",\"increase\":\"0\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}','',NULL,NULL,0,0,NULL),(79,0,'mod_tags_popular','module','mod_tags_popular',NULL,'',0,1,1,0,1,'{\"name\":\"mod_tags_popular\",\"type\":\"module\",\"creationDate\":\"2013-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"MOD_TAGS_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\TagsPopular\",\"filename\":\"mod_tags_popular\"}','{\"maximum\":\"5\",\"timeframe\":\"alltime\",\"owncache\":\"1\"}','',NULL,NULL,0,0,NULL),(80,0,'mod_tags_similar','module','mod_tags_similar',NULL,'',0,1,1,0,1,'{\"name\":\"mod_tags_similar\",\"type\":\"module\",\"creationDate\":\"2013-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"MOD_TAGS_SIMILAR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\TagsSimilar\",\"filename\":\"mod_tags_similar\"}','{\"maximum\":\"5\",\"matchtype\":\"any\",\"owncache\":\"1\"}','',NULL,NULL,0,0,NULL),(81,0,'mod_sampledata','module','mod_sampledata',NULL,'',1,1,1,0,1,'{\"name\":\"mod_sampledata\",\"type\":\"module\",\"creationDate\":\"2017-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.0\",\"description\":\"MOD_SAMPLEDATA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Sampledata\",\"filename\":\"mod_sampledata\"}','{}','',NULL,NULL,0,0,NULL),(82,0,'mod_latestactions','module','mod_latestactions',NULL,'',1,1,1,0,1,'{\"name\":\"mod_latestactions\",\"type\":\"module\",\"creationDate\":\"2018-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"MOD_LATESTACTIONS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\LatestActions\",\"filename\":\"mod_latestactions\"}','{}','',NULL,NULL,0,0,NULL),(83,0,'mod_privacy_dashboard','module','mod_privacy_dashboard',NULL,'',1,1,1,0,1,'{\"name\":\"mod_privacy_dashboard\",\"type\":\"module\",\"creationDate\":\"2018-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"MOD_PRIVACY_DASHBOARD_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\PrivacyDashboard\",\"filename\":\"mod_privacy_dashboard\"}','{}','',NULL,NULL,0,0,NULL),(84,0,'mod_submenu','module','mod_submenu',NULL,'',1,1,1,0,1,'{\"name\":\"mod_submenu\",\"type\":\"module\",\"creationDate\":\"2006-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SUBMENU_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\Submenu\",\"filename\":\"mod_submenu\"}','{}','',NULL,NULL,0,0,NULL),(85,0,'mod_privacy_status','module','mod_privacy_status',NULL,'',1,1,1,0,1,'{\"name\":\"mod_privacy_status\",\"type\":\"module\",\"creationDate\":\"2019-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"MOD_PRIVACY_STATUS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\PrivacyStatus\",\"filename\":\"mod_privacy_status\"}','{}','',NULL,NULL,0,0,NULL),(86,0,'mod_guidedtours','module','mod_guidedtours',NULL,'',1,1,1,0,1,'{\"name\":\"mod_guidedtours\",\"type\":\"module\",\"creationDate\":\"2023-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.3.0\",\"description\":\"MOD_GUIDEDTOURS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Module\\\\GuidedTours\",\"filename\":\"mod_guidedtours\"}','{}','',NULL,NULL,0,0,NULL),(87,0,'plg_actionlog_joomla','plugin','joomla',NULL,'actionlog',0,1,1,0,1,'{\"name\":\"plg_actionlog_joomla\",\"type\":\"plugin\",\"creationDate\":\"2018-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_ACTIONLOG_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Actionlog\\\\Joomla\",\"filename\":\"joomla\"}','{}','',NULL,NULL,1,0,NULL),(88,0,'plg_api-authentication_basic','plugin','basic',NULL,'api-authentication',0,0,1,0,1,'{\"name\":\"plg_api-authentication_basic\",\"type\":\"plugin\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_API-AUTHENTICATION_BASIC_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\ApiAuthentication\\\\Basic\",\"filename\":\"basic\"}','{}','',NULL,NULL,1,0,NULL),(89,0,'plg_api-authentication_token','plugin','token',NULL,'api-authentication',0,1,1,0,1,'{\"name\":\"plg_api-authentication_token\",\"type\":\"plugin\",\"creationDate\":\"2019-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_API-AUTHENTICATION_TOKEN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\ApiAuthentication\\\\Token\",\"filename\":\"token\"}','{}','',NULL,NULL,2,0,NULL),(90,0,'plg_authentication_cookie','plugin','cookie',NULL,'authentication',0,1,1,0,1,'{\"name\":\"plg_authentication_cookie\",\"type\":\"plugin\",\"creationDate\":\"2013-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_AUTHENTICATION_COOKIE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Authentication\\\\Cookie\",\"filename\":\"cookie\"}','','',NULL,NULL,1,0,NULL),(91,0,'plg_authentication_joomla','plugin','joomla',NULL,'authentication',0,1,1,1,1,'{\"name\":\"plg_authentication_joomla\",\"type\":\"plugin\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_AUTHENTICATION_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Authentication\\\\Joomla\",\"filename\":\"joomla\"}','','',NULL,NULL,2,0,NULL),(92,0,'plg_authentication_ldap','plugin','ldap',NULL,'authentication',0,0,1,0,1,'{\"name\":\"plg_authentication_ldap\",\"type\":\"plugin\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LDAP_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Authentication\\\\Ldap\",\"filename\":\"ldap\"}','{\"host\":\"\",\"port\":\"389\",\"use_ldapV3\":\"0\",\"negotiate_tls\":\"0\",\"no_referrals\":\"0\",\"auth_method\":\"bind\",\"base_dn\":\"\",\"search_string\":\"\",\"users_dn\":\"\",\"username\":\"admin\",\"password\":\"bobby7\",\"ldap_fullname\":\"fullName\",\"ldap_email\":\"mail\",\"ldap_uid\":\"uid\"}','',NULL,NULL,3,0,NULL),(93,0,'plg_behaviour_taggable','plugin','taggable',NULL,'behaviour',0,1,1,0,1,'{\"name\":\"plg_behaviour_taggable\",\"type\":\"plugin\",\"creationDate\":\"2015-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_BEHAVIOUR_TAGGABLE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Behaviour\\\\Taggable\",\"filename\":\"taggable\"}','{}','',NULL,NULL,1,0,NULL),(94,0,'plg_behaviour_versionable','plugin','versionable',NULL,'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\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Behaviour\\\\Versionable\",\"filename\":\"versionable\"}','{}','',NULL,NULL,2,0,NULL),(95,0,'plg_captcha_recaptcha','plugin','recaptcha',NULL,'captcha',0,1,1,0,1,'{\"name\":\"plg_captcha_recaptcha\",\"type\":\"plugin\",\"creationDate\":\"2011-12\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.4.0\",\"description\":\"PLG_CAPTCHA_RECAPTCHA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Captcha\\\\ReCaptcha\",\"filename\":\"recaptcha\"}','{\"version\":\"2.0\",\"public_key\":\"6LfzuWcpAAAAANmIiCUiCuz4HTvc0TYdX6EDlpNl\",\"private_key\":\"6LfzuWcpAAAAAIuuleL-tMfhIxmpvupAB_7anXZt\",\"theme2\":\"light\",\"size\":\"normal\",\"tabindex\":0,\"callback\":\"\",\"expired_callback\":\"\",\"error_callback\":\"\"}','',NULL,NULL,1,0,''),(96,0,'plg_captcha_recaptcha_invisible','plugin','recaptcha_invisible',NULL,'captcha',0,0,1,0,1,'{\"name\":\"plg_captcha_recaptcha_invisible\",\"type\":\"plugin\",\"creationDate\":\"2017-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8\",\"description\":\"PLG_CAPTCHA_RECAPTCHA_INVISIBLE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Captcha\\\\InvisibleReCaptcha\",\"filename\":\"recaptcha_invisible\"}','{\"public_key\":\"\",\"private_key\":\"\",\"theme\":\"clean\"}','',NULL,NULL,2,0,NULL),(97,0,'plg_content_confirmconsent','plugin','confirmconsent',NULL,'content',0,0,1,0,1,'{\"name\":\"plg_content_confirmconsent\",\"type\":\"plugin\",\"creationDate\":\"2018-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_CONTENT_CONFIRMCONSENT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\ConfirmConsent\",\"filename\":\"confirmconsent\"}','{}','',NULL,NULL,1,0,NULL),(98,0,'plg_content_contact','plugin','contact',NULL,'content',0,1,1,0,1,'{\"name\":\"plg_content_contact\",\"type\":\"plugin\",\"creationDate\":\"2014-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2014 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.2\",\"description\":\"PLG_CONTENT_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\Contact\",\"filename\":\"contact\"}','','',NULL,NULL,2,0,NULL),(99,0,'plg_content_emailcloak','plugin','emailcloak',NULL,'content',0,1,1,0,1,'{\"name\":\"plg_content_emailcloak\",\"type\":\"plugin\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_EMAILCLOAK_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\EmailCloak\",\"filename\":\"emailcloak\"}','{\"mode\":\"1\"}','',NULL,NULL,3,0,NULL),(100,0,'plg_content_fields','plugin','fields',NULL,'content',0,1,1,0,1,'{\"name\":\"plg_content_fields\",\"type\":\"plugin\",\"creationDate\":\"2017-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_CONTENT_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\Fields\",\"filename\":\"fields\"}','','',NULL,NULL,4,0,NULL),(101,0,'plg_content_finder','plugin','finder',NULL,'content',0,1,1,0,1,'{\"name\":\"plg_content_finder\",\"type\":\"plugin\",\"creationDate\":\"2011-12\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\Finder\",\"filename\":\"finder\"}','','',NULL,NULL,5,0,NULL),(102,0,'plg_content_joomla','plugin','joomla',NULL,'content',0,1,1,0,1,'{\"name\":\"plg_content_joomla\",\"type\":\"plugin\",\"creationDate\":\"2010-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\Joomla\",\"filename\":\"joomla\"}','','',NULL,NULL,6,0,NULL),(103,0,'plg_content_loadmodule','plugin','loadmodule',NULL,'content',0,1,1,0,1,'{\"name\":\"plg_content_loadmodule\",\"type\":\"plugin\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LOADMODULE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\LoadModule\",\"filename\":\"loadmodule\"}','{\"style\":\"xhtml\"}','',NULL,NULL,7,0,NULL),(104,0,'plg_content_pagebreak','plugin','pagebreak',NULL,'content',0,1,1,0,1,'{\"name\":\"plg_content_pagebreak\",\"type\":\"plugin\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_PAGEBREAK_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\PageBreak\",\"filename\":\"pagebreak\"}','{\"title\":\"1\",\"multipage_toc\":\"1\",\"showall\":\"1\"}','',NULL,NULL,8,0,NULL),(105,0,'plg_content_pagenavigation','plugin','pagenavigation',NULL,'content',0,1,1,0,1,'{\"name\":\"plg_content_pagenavigation\",\"type\":\"plugin\",\"creationDate\":\"2006-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_PAGENAVIGATION_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\PageNavigation\",\"filename\":\"pagenavigation\"}','{\"position\":\"1\"}','',NULL,NULL,9,0,NULL),(106,0,'plg_content_vote','plugin','vote',NULL,'content',0,0,1,0,1,'{\"name\":\"plg_content_vote\",\"type\":\"plugin\",\"creationDate\":\"2005-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_VOTE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Content\\\\Vote\",\"filename\":\"vote\"}','','',NULL,NULL,10,0,NULL),(107,0,'plg_editors-xtd_article','plugin','article',NULL,'editors-xtd',0,1,1,0,1,'{\"name\":\"plg_editors-xtd_article\",\"type\":\"plugin\",\"creationDate\":\"2009-10\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2009 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_ARTICLE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\Article\",\"filename\":\"article\"}','','',NULL,NULL,1,0,NULL),(108,0,'plg_editors-xtd_contact','plugin','contact',NULL,'editors-xtd',0,1,1,0,1,'{\"name\":\"plg_editors-xtd_contact\",\"type\":\"plugin\",\"creationDate\":\"2016-10\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\Contact\",\"filename\":\"contact\"}','','',NULL,NULL,2,0,NULL),(109,0,'plg_editors-xtd_fields','plugin','fields',NULL,'editors-xtd',0,1,1,0,1,'{\"name\":\"plg_editors-xtd_fields\",\"type\":\"plugin\",\"creationDate\":\"2017-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\Fields\",\"filename\":\"fields\"}','','',NULL,NULL,3,0,NULL),(110,0,'plg_editors-xtd_image','plugin','image',NULL,'editors-xtd',0,1,1,0,1,'{\"name\":\"plg_editors-xtd_image\",\"type\":\"plugin\",\"creationDate\":\"2004-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_IMAGE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\Image\",\"filename\":\"image\"}','','',NULL,NULL,4,0,NULL),(111,0,'plg_editors-xtd_menu','plugin','menu',NULL,'editors-xtd',0,1,1,0,1,'{\"name\":\"plg_editors-xtd_menu\",\"type\":\"plugin\",\"creationDate\":\"2016-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\Menu\",\"filename\":\"menu\"}','','',NULL,NULL,5,0,NULL),(112,0,'plg_editors-xtd_module','plugin','module',NULL,'editors-xtd',0,1,1,0,1,'{\"name\":\"plg_editors-xtd_module\",\"type\":\"plugin\",\"creationDate\":\"2015-10\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2015 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_MODULE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\Module\",\"filename\":\"module\"}','','',NULL,NULL,6,0,NULL),(113,0,'plg_editors-xtd_pagebreak','plugin','pagebreak',NULL,'editors-xtd',0,1,1,0,1,'{\"name\":\"plg_editors-xtd_pagebreak\",\"type\":\"plugin\",\"creationDate\":\"2004-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_EDITORSXTD_PAGEBREAK_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\PageBreak\",\"filename\":\"pagebreak\"}','','',NULL,NULL,7,0,NULL),(114,0,'plg_editors-xtd_readmore','plugin','readmore',NULL,'editors-xtd',0,1,1,0,1,'{\"name\":\"plg_editors-xtd_readmore\",\"type\":\"plugin\",\"creationDate\":\"2006-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_READMORE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\EditorsXtd\\\\ReadMore\",\"filename\":\"readmore\"}','','',NULL,NULL,8,0,NULL),(115,0,'plg_editors_codemirror','plugin','codemirror',NULL,'editors',0,1,1,0,1,'{\"name\":\"plg_editors_codemirror\",\"type\":\"plugin\",\"creationDate\":\"28 March 2011\",\"author\":\"Marijn Haverbeke\",\"copyright\":\"Copyright (C) 2014 - 2021 by Marijn Haverbeke <[email protected]> and others\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/codemirror.net\\/\",\"version\":\"5.65.15\",\"description\":\"PLG_CODEMIRROR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Editors\\\\CodeMirror\",\"filename\":\"codemirror\"}','{\"lineNumbers\":\"1\",\"lineWrapping\":\"1\",\"matchTags\":\"1\",\"matchBrackets\":\"1\",\"marker-gutter\":\"1\",\"autoCloseTags\":\"1\",\"autoCloseBrackets\":\"1\",\"autoFocus\":\"1\",\"theme\":\"default\",\"tabmode\":\"indent\"}','',NULL,NULL,1,0,NULL),(116,0,'plg_editors_none','plugin','none',NULL,'editors',0,1,1,1,1,'{\"name\":\"plg_editors_none\",\"type\":\"plugin\",\"creationDate\":\"2005-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_NONE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Editors\\\\None\",\"filename\":\"none\"}','','',NULL,NULL,2,0,NULL),(117,0,'plg_editors_tinymce','plugin','tinymce',NULL,'editors',0,1,1,0,1,'{\"name\":\"plg_editors_tinymce\",\"type\":\"plugin\",\"creationDate\":\"2005-08\",\"author\":\"Tiny Technologies, Inc\",\"copyright\":\"Tiny Technologies, Inc\",\"authorEmail\":\"N\\/A\",\"authorUrl\":\"https:\\/\\/www.tiny.cloud\",\"version\":\"5.10.7\",\"description\":\"PLG_TINY_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Editors\\\\TinyMCE\",\"filename\":\"tinymce\"}','{\"configuration\":{\"toolbars\":{\"2\":{\"toolbar1\":[\"bold\",\"underline\",\"strikethrough\",\"|\",\"undo\",\"redo\",\"|\",\"bullist\",\"numlist\",\"|\",\"pastetext\"]},\"1\":{\"menu\":[\"edit\",\"insert\",\"view\",\"format\",\"table\",\"tools\"],\"toolbar1\":[\"bold\",\"italic\",\"underline\",\"strikethrough\",\"|\",\"alignleft\",\"aligncenter\",\"alignright\",\"alignjustify\",\"|\",\"formatselect\",\"|\",\"bullist\",\"numlist\",\"|\",\"outdent\",\"indent\",\"|\",\"undo\",\"redo\",\"|\",\"link\",\"unlink\",\"anchor\",\"code\",\"|\",\"hr\",\"table\",\"|\",\"subscript\",\"superscript\",\"|\",\"charmap\",\"pastetext\",\"preview\"]},\"0\":{\"menu\":[\"edit\",\"insert\",\"view\",\"format\",\"table\",\"tools\"],\"toolbar1\":[\"bold\",\"italic\",\"underline\",\"strikethrough\",\"|\",\"alignleft\",\"aligncenter\",\"alignright\",\"alignjustify\",\"|\",\"styleselect\",\"|\",\"formatselect\",\"fontselect\",\"fontsizeselect\",\"|\",\"searchreplace\",\"|\",\"bullist\",\"numlist\",\"|\",\"outdent\",\"indent\",\"|\",\"undo\",\"redo\",\"|\",\"link\",\"unlink\",\"anchor\",\"image\",\"|\",\"code\",\"|\",\"forecolor\",\"backcolor\",\"|\",\"fullscreen\",\"|\",\"table\",\"|\",\"subscript\",\"superscript\",\"|\",\"charmap\",\"emoticons\",\"media\",\"hr\",\"ltr\",\"rtl\",\"|\",\"cut\",\"copy\",\"paste\",\"pastetext\",\"|\",\"visualchars\",\"visualblocks\",\"nonbreaking\",\"blockquote\",\"template\",\"|\",\"print\",\"preview\",\"codesample\",\"insertdatetime\",\"removeformat\"]}},\"setoptions\":{\"2\":{\"access\":[\"1\"],\"skin\":\"0\",\"skin_admin\":\"0\",\"mobile\":\"0\",\"drag_drop\":\"1\",\"path\":\"\",\"entity_encoding\":\"raw\",\"lang_mode\":\"1\",\"text_direction\":\"ltr\",\"content_css\":\"1\",\"content_css_custom\":\"\",\"relative_urls\":\"1\",\"newlines\":\"0\",\"use_config_textfilters\":\"0\",\"invalid_elements\":\"script,applet,iframe\",\"valid_elements\":\"\",\"extended_elements\":\"\",\"resizing\":\"1\",\"resize_horizontal\":\"1\",\"element_path\":\"1\",\"wordcount\":\"1\",\"image_advtab\":\"0\",\"advlist\":\"1\",\"autosave\":\"1\",\"contextmenu\":\"1\",\"custom_plugin\":\"\",\"custom_button\":\"\"},\"1\":{\"access\":[\"6\",\"2\"],\"skin\":\"0\",\"skin_admin\":\"0\",\"mobile\":\"0\",\"drag_drop\":\"1\",\"path\":\"\",\"entity_encoding\":\"raw\",\"lang_mode\":\"1\",\"text_direction\":\"ltr\",\"content_css\":\"1\",\"content_css_custom\":\"\",\"relative_urls\":\"1\",\"newlines\":\"0\",\"use_config_textfilters\":\"0\",\"invalid_elements\":\"script,applet,iframe\",\"valid_elements\":\"\",\"extended_elements\":\"\",\"resizing\":\"1\",\"resize_horizontal\":\"1\",\"element_path\":\"1\",\"wordcount\":\"1\",\"image_advtab\":\"0\",\"advlist\":\"1\",\"autosave\":\"1\",\"contextmenu\":\"1\",\"custom_plugin\":\"\",\"custom_button\":\"\"},\"0\":{\"access\":[\"7\",\"4\",\"8\"],\"skin\":\"0\",\"skin_admin\":\"0\",\"mobile\":\"0\",\"drag_drop\":\"1\",\"path\":\"\",\"entity_encoding\":\"raw\",\"lang_mode\":\"1\",\"text_direction\":\"ltr\",\"content_css\":\"1\",\"content_css_custom\":\"\",\"relative_urls\":\"1\",\"newlines\":\"0\",\"use_config_textfilters\":\"0\",\"invalid_elements\":\"script,applet,iframe\",\"valid_elements\":\"\",\"extended_elements\":\"\",\"resizing\":\"1\",\"resize_horizontal\":\"1\",\"element_path\":\"1\",\"wordcount\":\"1\",\"image_advtab\":\"1\",\"advlist\":\"1\",\"autosave\":\"1\",\"contextmenu\":\"1\",\"custom_plugin\":\"\",\"custom_button\":\"\"}}},\"sets_amount\":3,\"html_height\":\"550\",\"html_width\":\"750\"}','',NULL,NULL,3,0,NULL),(118,0,'plg_extension_finder','plugin','finder',NULL,'extension',0,1,1,0,1,'{\"name\":\"plg_extension_finder\",\"type\":\"plugin\",\"creationDate\":\"2018-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_EXTENSION_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Extension\\\\Finder\",\"filename\":\"finder\"}','','',NULL,NULL,1,0,NULL),(119,0,'plg_extension_joomla','plugin','joomla',NULL,'extension',0,1,1,0,1,'{\"name\":\"plg_extension_joomla\",\"type\":\"plugin\",\"creationDate\":\"2010-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_EXTENSION_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Extension\\\\Joomla\",\"filename\":\"joomla\"}','','',NULL,NULL,2,0,NULL),(120,0,'plg_extension_namespacemap','plugin','namespacemap',NULL,'extension',0,1,1,1,1,'{\"name\":\"plg_extension_namespacemap\",\"type\":\"plugin\",\"creationDate\":\"2017-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_EXTENSION_NAMESPACEMAP_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Extension\\\\NamespaceMap\",\"filename\":\"namespacemap\"}','{}','',NULL,NULL,3,0,NULL),(121,0,'plg_fields_calendar','plugin','calendar',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_calendar\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_CALENDAR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Calendar\",\"filename\":\"calendar\"}','','',NULL,NULL,1,0,NULL),(122,0,'plg_fields_checkboxes','plugin','checkboxes',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_checkboxes\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_CHECKBOXES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Checkboxes\",\"filename\":\"checkboxes\"}','','',NULL,NULL,2,0,NULL),(123,0,'plg_fields_color','plugin','color',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_color\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_COLOR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Color\",\"filename\":\"color\"}','','',NULL,NULL,3,0,NULL),(124,0,'plg_fields_editor','plugin','editor',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_editor\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_EDITOR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Editor\",\"filename\":\"editor\"}','{\"buttons\":0,\"width\":\"100%\",\"height\":\"250px\",\"filter\":\"JComponentHelper::filterText\"}','',NULL,NULL,4,0,NULL),(125,0,'plg_fields_imagelist','plugin','imagelist',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_imagelist\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_IMAGELIST_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Imagelist\",\"filename\":\"imagelist\"}','','',NULL,NULL,5,0,NULL),(126,0,'plg_fields_integer','plugin','integer',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_integer\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_INTEGER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Integer\",\"filename\":\"integer\"}','{\"multiple\":\"0\",\"first\":\"1\",\"last\":\"100\",\"step\":\"1\"}','',NULL,NULL,6,0,NULL),(127,0,'plg_fields_list','plugin','list',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_list\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_LIST_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\ListField\",\"filename\":\"list\"}','','',NULL,NULL,7,0,NULL),(128,0,'plg_fields_media','plugin','media',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_media\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_MEDIA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Media\",\"filename\":\"media\"}','','',NULL,NULL,8,0,NULL),(129,0,'plg_fields_radio','plugin','radio',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_radio\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_RADIO_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Radio\",\"filename\":\"radio\"}','','',NULL,NULL,9,0,NULL),(130,0,'plg_fields_sql','plugin','sql',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_sql\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_SQL_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\SQL\",\"filename\":\"sql\"}','','',NULL,NULL,10,0,NULL),(131,0,'plg_fields_subform','plugin','subform',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_subform\",\"type\":\"plugin\",\"creationDate\":\"2017-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_FIELDS_SUBFORM_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Subform\",\"filename\":\"subform\"}','','',NULL,NULL,11,0,NULL),(132,0,'plg_fields_text','plugin','text',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_text\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_TEXT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Text\",\"filename\":\"text\"}','','',NULL,NULL,12,0,NULL),(133,0,'plg_fields_textarea','plugin','textarea',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_textarea\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_TEXTAREA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Textarea\",\"filename\":\"textarea\"}','{\"rows\":10,\"cols\":10,\"maxlength\":\"\",\"filter\":\"JComponentHelper::filterText\"}','',NULL,NULL,13,0,NULL),(134,0,'plg_fields_url','plugin','url',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_url\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_URL_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\Url\",\"filename\":\"url\"}','','',NULL,NULL,14,0,NULL),(135,0,'plg_fields_user','plugin','user',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_user\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_USER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\User\",\"filename\":\"user\"}','','',NULL,NULL,15,0,NULL),(136,0,'plg_fields_usergrouplist','plugin','usergrouplist',NULL,'fields',0,1,1,0,1,'{\"name\":\"plg_fields_usergrouplist\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_USERGROUPLIST_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Fields\\\\UsergroupList\",\"filename\":\"usergrouplist\"}','','',NULL,NULL,16,0,NULL),(137,0,'plg_filesystem_local','plugin','local',NULL,'filesystem',0,1,1,0,1,'{\"name\":\"plg_filesystem_local\",\"type\":\"plugin\",\"creationDate\":\"2017-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_FILESYSTEM_LOCAL_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Filesystem\\\\Local\",\"filename\":\"local\"}','{}','',NULL,NULL,1,0,NULL),(138,0,'plg_finder_categories','plugin','categories',NULL,'finder',0,1,1,0,1,'{\"name\":\"plg_finder_categories\",\"type\":\"plugin\",\"creationDate\":\"2011-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Finder\\\\Categories\",\"filename\":\"categories\"}','','',NULL,NULL,1,0,NULL),(139,0,'plg_finder_contacts','plugin','contacts',NULL,'finder',0,1,1,0,1,'{\"name\":\"plg_finder_contacts\",\"type\":\"plugin\",\"creationDate\":\"2011-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CONTACTS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Finder\\\\Contacts\",\"filename\":\"contacts\"}','','',NULL,NULL,2,0,NULL),(140,0,'plg_finder_content','plugin','content',NULL,'finder',0,1,1,0,1,'{\"name\":\"plg_finder_content\",\"type\":\"plugin\",\"creationDate\":\"2011-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Finder\\\\Content\",\"filename\":\"content\"}','','',NULL,NULL,3,0,NULL),(141,0,'plg_finder_newsfeeds','plugin','newsfeeds',NULL,'finder',0,1,1,0,1,'{\"name\":\"plg_finder_newsfeeds\",\"type\":\"plugin\",\"creationDate\":\"2011-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Finder\\\\Newsfeeds\",\"filename\":\"newsfeeds\"}','','',NULL,NULL,4,0,NULL),(142,0,'plg_finder_tags','plugin','tags',NULL,'finder',0,1,1,0,1,'{\"name\":\"plg_finder_tags\",\"type\":\"plugin\",\"creationDate\":\"2013-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Finder\\\\Tags\",\"filename\":\"tags\"}','','',NULL,NULL,5,0,NULL),(143,0,'plg_installer_folderinstaller','plugin','folderinstaller',NULL,'installer',0,1,1,0,1,'{\"name\":\"plg_installer_folderinstaller\",\"type\":\"plugin\",\"creationDate\":\"2016-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_FOLDERINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Installer\\\\Folder\",\"filename\":\"folderinstaller\"}','','',NULL,NULL,2,0,NULL),(144,0,'plg_installer_override','plugin','override',NULL,'installer',0,1,1,0,1,'{\"name\":\"plg_installer_override\",\"type\":\"plugin\",\"creationDate\":\"2018-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_INSTALLER_OVERRIDE_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Installer\\\\Override\",\"filename\":\"override\"}','','',NULL,NULL,4,0,NULL),(145,0,'plg_installer_packageinstaller','plugin','packageinstaller',NULL,'installer',0,1,1,0,1,'{\"name\":\"plg_installer_packageinstaller\",\"type\":\"plugin\",\"creationDate\":\"2016-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_PACKAGEINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Installer\\\\Package\",\"filename\":\"packageinstaller\"}','','',NULL,NULL,1,0,NULL),(146,0,'plg_installer_urlinstaller','plugin','urlinstaller',NULL,'installer',0,1,1,0,1,'{\"name\":\"plg_installer_urlinstaller\",\"type\":\"plugin\",\"creationDate\":\"2016-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_URLINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Installer\\\\Url\",\"filename\":\"urlinstaller\"}','','',NULL,NULL,3,0,NULL),(147,0,'plg_installer_webinstaller','plugin','webinstaller',NULL,'installer',0,1,1,0,1,'{\"name\":\"plg_installer_webinstaller\",\"type\":\"plugin\",\"creationDate\":\"2017-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_INSTALLER_WEBINSTALLER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Installer\\\\Web\",\"filename\":\"webinstaller\"}','{\"tab_position\":\"1\"}','',NULL,NULL,5,0,NULL),(148,0,'plg_media-action_crop','plugin','crop',NULL,'media-action',0,1,1,0,1,'{\"name\":\"plg_media-action_crop\",\"type\":\"plugin\",\"creationDate\":\"2017-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_MEDIA-ACTION_CROP_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\MediaAction\\\\Crop\",\"filename\":\"crop\"}','{}','',NULL,NULL,1,0,NULL),(149,0,'plg_media-action_resize','plugin','resize',NULL,'media-action',0,1,1,0,1,'{\"name\":\"plg_media-action_resize\",\"type\":\"plugin\",\"creationDate\":\"2017-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_MEDIA-ACTION_RESIZE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\MediaAction\\\\Resize\",\"filename\":\"resize\"}','{}','',NULL,NULL,2,0,NULL),(150,0,'plg_media-action_rotate','plugin','rotate',NULL,'media-action',0,1,1,0,1,'{\"name\":\"plg_media-action_rotate\",\"type\":\"plugin\",\"creationDate\":\"2017-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_MEDIA-ACTION_ROTATE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\MediaAction\\\\Rotate\",\"filename\":\"rotate\"}','{}','',NULL,NULL,3,0,NULL),(151,0,'plg_privacy_actionlogs','plugin','actionlogs',NULL,'privacy',0,1,1,0,1,'{\"name\":\"plg_privacy_actionlogs\",\"type\":\"plugin\",\"creationDate\":\"2018-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Privacy\\\\Actionlogs\",\"filename\":\"actionlogs\"}','{}','',NULL,NULL,1,0,NULL),(152,0,'plg_privacy_consents','plugin','consents',NULL,'privacy',0,1,1,0,1,'{\"name\":\"plg_privacy_consents\",\"type\":\"plugin\",\"creationDate\":\"2018-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONSENTS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Privacy\\\\Consents\",\"filename\":\"consents\"}','{}','',NULL,NULL,2,0,NULL),(153,0,'plg_privacy_contact','plugin','contact',NULL,'privacy',0,1,1,0,1,'{\"name\":\"plg_privacy_contact\",\"type\":\"plugin\",\"creationDate\":\"2018-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Privacy\\\\Contact\",\"filename\":\"contact\"}','{}','',NULL,NULL,3,0,NULL),(154,0,'plg_privacy_content','plugin','content',NULL,'privacy',0,1,1,0,1,'{\"name\":\"plg_privacy_content\",\"type\":\"plugin\",\"creationDate\":\"2018-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Privacy\\\\Content\",\"filename\":\"content\"}','{}','',NULL,NULL,4,0,NULL),(155,0,'plg_privacy_message','plugin','message',NULL,'privacy',0,1,1,0,1,'{\"name\":\"plg_privacy_message\",\"type\":\"plugin\",\"creationDate\":\"2018-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_MESSAGE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Privacy\\\\Message\",\"filename\":\"message\"}','{}','',NULL,NULL,5,0,NULL),(156,0,'plg_privacy_user','plugin','user',NULL,'privacy',0,1,1,0,1,'{\"name\":\"plg_privacy_user\",\"type\":\"plugin\",\"creationDate\":\"2018-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_USER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Privacy\\\\User\",\"filename\":\"user\"}','{}','',NULL,NULL,6,0,NULL),(157,0,'plg_quickicon_joomlaupdate','plugin','joomlaupdate',NULL,'quickicon',0,1,1,0,1,'{\"name\":\"plg_quickicon_joomlaupdate\",\"type\":\"plugin\",\"creationDate\":\"2011-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_QUICKICON_JOOMLAUPDATE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\Joomlaupdate\",\"filename\":\"joomlaupdate\"}','','',NULL,NULL,1,0,NULL),(158,0,'plg_quickicon_extensionupdate','plugin','extensionupdate',NULL,'quickicon',0,1,1,0,1,'{\"name\":\"plg_quickicon_extensionupdate\",\"type\":\"plugin\",\"creationDate\":\"2011-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_QUICKICON_EXTENSIONUPDATE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\Extensionupdate\",\"filename\":\"extensionupdate\"}','','',NULL,NULL,2,0,NULL),(159,0,'plg_quickicon_overridecheck','plugin','overridecheck',NULL,'quickicon',0,1,1,0,1,'{\"name\":\"plg_quickicon_overridecheck\",\"type\":\"plugin\",\"creationDate\":\"2018-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_QUICKICON_OVERRIDECHECK_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\OverrideCheck\",\"filename\":\"overridecheck\"}','','',NULL,NULL,3,0,NULL),(160,0,'plg_quickicon_downloadkey','plugin','downloadkey',NULL,'quickicon',0,1,1,0,1,'{\"name\":\"plg_quickicon_downloadkey\",\"type\":\"plugin\",\"creationDate\":\"2019-10\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_QUICKICON_DOWNLOADKEY_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\Downloadkey\",\"filename\":\"downloadkey\"}','','',NULL,NULL,4,0,NULL),(161,0,'plg_quickicon_privacycheck','plugin','privacycheck',NULL,'quickicon',0,1,1,0,1,'{\"name\":\"plg_quickicon_privacycheck\",\"type\":\"plugin\",\"creationDate\":\"2018-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_QUICKICON_PRIVACYCHECK_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\PrivacyCheck\",\"filename\":\"privacycheck\"}','{}','',NULL,NULL,5,0,NULL),(162,0,'plg_quickicon_phpversioncheck','plugin','phpversioncheck',NULL,'quickicon',0,1,1,0,1,'{\"name\":\"plg_quickicon_phpversioncheck\",\"type\":\"plugin\",\"creationDate\":\"2016-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_QUICKICON_PHPVERSIONCHECK_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\PhpVersionCheck\",\"filename\":\"phpversioncheck\"}','','',NULL,NULL,6,0,NULL),(163,0,'plg_sampledata_blog','plugin','blog',NULL,'sampledata',0,1,1,0,1,'{\"name\":\"plg_sampledata_blog\",\"type\":\"plugin\",\"creationDate\":\"2017-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.0\",\"description\":\"PLG_SAMPLEDATA_BLOG_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\SampleData\\\\Blog\",\"filename\":\"blog\"}','','',NULL,NULL,1,0,NULL),(164,0,'plg_sampledata_multilang','plugin','multilang',NULL,'sampledata',0,1,1,0,1,'{\"name\":\"plg_sampledata_multilang\",\"type\":\"plugin\",\"creationDate\":\"2018-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_SAMPLEDATA_MULTILANG_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\SampleData\\\\MultiLanguage\",\"filename\":\"multilang\"}','','',NULL,NULL,2,0,NULL),(165,0,'plg_system_accessibility','plugin','accessibility',NULL,'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\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Accessibility\",\"filename\":\"accessibility\"}','{\"section\":\"site\",\"useEmojis\":\"true\"}','',NULL,NULL,1,0,''),(166,0,'plg_system_actionlogs','plugin','actionlogs',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_actionlogs\",\"type\":\"plugin\",\"creationDate\":\"2018-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\ActionLogs\",\"filename\":\"actionlogs\"}','{}','',NULL,NULL,2,0,NULL),(167,0,'plg_system_cache','plugin','cache',NULL,'system',0,0,1,0,1,'{\"name\":\"plg_system_cache\",\"type\":\"plugin\",\"creationDate\":\"2007-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CACHE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Cache\",\"filename\":\"cache\"}','{\"browsercache\":\"0\",\"cachetime\":\"15\"}','',NULL,NULL,3,0,NULL),(168,0,'plg_system_debug','plugin','debug',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_debug\",\"type\":\"plugin\",\"creationDate\":\"2006-12\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_DEBUG_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Debug\",\"filename\":\"debug\"}','{\"profile\":\"1\",\"queries\":\"1\",\"memory\":\"1\",\"language_files\":\"1\",\"language_strings\":\"1\",\"strip-first\":\"1\",\"strip-prefix\":\"\",\"strip-suffix\":\"\"}','',NULL,NULL,4,0,NULL),(169,0,'plg_system_fields','plugin','fields',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_fields\",\"type\":\"plugin\",\"creationDate\":\"2016-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_SYSTEM_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Fields\",\"filename\":\"fields\"}','','',NULL,NULL,5,0,NULL),(170,0,'plg_system_highlight','plugin','highlight',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_highlight\",\"type\":\"plugin\",\"creationDate\":\"2011-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_HIGHLIGHT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Highlight\",\"filename\":\"highlight\"}','','',NULL,NULL,6,0,NULL),(171,0,'plg_system_httpheaders','plugin','httpheaders',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_httpheaders\",\"type\":\"plugin\",\"creationDate\":\"2017-10\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_SYSTEM_HTTPHEADERS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Httpheaders\",\"filename\":\"httpheaders\"}','{}','',NULL,NULL,7,0,NULL),(172,0,'plg_system_jooa11y','plugin','jooa11y',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_jooa11y\",\"type\":\"plugin\",\"creationDate\":\"2022-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.2.0\",\"description\":\"PLG_SYSTEM_JOOA11Y_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Jooa11y\",\"filename\":\"jooa11y\"}','{\"showAlways\":0,\"checkRoot\":\"main\",\"readabilityRoot\":\"main\",\"containerIgnore\":\"\"}','',NULL,NULL,8,0,''),(173,0,'plg_system_languagecode','plugin','languagecode',NULL,'system',0,0,1,0,1,'{\"name\":\"plg_system_languagecode\",\"type\":\"plugin\",\"creationDate\":\"2011-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2011 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LANGUAGECODE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\LanguageCode\",\"filename\":\"languagecode\"}','','',NULL,NULL,9,0,NULL),(174,0,'plg_system_languagefilter','plugin','languagefilter',NULL,'system',0,0,1,0,1,'{\"name\":\"plg_system_languagefilter\",\"type\":\"plugin\",\"creationDate\":\"2010-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2010 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LANGUAGEFILTER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\LanguageFilter\",\"filename\":\"languagefilter\"}','','',NULL,NULL,10,0,NULL),(175,0,'plg_system_log','plugin','log',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_log\",\"type\":\"plugin\",\"creationDate\":\"2007-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LOG_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Log\",\"filename\":\"log\"}','','',NULL,NULL,11,0,NULL),(176,0,'plg_system_logout','plugin','logout',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_logout\",\"type\":\"plugin\",\"creationDate\":\"2009-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2009 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LOGOUT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Logout\",\"filename\":\"logout\"}','','',NULL,NULL,12,0,NULL),(177,0,'plg_system_logrotation','plugin','logrotation',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_logrotation\",\"type\":\"plugin\",\"creationDate\":\"2018-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_LOGROTATION_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\LogRotation\",\"filename\":\"logrotation\"}','{\"lastrun\":1777420108}','',NULL,NULL,13,0,NULL),(178,0,'plg_system_privacyconsent','plugin','privacyconsent',NULL,'system',0,0,1,0,1,'{\"name\":\"plg_system_privacyconsent\",\"type\":\"plugin\",\"creationDate\":\"2018-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_PRIVACYCONSENT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\PrivacyConsent\",\"filename\":\"privacyconsent\"}','{}','',NULL,NULL,14,0,NULL),(179,0,'plg_system_redirect','plugin','redirect',NULL,'system',0,0,1,0,1,'{\"name\":\"plg_system_redirect\",\"type\":\"plugin\",\"creationDate\":\"2009-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2009 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_REDIRECT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Redirect\",\"filename\":\"redirect\"}','','',NULL,NULL,15,0,NULL),(180,0,'plg_system_remember','plugin','remember',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_remember\",\"type\":\"plugin\",\"creationDate\":\"2007-04\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_REMEMBER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Remember\",\"filename\":\"remember\"}','','',NULL,NULL,16,0,NULL),(181,0,'plg_system_schedulerunner','plugin','schedulerunner',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_schedulerunner\",\"type\":\"plugin\",\"creationDate\":\"2021-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.1\",\"description\":\"PLG_SYSTEM_SCHEDULERUNNER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\ScheduleRunner\",\"filename\":\"schedulerunner\"}','{}','',NULL,NULL,17,0,NULL),(182,0,'plg_system_sef','plugin','sef',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_sef\",\"type\":\"plugin\",\"creationDate\":\"2007-12\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2007 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEF_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Sef\",\"filename\":\"sef\"}','','',NULL,NULL,18,0,NULL),(183,0,'plg_system_sessiongc','plugin','sessiongc',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_sessiongc\",\"type\":\"plugin\",\"creationDate\":\"2018-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.6\",\"description\":\"PLG_SYSTEM_SESSIONGC_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\SessionGC\",\"filename\":\"sessiongc\"}','','',NULL,NULL,19,0,NULL),(184,0,'plg_system_shortcut','plugin','shortcut',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_shortcut\",\"type\":\"plugin\",\"creationDate\":\"2022-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2022 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.2.0\",\"description\":\"PLG_SYSTEM_SHORTCUT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Shortcut\",\"filename\":\"shortcut\"}','{}','',NULL,NULL,0,0,NULL),(185,0,'plg_system_skipto','plugin','skipto',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_skipto\",\"type\":\"plugin\",\"creationDate\":\"2020-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_SYSTEM_SKIPTO_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Skipto\",\"filename\":\"skipto\"}','{}','',NULL,NULL,20,0,NULL),(186,0,'plg_system_stats','plugin','stats',NULL,'system',0,0,1,0,1,'{\"name\":\"plg_system_stats\",\"type\":\"plugin\",\"creationDate\":\"2013-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_SYSTEM_STATS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Stats\",\"filename\":\"stats\"}','{\"mode\":3,\"lastrun\":\"\",\"unique_id\":\"2547acc640ce079b47b2d2b0409b7fd00647928a\",\"interval\":12}','',NULL,NULL,21,0,NULL),(187,0,'plg_system_task_notification','plugin','tasknotification',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_task_notification\",\"type\":\"plugin\",\"creationDate\":\"2021-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.1\",\"description\":\"PLG_SYSTEM_TASK_NOTIFICATION_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\TaskNotification\",\"filename\":\"tasknotification\"}','','',NULL,NULL,22,0,NULL),(188,0,'plg_system_updatenotification','plugin','updatenotification',NULL,'system',0,0,1,0,1,'{\"name\":\"plg_system_updatenotification\",\"type\":\"plugin\",\"creationDate\":\"2015-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2015 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_SYSTEM_UPDATENOTIFICATION_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\UpdateNotification\",\"filename\":\"updatenotification\"}','{\"lastrun\":1712060316}','',NULL,NULL,23,0,NULL),(189,0,'plg_system_webauthn','plugin','webauthn',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_webauthn\",\"type\":\"plugin\",\"creationDate\":\"2019-07-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_SYSTEM_WEBAUTHN_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\Webauthn\",\"filename\":\"webauthn\"}','{}','',NULL,NULL,24,0,NULL),(190,0,'plg_task_check_files','plugin','checkfiles',NULL,'task',0,1,1,0,1,'{\"name\":\"plg_task_check_files\",\"type\":\"plugin\",\"creationDate\":\"2021-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.1\",\"description\":\"PLG_TASK_CHECK_FILES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\Checkfiles\",\"filename\":\"checkfiles\"}','{}','',NULL,NULL,1,0,NULL),(191,0,'plg_task_demo_tasks','plugin','demotasks',NULL,'task',0,1,1,0,1,'{\"name\":\"plg_task_demo_tasks\",\"type\":\"plugin\",\"creationDate\":\"2021-07\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.1\",\"description\":\"PLG_TASK_DEMO_TASKS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\DemoTasks\",\"filename\":\"demotasks\"}','{}','',NULL,NULL,2,0,NULL),(192,0,'plg_task_requests','plugin','requests',NULL,'task',0,1,1,0,1,'{\"name\":\"plg_task_requests\",\"type\":\"plugin\",\"creationDate\":\"2021-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.1\",\"description\":\"PLG_TASK_REQUESTS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\Requests\",\"filename\":\"requests\"}','{}','',NULL,NULL,3,0,NULL),(193,0,'plg_task_site_status','plugin','sitestatus',NULL,'task',0,1,1,0,1,'{\"name\":\"plg_task_site_status\",\"type\":\"plugin\",\"creationDate\":\"2021-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.1\",\"description\":\"PLG_TASK_SITE_STATUS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Task\\\\SiteStatus\",\"filename\":\"sitestatus\"}','{}','',NULL,NULL,4,0,NULL),(194,0,'plg_multifactorauth_totp','plugin','totp',NULL,'multifactorauth',0,1,1,0,1,'{\"name\":\"plg_multifactorauth_totp\",\"type\":\"plugin\",\"creationDate\":\"2013-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"PLG_MULTIFACTORAUTH_TOTP_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Multifactorauth\\\\Totp\",\"filename\":\"totp\"}','','',NULL,NULL,1,0,NULL),(195,0,'plg_multifactorauth_yubikey','plugin','yubikey',NULL,'multifactorauth',0,1,1,0,1,'{\"name\":\"plg_multifactorauth_yubikey\",\"type\":\"plugin\",\"creationDate\":\"2013-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"PLG_MULTIFACTORAUTH_YUBIKEY_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Multifactorauth\\\\Yubikey\",\"filename\":\"yubikey\"}','','',NULL,NULL,2,0,NULL),(196,0,'plg_multifactorauth_webauthn','plugin','webauthn',NULL,'multifactorauth',0,1,1,0,1,'{\"name\":\"plg_multifactorauth_webauthn\",\"type\":\"plugin\",\"creationDate\":\"2022-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2022 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.2.0\",\"description\":\"PLG_MULTIFACTORAUTH_WEBAUTHN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Multifactorauth\\\\Webauthn\",\"filename\":\"webauthn\"}','','',NULL,NULL,3,0,NULL),(197,0,'plg_multifactorauth_email','plugin','email',NULL,'multifactorauth',0,1,1,0,1,'{\"name\":\"plg_multifactorauth_email\",\"type\":\"plugin\",\"creationDate\":\"2022-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2022 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.2.0\",\"description\":\"PLG_MULTIFACTORAUTH_EMAIL_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Multifactorauth\\\\Email\",\"filename\":\"email\"}','','',NULL,NULL,4,0,NULL),(198,0,'plg_multifactorauth_fixed','plugin','fixed',NULL,'multifactorauth',0,0,1,0,1,'{\"name\":\"plg_multifactorauth_fixed\",\"type\":\"plugin\",\"creationDate\":\"2022-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2022 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.2.0\",\"description\":\"PLG_MULTIFACTORAUTH_FIXED_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Multifactorauth\\\\Fixed\",\"filename\":\"fixed\"}','','',NULL,NULL,5,0,NULL),(199,0,'plg_user_contactcreator','plugin','contactcreator',NULL,'user',0,0,1,0,1,'{\"name\":\"plg_user_contactcreator\",\"type\":\"plugin\",\"creationDate\":\"2009-08\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2009 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTACTCREATOR_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\User\\\\ContactCreator\",\"filename\":\"contactcreator\"}','{\"autowebpage\":\"\",\"category\":\"4\",\"autopublish\":\"0\"}','',NULL,NULL,1,0,NULL),(200,0,'plg_user_joomla','plugin','joomla',NULL,'user',0,1,1,0,1,'{\"name\":\"plg_user_joomla\",\"type\":\"plugin\",\"creationDate\":\"2006-12\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_USER_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\User\\\\Joomla\",\"filename\":\"joomla\"}','{\"autoregister\":\"1\",\"mail_to_user\":\"1\",\"forceLogout\":\"1\"}','',NULL,NULL,2,0,NULL),(201,0,'plg_user_profile','plugin','profile',NULL,'user',0,0,1,0,1,'{\"name\":\"plg_user_profile\",\"type\":\"plugin\",\"creationDate\":\"2008-01\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2008 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_USER_PROFILE_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\User\\\\Profile\",\"filename\":\"profile\"}','{\"register-require_address1\":\"1\",\"register-require_address2\":\"1\",\"register-require_city\":\"1\",\"register-require_region\":\"1\",\"register-require_country\":\"1\",\"register-require_postal_code\":\"1\",\"register-require_phone\":\"1\",\"register-require_website\":\"1\",\"register-require_favoritebook\":\"1\",\"register-require_aboutme\":\"1\",\"register-require_tos\":\"1\",\"register-require_dob\":\"1\",\"profile-require_address1\":\"1\",\"profile-require_address2\":\"1\",\"profile-require_city\":\"1\",\"profile-require_region\":\"1\",\"profile-require_country\":\"1\",\"profile-require_postal_code\":\"1\",\"profile-require_phone\":\"1\",\"profile-require_website\":\"1\",\"profile-require_favoritebook\":\"1\",\"profile-require_aboutme\":\"1\",\"profile-require_tos\":\"1\",\"profile-require_dob\":\"1\"}','',NULL,NULL,3,0,NULL),(202,0,'plg_user_terms','plugin','terms',NULL,'user',0,0,1,0,1,'{\"name\":\"plg_user_terms\",\"type\":\"plugin\",\"creationDate\":\"2018-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2018 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_USER_TERMS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\User\\\\Terms\",\"filename\":\"terms\"}','{}','',NULL,NULL,4,0,NULL),(203,0,'plg_user_token','plugin','token',NULL,'user',0,1,1,0,1,'{\"name\":\"plg_user_token\",\"type\":\"plugin\",\"creationDate\":\"2019-11\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_USER_TOKEN_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\User\\\\Token\",\"filename\":\"token\"}','{}','',NULL,NULL,5,0,NULL),(204,0,'plg_webservices_banners','plugin','banners',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_banners\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_BANNERS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Banners\",\"filename\":\"banners\"}','{}','',NULL,NULL,1,0,NULL),(205,0,'plg_webservices_config','plugin','config',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_config\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_CONFIG_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Config\",\"filename\":\"config\"}','{}','',NULL,NULL,2,0,NULL),(206,0,'plg_webservices_contact','plugin','contact',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_contact\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Contact\",\"filename\":\"contact\"}','{}','',NULL,NULL,3,0,NULL),(207,0,'plg_webservices_content','plugin','content',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_content\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Content\",\"filename\":\"content\"}','{}','',NULL,NULL,4,0,NULL),(208,0,'plg_webservices_installer','plugin','installer',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_installer\",\"type\":\"plugin\",\"creationDate\":\"2020-06\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_INSTALLER_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Installer\",\"filename\":\"installer\"}','{}','',NULL,NULL,5,0,NULL),(209,0,'plg_webservices_languages','plugin','languages',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_languages\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Languages\",\"filename\":\"languages\"}','{}','',NULL,NULL,6,0,NULL),(210,0,'plg_webservices_media','plugin','media',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_media\",\"type\":\"plugin\",\"creationDate\":\"2021-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2021 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.1.0\",\"description\":\"PLG_WEBSERVICES_MEDIA_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Media\",\"filename\":\"media\"}','{}','',NULL,NULL,7,0,NULL),(211,0,'plg_webservices_menus','plugin','menus',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_menus\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_MENUS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Menus\",\"filename\":\"menus\"}','{}','',NULL,NULL,7,0,NULL),(212,0,'plg_webservices_messages','plugin','messages',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_messages\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_MESSAGES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Messages\",\"filename\":\"messages\"}','{}','',NULL,NULL,8,0,NULL),(213,0,'plg_webservices_modules','plugin','modules',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_modules\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_MODULES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Modules\",\"filename\":\"modules\"}','{}','',NULL,NULL,9,0,NULL),(214,0,'plg_webservices_newsfeeds','plugin','newsfeeds',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_newsfeeds\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Newsfeeds\",\"filename\":\"newsfeeds\"}','{}','',NULL,NULL,10,0,NULL),(215,0,'plg_webservices_plugins','plugin','plugins',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_plugins\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_PLUGINS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Plugins\",\"filename\":\"plugins\"}','{}','',NULL,NULL,11,0,NULL),(216,0,'plg_webservices_privacy','plugin','privacy',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_privacy\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_PRIVACY_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Privacy\",\"filename\":\"privacy\"}','{}','',NULL,NULL,12,0,NULL),(217,0,'plg_webservices_redirect','plugin','redirect',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_redirect\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_REDIRECT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Redirect\",\"filename\":\"redirect\"}','{}','',NULL,NULL,13,0,NULL),(218,0,'plg_webservices_tags','plugin','tags',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_tags\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Tags\",\"filename\":\"tags\"}','{}','',NULL,NULL,14,0,NULL),(219,0,'plg_webservices_templates','plugin','templates',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_templates\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_TEMPLATES_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Templates\",\"filename\":\"templates\"}','{}','',NULL,NULL,15,0,NULL),(220,0,'plg_webservices_users','plugin','users',NULL,'webservices',0,1,1,0,1,'{\"name\":\"plg_webservices_users\",\"type\":\"plugin\",\"creationDate\":\"2019-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WEBSERVICES_USERS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\WebServices\\\\Users\",\"filename\":\"users\"}','{}','',NULL,NULL,16,0,NULL),(221,0,'plg_workflow_featuring','plugin','featuring',NULL,'workflow',0,1,1,0,1,'{\"name\":\"plg_workflow_featuring\",\"type\":\"plugin\",\"creationDate\":\"2020-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WORKFLOW_FEATURING_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Workflow\\\\Featuring\",\"filename\":\"featuring\"}','{}','',NULL,NULL,1,0,NULL),(222,0,'plg_workflow_notification','plugin','notification',NULL,'workflow',0,1,1,0,1,'{\"name\":\"plg_workflow_notification\",\"type\":\"plugin\",\"creationDate\":\"2020-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WORKFLOW_NOTIFICATION_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Workflow\\\\Notification\",\"filename\":\"notification\"}','{}','',NULL,NULL,2,0,NULL),(223,0,'plg_workflow_publishing','plugin','publishing',NULL,'workflow',0,1,1,0,1,'{\"name\":\"plg_workflow_publishing\",\"type\":\"plugin\",\"creationDate\":\"2020-03\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.0.0\",\"description\":\"PLG_WORKFLOW_PUBLISHING_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Workflow\\\\Publishing\",\"filename\":\"publishing\"}','{}','',NULL,NULL,3,0,NULL),(224,0,'plg_system_guidedtours','plugin','guidedtours',NULL,'system',0,1,1,0,1,'{\"name\":\"plg_system_guidedtours\",\"type\":\"plugin\",\"creationDate\":\"2023-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.3.0\",\"description\":\"PLG_SYSTEM_GUIDEDTOURS_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\System\\\\GuidedTours\",\"filename\":\"guidedtours\"}','{}','',NULL,NULL,15,0,NULL),(225,0,'atum','template','atum',NULL,'',1,1,1,0,1,'{\"name\":\"atum\",\"type\":\"template\",\"creationDate\":\"2016-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2016 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"TPL_ATUM_XML_DESCRIPTION\",\"group\":\"\",\"inheritable\":true,\"filename\":\"templateDetails\"}','','',NULL,NULL,0,0,NULL),(226,0,'cassiopeia','template','cassiopeia',NULL,'',0,1,1,0,1,'{\"name\":\"cassiopeia\",\"type\":\"template\",\"creationDate\":\"2017-02\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2017 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"TPL_CASSIOPEIA_XML_DESCRIPTION\",\"group\":\"\",\"inheritable\":true,\"filename\":\"templateDetails\"}','{\"logoFile\":\"\",\"fluidContainer\":\"0\",\"sidebarLeftWidth\":\"3\",\"sidebarRightWidth\":\"3\"}','',NULL,NULL,0,0,NULL),(227,0,'files_joomla','file','joomla',NULL,'',0,1,1,1,1,'{\"name\":\"files_joomla\",\"type\":\"file\",\"creationDate\":\"2023-10\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.4.0\",\"description\":\"FILES_JOOMLA_XML_DESCRIPTION\",\"group\":\"\"}','','',NULL,NULL,0,0,NULL),(228,0,'English (en-GB) Language Pack','package','pkg_en-GB',NULL,'',0,1,1,1,1,'{\"name\":\"English (en-GB) Language Pack\",\"type\":\"package\",\"creationDate\":\"2023-10\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2019 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.4.0.1\",\"description\":\"en-GB language pack\",\"group\":\"\",\"filename\":\"pkg_en-GB\"}','','',NULL,NULL,0,0,NULL),(229,228,'English (en-GB)','language','en-GB',NULL,'',0,1,1,1,1,'{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"2023-10\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2006 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.4.0\",\"description\":\"en-GB site language\",\"group\":\"\"}','','',NULL,NULL,0,0,NULL),(230,228,'English (en-GB)','language','en-GB',NULL,'',1,1,1,1,1,'{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"2023-10\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.4.0\",\"description\":\"en-GB administrator language\",\"group\":\"\"}','','',NULL,NULL,0,0,NULL),(231,228,'English (en-GB)','language','en-GB',NULL,'',3,1,1,1,1,'{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"2023-10\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2020 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.4.0\",\"description\":\"en-GB api language\",\"group\":\"\"}','','',NULL,NULL,0,0,NULL),(232,235,'Spanish (es-ES)','language','es-ES','','',1,1,0,0,0,'{\"name\":\"Spanish (es-ES)\",\"type\":\"language\",\"creationDate\":\"2023-10\",\"author\":\"Spanish [es-ES] Translation Team\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/joomlaes.org\\/traduccion\",\"version\":\"4.4.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\":\"\",\"filename\":\"install\"}','{}','',NULL,NULL,0,0,NULL),(233,235,'Spanish (es-ES)','language','es-ES','','',3,1,0,0,0,'{\"name\":\"Spanish (es-ES)\",\"type\":\"language\",\"creationDate\":\"2023-10\",\"author\":\"Spanish [es-ES] Translation Team\",\"copyright\":\"Copyright (C) 2005 - 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/joomlaes.org\\/traduccion\",\"version\":\"4.4.0.1\",\"description\":\"Idioma es-ES de la api\",\"group\":\"\",\"filename\":\"install\"}','{}','',NULL,NULL,0,0,NULL),(234,235,'Spanish (es-ES)','language','es-ES','','',0,1,0,0,0,'{\"name\":\"Spanish (es-ES)\",\"type\":\"language\",\"creationDate\":\"2023-10\",\"author\":\"Spanish [es-ES] Translation Team\",\"copyright\":\"(C) 2013 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/joomlaes.org\\/traduccion\",\"version\":\"4.4.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\":\"\",\"filename\":\"install\"}','{}','',NULL,NULL,0,0,NULL),(235,0,'Spanish (es-ES) Language Pack','package','pkg_es-ES','','',0,1,1,0,0,'{\"name\":\"Spanish (es-ES) Language Pack\",\"type\":\"package\",\"creationDate\":\"2023\\/10\\/25\",\"author\":\"Spanish [es-ES] Translation Team\",\"copyright\":\"Copyright (C) 2005 - 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/joomlaes.org\\/traduccion\",\"version\":\"4.4.0.1\",\"description\":\"<div style=\\\"text-align: left;\\\"><h2>Successfully installed the Joomla! 4.4.0 Spanish es-ES Language Pack (v1)<\\/h2><p><\\/p><p>Please report any bugs or issues at the Spanish Translation Team using the mail: [email protected]<\\/p><p>If you wanna help with translations matters the site is at: <a href=\'https:\\/\\/joomlaes.org\\/traduccion\' target=\'_blank\' rel=\'noopener noreferrer\'>JomlaES.org<\\/a> Contact Us!<\\/p><p><\\/p><p>Translated by: The Spanish Translation Team [es-ES]<\\/p><h2>El paquete del idioma en espa\\u00f1ol es-ES (v1) para Joomla! 4.4.0 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\'>JomlaES.org<\\/a> \\u00a1Contacte con nosotros!<\\/p><p><\\/p><p>Traducci\\u00f3n: Spanish Translation Team [es-ES]<\\/p><\\/div>\",\"group\":\"\",\"filename\":\"pkg_es-ES\"}','{}','',NULL,NULL,0,0,NULL),(236,243,'plg_system_gantry5','plugin','gantry5','','system',0,1,1,0,0,'{\"name\":\"plg_system_gantry5\",\"type\":\"plugin\",\"creationDate\":\"October 30, 2023\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.17\",\"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),(237,243,'plg_quickicon_gantry5','plugin','gantry5','','quickicon',0,1,1,0,0,'{\"name\":\"plg_quickicon_gantry5\",\"type\":\"plugin\",\"creationDate\":\"October 30, 2023\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.17\",\"description\":\"PLG_QUICKICON_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"gantry5\"}','{\"context\":\"mod_quickicon\"}','',NULL,NULL,0,0,NULL),(238,243,'plg_gantry5_preset','plugin','preset','','gantry5',0,0,1,0,0,'{\"name\":\"plg_gantry5_preset\",\"type\":\"plugin\",\"creationDate\":\"October 30, 2023\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.17\",\"description\":\"PLG_GANTRY5_PRESET_DESCRIPTION\",\"group\":\"\",\"filename\":\"preset\"}','{\"preset\":\"presets\",\"reset\":\"reset-settings\"}','',NULL,NULL,0,0,NULL),(239,243,'mod_gantry5_particle','module','mod_gantry5_particle','','',0,1,0,0,0,'{\"name\":\"mod_gantry5_particle\",\"type\":\"module\",\"creationDate\":\"October 30, 2023\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2022 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.17\",\"description\":\"MOD_GANTRY5_PARTICLE_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_gantry5_particle\"}','{\"owncache\":\"0\",\"cache_time\":\"900\"}','',NULL,NULL,0,0,NULL),(241,243,'gantry5_nucleus','file','gantry5_nucleus','','',0,1,0,0,0,'{\"name\":\"gantry5_nucleus\",\"type\":\"file\",\"creationDate\":\"October 30, 2023\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.17\",\"description\":\"GANTRY5_NUCLEUS_DESCRIPTION\",\"group\":\"\"}','','',NULL,NULL,0,0,NULL),(242,243,'com_gantry5','component','com_gantry5','','',1,1,0,0,0,'{\"name\":\"com_gantry5\",\"type\":\"component\",\"creationDate\":\"October 30, 2023\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.17\",\"description\":\"COM_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"gantry5\"}','{}','',NULL,NULL,0,0,NULL),(243,0,'pkg_gantry5','package','pkg_gantry5','','',0,1,1,0,0,'{\"name\":\"pkg_gantry5\",\"type\":\"package\",\"creationDate\":\"October 30, 2023\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.17\",\"description\":\"PKG_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"pkg_gantry5\"}','{}','',NULL,NULL,0,0,NULL),(244,0,'g5_helium','template','g5_helium','','',0,1,1,0,0,'{\"name\":\"g5_helium\",\"type\":\"template\",\"creationDate\":\"October 30, 2023\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2007 - 2022 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.17\",\"description\":\"TPL_G5_HELIUM_DESC\",\"group\":\"\",\"filename\":\"templateDetails\"}','[]','',NULL,NULL,0,0,NULL),(245,243,'Gantry 5 Framework','library','gantry5','','',0,1,1,0,0,'{\"name\":\"Gantry 5 Framework\",\"type\":\"library\",\"creationDate\":\"October 30, 2023\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2021 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"5.5.17\",\"description\":\"LIB_GANTRY5_DESCRIPTION\",\"group\":\"\",\"filename\":\"gantry5\"}','{}','',NULL,NULL,0,0,NULL),(246,0,'plg_quickicon_eos','plugin','eos',NULL,'quickicon',0,1,1,0,1,'{\"name\":\"plg_quickicon_eos\",\"type\":\"plugin\",\"creationDate\":\"2023-05\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.4.0\",\"description\":\"PLG_QUICKICON_EOS_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Quickicon\\\\Eos\",\"filename\":\"eos\"}','','',NULL,NULL,7,0,NULL),(247,0,'plg_behaviour_compat','plugin','compat',NULL,'behaviour',0,1,1,0,1,'{\"name\":\"plg_behaviour_compat\",\"type\":\"plugin\",\"creationDate\":\"2023-09\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2023 Open Source Matters, Inc.\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.joomla.org\",\"version\":\"4.4.0\",\"description\":\"PLG_COMPAT_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Joomla\\\\Plugin\\\\Behaviour\\\\Compat\",\"filename\":\"compat\"}','{}','',NULL,NULL,-1,0,NULL),(248,250,'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.5.1\",\"description\":\"DJ-ImageSlider component\",\"group\":\"\"}','[]','',NULL,NULL,0,0,NULL),(249,250,'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.4\",\"description\":\"DJ-ImageSlider Module\",\"group\":\"\",\"filename\":\"mod_djimageslider\"}','{\"slider_source\":\"0\",\"slider_type\":\"0\",\"theme\":\"default\",\"link_image\":\"1\",\"image_folder\":\"images\\/sampledata\\/fruitshop\",\"link\":\"\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"full_width\":\"0\",\"image_width\":\"240\",\"image_height\":\"180\",\"fit_to\":\"0\",\"image_centering\":\"0\",\"visible_images\":\"3\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"css3\":\"1\",\"autoplay\":\"1\",\"looponce\":\"0\",\"show_buttons\":\"1\",\"show_arrows\":\"1\",\"show_custom_nav\":\"0\",\"wcag\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"40\",\"arrows_horizontal\":\"10\",\"idx_style\":\"0\",\"effect\":\"Expo\",\"effect_type\":\"0\",\"duration\":\"\",\"delay\":\"\",\"preload\":\"800\",\"cache\":\"1\",\"cache_time\":\"900\"}','',NULL,NULL,0,0,NULL),(250,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.5.1\",\"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),(251,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.3.7\",\"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),(252,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.3.7\",\"description\":\"PLG_IMAGEEFFECTCK_XML_DESC\",\"group\":\"\",\"filename\":\"imageeffectck\"}','{}','',NULL,NULL,0,0,NULL),(253,255,'com_akeebabackup','component','com_akeebabackup','','',1,1,0,0,0,'{\"name\":\"com_akeebabackup\",\"type\":\"component\",\"creationDate\":\"2024-01-25\",\"author\":\"Akeeba Ltd\",\"copyright\":\"Copyright (c)2006-2024 Akeeba Ltd \\/ Nicholas K. Dionysopoulos\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"www.akeeba.com\",\"version\":\"9.8.5\",\"description\":\"COM_AKEEBABACKUP_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Akeeba\\\\Component\\\\AkeebaBackup\",\"filename\":\"akeebabackup\"}','{\"frontend_secret_word\":\"###AES128###A+3ZgsnE0GsiVGUlYZUCm0pQU1TXulxgM+LWrJPQCJEeLl6s6jR0gn7NOoiIKLv6THKVA8z+I1A3acOyVc5vvnsG3NnayuALOHXuNbA8qGtNJwbGSlBJVtdZ7QGAVLAzMv1eODswReAAAAAA\",\"show_howtorestoremodal\":0,\"confwiz_upgrade\":1,\"siteurl\":\"https:\\/\\/congresoictiologia2024.unillanos.edu.co\\/\",\"jlibrariesdir\":\"\\/var\\/www\\/html\\/ictiologia\\/libraries\"}','',NULL,NULL,0,0,NULL),(254,255,'PLG_QUICKICON_AKEEBABACKUP','plugin','akeebabackup','','quickicon',0,1,1,0,0,'{\"name\":\"PLG_QUICKICON_AKEEBABACKUP\",\"type\":\"plugin\",\"creationDate\":\"2024-01-25\",\"author\":\"Nicholas K. Dionysopoulos\",\"copyright\":\"Copyright (c)2006-2024 Akeeba Ltd \\/ Nicholas K. Dionysopoulos\",\"authorEmail\":\"[email protected]\",\"authorUrl\":\"https:\\/\\/www.akeeba.com\",\"version\":\"9.8.5\",\"description\":\"PLG_QUICKICON_AKEEBABACKUP_XML_DESCRIPTION\",\"group\":\"\",\"namespace\":\"Akeeba\\\\Plugin\\\\QuickIcon\\\\AkeebaBackup\",\"filename\":\"akeebabackup\"}','{\"enablewarning\":\"1\",\"warnfailed\":\"1\",\"maxbackupperiod\":\"24\",\"profileid\":\"1\"}','',NULL,NULL,0,0,NULL),(255,0,'pkg_akeebabackup','package','pkg_akeebabackup','','',0,1,1,0,0,'{\"name\":\"pkg_akeebabackup\",\"type\":\"package\",\"creationDate\":\"2024-01-25\",\"author\":\"Nicholas K. Dionysopoulos\",\"copyright\":\"Copyright (c)2006-2024 Nicholas K. Dionysopoulos \\/ Akeeba Ltd\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"9.8.5\",\"description\":\"PKG_AKEEBABACKUP_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pkg_akeebabackup\"}','{}','',NULL,NULL,0,0,NULL);
/*!40000 ALTER TABLE `cql20_extensions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_fields`
--
DROP TABLE IF EXISTS `cql20_fields`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_fields` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`asset_id` int unsigned NOT NULL DEFAULT '0',
`context` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`group_id` int unsigned NOT NULL DEFAULT '0',
`title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`label` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`default_value` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'text',
`note` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`state` tinyint NOT NULL DEFAULT '0',
`required` tinyint NOT NULL DEFAULT '0',
`only_use_in_subform` tinyint NOT NULL DEFAULT '0',
`checked_out` int unsigned DEFAULT NULL,
`checked_out_time` datetime DEFAULT NULL,
`ordering` int NOT NULL DEFAULT '0',
`params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`fieldparams` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`language` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`created_time` datetime NOT NULL,
`created_user_id` int unsigned NOT NULL DEFAULT '0',
`modified_time` datetime NOT NULL,
`modified_by` int unsigned NOT NULL DEFAULT '0',
`access` int NOT NULL DEFAULT '1',
PRIMARY KEY (`id`),
KEY `idx_checkout` (`checked_out`),
KEY `idx_state` (`state`),
KEY `idx_created_user_id` (`created_user_id`),
KEY `idx_access` (`access`),
KEY `idx_context` (`context`(191)),
KEY `idx_language` (`language`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_fields`
--
LOCK TABLES `cql20_fields` WRITE;
/*!40000 ALTER TABLE `cql20_fields` DISABLE KEYS */;
INSERT INTO `cql20_fields` VALUES (1,108,'com_contact.contact',0,'Director de programa','director-de-programa','Director de programa','','text','','',0,0,0,NULL,NULL,0,'{\"hint\":\"\",\"class\":\"\",\"label_class\":\"\",\"show_on\":\"2\",\"showon\":\"\",\"render_class\":\"\",\"value_render_class\":\"\",\"showlabel\":\"1\",\"label_render_class\":\"\",\"display\":\"2\",\"prefix\":\"\",\"suffix\":\"\",\"layout\":\"\",\"display_readonly\":\"2\"}','{\"filter\":\"0\",\"maxlength\":\"\"}','*','2023-07-15 16:50:03',393,'2023-07-17 12:33:01',393,1),(2,109,'com_contact.contact',0,'Correo Institucional','correo-institucional','Correo Institucional','','text','','',0,0,0,393,'2023-11-24 02:49:52',0,'{\"hint\":\"\",\"class\":\"fa fa-envelope-o\",\"label_class\":\"\",\"show_on\":\"\",\"showon\":\"\",\"render_class\":\"\",\"value_render_class\":\"\",\"showlabel\":\"1\",\"label_render_class\":\"\",\"display\":\"2\",\"prefix\":\"\",\"suffix\":\"\",\"layout\":\"\",\"display_readonly\":\"2\"}','{\"filter\":\"\",\"maxlength\":\"\"}','*','2023-07-15 17:04:00',393,'2023-07-15 17:04:00',393,1),(3,110,'com_contact.contact',0,' Lugar de contacto:','lugar-de-contacto',' Lugar de contacto','','text','','',0,0,0,NULL,NULL,0,'{\"hint\":\"\",\"class\":\"\",\"label_class\":\"\",\"show_on\":\"\",\"showon\":\"\",\"render_class\":\"\",\"value_render_class\":\"\",\"showlabel\":\"1\",\"label_render_class\":\"\",\"display\":\"2\",\"prefix\":\"\",\"suffix\":\"\",\"layout\":\"\",\"display_readonly\":\"2\"}','{\"filter\":\"safehtml\",\"maxlength\":\"\"}','*','2023-07-15 17:06:17',393,'2023-07-15 18:00:03',393,1),(4,111,'com_contact.contact',0,'Telefono','telefono','Telefono','','text','','',0,0,0,NULL,NULL,0,'{\"hint\":\"\",\"class\":\"fa fa-phone\",\"label_class\":\"\",\"show_on\":\"\",\"showon\":\"\",\"render_class\":\"\",\"value_render_class\":\"\",\"showlabel\":\"1\",\"label_render_class\":\"\",\"display\":\"2\",\"prefix\":\"\",\"suffix\":\"\",\"layout\":\"\",\"display_readonly\":\"2\"}','{\"filter\":\"\",\"maxlength\":\"\"}','*','2023-07-15 17:06:47',393,'2023-07-15 17:06:47',393,1);
/*!40000 ALTER TABLE `cql20_fields` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_fields_categories`
--
DROP TABLE IF EXISTS `cql20_fields_categories`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_fields_categories`
--
LOCK TABLES `cql20_fields_categories` WRITE;
/*!40000 ALTER TABLE `cql20_fields_categories` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_fields_categories` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_fields_groups`
--
DROP TABLE IF EXISTS `cql20_fields_groups`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_fields_groups`
--
LOCK TABLES `cql20_fields_groups` WRITE;
/*!40000 ALTER TABLE `cql20_fields_groups` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_fields_groups` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_fields_values`
--
DROP TABLE IF EXISTS `cql20_fields_values`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_fields_values` (
`field_id` int unsigned NOT NULL,
`item_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'Allow references to items which have strings as ids, eg. none db systems.',
`value` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
KEY `idx_field_id` (`field_id`),
KEY `idx_item_id` (`item_id`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_fields_values`
--
LOCK TABLES `cql20_fields_values` WRITE;
/*!40000 ALTER TABLE `cql20_fields_values` DISABLE KEYS */;
INSERT INTO `cql20_fields_values` VALUES (1,'1','Oscar Manuel Agudelo Varela'),(2,'1','[email protected]'),(3,'1','Facultad de Ciencias Básicas e Ingenierías, 4 piso Sede Barcelona Kilometro 12 Vía Puerto López'),(4,'1','6616800 Ext. 135');
/*!40000 ALTER TABLE `cql20_fields_values` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_finder_filters`
--
DROP TABLE IF EXISTS `cql20_finder_filters`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_finder_filters`
--
LOCK TABLES `cql20_finder_filters` WRITE;
/*!40000 ALTER TABLE `cql20_finder_filters` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_finder_filters` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_finder_links`
--
DROP TABLE IF EXISTS `cql20_finder_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_finder_links`
--
LOCK TABLES `cql20_finder_links` WRITE;
/*!40000 ALTER TABLE `cql20_finder_links` DISABLE KEYS */;
INSERT INTO `cql20_finder_links` VALUES (3,'index.php?option=com_content&view=article&id=3','index.php?option=com_content&view=article&id=3:programacion&catid=2','PROGRAMACIÓN',' PROGRAMACIÓN CURSOS PRE-CONGRESO 6 y 7 de Mayo. 1. Inferencia filogenómica: Métodos y aplicaciones en ictiología 2. Taxonomía y sistemática de peces dulceacuicolas Neotropicales 3. Curso Técnicas morfológicas y moleculares aplicadas en la taxonomía de larvas de peces marinos y dulceacuícolas AGENDA CONGRESO INSCRIPCIONES AUDITORIO JAIME GARZÓN UNIVERSIDAD DE LOS LLANOS SEDE SAN ANTONIO MARTES 7 DE MAYO DE 3 A 6 PM Y MIÉRCOLES 8 DE MAYO DE 7 A 8 AM INAUGURACION AUDITORIO JAIME GARZON 8 DE MAYO - 8 DE LA MAÑANA 🐟 CONFERENCIAS MAGISTRALES Ver aquí la agenda de las conferencias magistrales. 🐠 PROGRAMACIÓN POR SIMPOSIOS En cada simposio esta detallada la programación. 1. Simposio Taxonomía, sistemática y biogeografía. 2. Simposio Taxonomía, sistemática y biogeografía de peces marinos. 3. Simposio Biología, ecología y cambio climático. 4. Simposio Pesquerías y piscicultura de especies nativas. 5. Simposio Amenazas y estrategias para la conservación de los recursos ícticos y pesqueros. 6. Simposio Mujeres y peces. Una combinación de cambio y transformación. 7. Peces Migratorios. ATARDECER LLANERO \"TEJIENDO REDES\" 5° PISO EDIFICIO ROSAS 8 DE MAYO - 18:35 CLAUSURA AUDITORIO JAIME GARZÓN 10 DE MAYO - 16:00 ','2024-05-09 04:37:07','cbfe9b663a26e6aa813180473df12040',1,1,1,'*','2023-07-12 19:13:21',NULL,'2023-07-12 19:13:21',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:1255:\" PROGRAMACIÓN CURSOS PRE-CONGRESO 6 y 7 de Mayo. 1. Inferencia filogenómica: Métodos y aplicaciones en ictiología 2. Taxonomía y sistemática de peces dulceacuicolas Neotropicales 3. Curso Técnicas morfológicas y moleculares aplicadas en la taxonomía de larvas de peces marinos y dulceacuícolas AGENDA CONGRESO INSCRIPCIONES AUDITORIO JAIME GARZÓN UNIVERSIDAD DE LOS LLANOS SEDE SAN ANTONIO MARTES 7 DE MAYO DE 3 A 6 PM Y MIÉRCOLES 8 DE MAYO DE 7 A 8 AM INAUGURACION AUDITORIO JAIME GARZON 8 DE MAYO - 8 DE LA MAÑANA 🐟 CONFERENCIAS MAGISTRALES Ver aquí la agenda de las conferencias magistrales. 🐠 PROGRAMACIÓN POR SIMPOSIOS En cada simposio esta detallada la programación. 1. Simposio Taxonomía, sistemática y biogeografía. 2. Simposio Taxonomía, sistemática y biogeografía de peces marinos. 3. Simposio Biología, ecología y cambio climático. 4. Simposio Pesquerías y piscicultura de especies nativas. 5. Simposio Amenazas y estrategias para la conservación de los recursos ícticos y pesqueros. 6. Simposio Mujeres y peces. Una combinación de cambio y transformación. 7. Peces Migratorios. ATARDECER LLANERO \"TEJIENDO REDES\" 5° PISO EDIFICIO ROSAS 8 DE MAYO - 18:35 CLAUSURA AUDITORIO JAIME GARZÓN 10 DE MAYO - 16:00 \";i:3;a:25:{s:2:\"id\";i:3;s:5:\"alias\";s:12:\"programacion\";s:7:\"summary\";s:4535:\"<h1 style=\"text-align: center;\">PROGRAMACIÓN</h1>\r\n<p><span style=\"font-size: 24px;\"><strong>CURSOS PRE-CONGRESO</strong></span></p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"font-size: 18px;\">6 y 7 de Mayo.</span></strong></p>\r\n<p><span style=\"font-size: 18px;\">1. Inferencia filogenómica: Métodos y aplicaciones en ictiología</span></p>\r\n<p><span style=\"font-size: 18px;\">2. Taxonomía y sistemática de peces dulceacuicolas Neotropicales</span></p>\r\n<p><span style=\"font-size: 18px;\">3. Curso Técnicas morfológicas y moleculares aplicadas en la taxonomía de larvas de peces marinos y dulceacuícolas</span></p>\r\n<h1 style=\"text-align: center;\">AGENDA CONGRESO</h1>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 18px;\"><strong><span style=\"font-size: 24px;\">INSCRIPCIONES </span><br />AUDITORIO JAIME GARZÓN UNIVERSIDAD DE LOS LLANOS SEDE SAN ANTONIO</strong><br /></span><strong>MARTES 7 DE MAYO DE 3 A 6 PM Y MIÉRCOLES 8 DE MAYO DE 7 A 8 AM</strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 18px;\"><span style=\"font-size: 24px;\">INAUGURACION </span><br />AUDITORIO JAIME GARZON<br />8 DE MAYO - 8 DE LA MAÑANA</span></strong></p>\r\n<p><span style=\"font-size: 24px;\"><strong>🐟 CONFERENCIAS MAGISTRALES</strong></span></p>\r\n<p style=\"padding-left: 40px;\"><a title=\"Ver aquí la agenda de las conferencias magistrales.\" href=\"https://drive.google.com/file/d/1xuUIGMbbohIC9PGFwWgtcFQhgbnOQ3Pt/view?usp=sharing\" target=\"_blank\" rel=\"noopener\"><span style=\"font-size: 18px;\">Ver aquí la agenda de las conferencias magistrales.</span></a></p>\r\n<p><span style=\"font-size: 24px;\"><strong>🐠 PROGRAMACIÓN POR SIMPOSIOS</strong></span></p>\r\n<p><span style=\"font-size: 18px;\">En cada simposio esta detallada la programación.</span></p>\r\n<p style=\"padding-left: 40px;\"><span style=\"font-size: 18px;\"><a title=\"1. Simposio Taxonomía, sistemática y biogeografía.\" href=\"https://drive.google.com/file/d/1jNSTho2-l9yNQCDNqz6--7c8yhBkZZtC/view?usp=sharing\" target=\"_blank\" rel=\"noopener\">1. Simposio Taxonomía, sistemática y biogeografía.</a></span></p>\r\n<p style=\"padding-left: 40px;\"><span style=\"font-size: 18px;\"><a title=\"2. Simposio Taxonomía, sistemática y biogeografía de peces marinos.\" href=\"https://drive.google.com/file/d/1rWj3BCDVvV81Fwl9ONGb945B5GcwzE2h/view?usp=sharing\" target=\"_blank\" rel=\"noopener\">2. Simposio Taxonomía, sistemática y biogeografía de peces marinos.</a></span></p>\r\n<p style=\"padding-left: 40px;\"><span style=\"font-size: 18px;\"><a title=\"3. Simposio Biología, ecología y cambio climático.\" href=\"https://drive.google.com/file/d/1ZXewxiYB1NZtVt2YWq_oToyivaktU26Z/view?usp=drive_link\" target=\"_blank\" rel=\"noopener\">3. Simposio Biología, ecología y cambio climático.</a></span></p>\r\n<p style=\"padding-left: 40px;\"><span style=\"font-size: 18px;\"><a title=\"4. Simposio Pesquerías y piscicultura de especies nativas.\" href=\"https://drive.google.com/file/d/1njm4gNR7qPbCBXFhUUoNl5KZkgU_tfo9/view?usp=sharing\" target=\"_blank\" rel=\"noopener\">4. Simposio Pesquerías y piscicultura de especies nativas.</a></span></p>\r\n<p style=\"padding-left: 40px;\"><span style=\"font-size: 18px;\"><a title=\"5. Simposio Amenazas y estrategias para la conservación de los recursos ícticos y pesqueros.\" href=\"https://drive.google.com/file/d/12hzeSMFEebtFChPQMO0ZpN4Ab1734Anx/view?usp=sharing\" target=\"_blank\" rel=\"noopener\">5. Simposio Amenazas y estrategias para la conservación de los recursos ícticos y pesqueros.</a></span></p>\r\n<p style=\"padding-left: 40px;\"><span style=\"font-size: 18px;\"><a title=\"6. Simposio Mujeres y peces. Una combinación de cambio y transformación. \" href=\"https://drive.google.com/file/d/1VMsRqqmPV_ArjVUDfUl_De3EAvNfweBu/view?usp=sharing\" target=\"_blank\" rel=\"noopener\">6. Simposio Mujeres y peces. Una combinación de cambio y transformación. </a></span></p>\r\n<p style=\"padding-left: 40px;\"><a title=\"7. Peces Migratorios.\" href=\"https://drive.google.com/file/d/12as-QpvDD_S2JTXEjtXGD5uGuLw-RPhu/view?usp=sharing\" target=\"_blank\" rel=\"noopener\"><span style=\"font-size: 18px;\">7. Peces Migratorios.</span></a></p>\r\n<p style=\"text-align: center;\"><span style=\"font-size: 24px;\"><strong>ATARDECER LLANERO \"TEJIENDO REDES\"</strong></span><br /><strong>5° PISO EDIFICIO ROSAS</strong><br /><strong>8 DE MAYO - 18:35</strong></p>\r\n<p style=\"text-align: center;\"><strong><span style=\"font-size: 24px;\">CLAUSURA</span></strong><br /><strong>AUDITORIO JAIME GARZÓN</strong><br /><strong>10 DE MAYO - 16:00</strong></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:393;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2024-05-09 04:37:07\";s:11:\"modified_by\";i:393;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":86:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"0\";s:11:\"link_titles\";s:1:\"0\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"0\";s:13:\"show_category\";s:1:\"0\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"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:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";i:0;s:7:\"captcha\";s:0:\"\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:27:\"show_configure_edit_options\";s:1:\"1\";s:16:\"show_permissions\";s:1:\"1\";s:22:\"show_associations_edit\";s:1:\"1\";s:12:\"save_history\";s:1:\"1\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";i:1;s:18:\"blog_class_leading\";s:0:\"\";s:18:\"num_intro_articles\";i:4;s:10:\"blog_class\";s:0:\"\";s:11:\"num_columns\";i:1;s:18:\"multi_column_order\";s:1:\"0\";s:9:\"num_links\";i:4;s:24:\"show_subcategory_content\";s:1:\"0\";s:16:\"link_intro_image\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"display_num\";s:2:\"10\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";s:7:\"sef_ids\";i:1;s:20:\"custom_fields_enable\";s:1:\"1\";s:16:\"workflow_enabled\";s:1:\"0\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"version\";i:173;s:8:\"ordering\";i:8;s:8:\"category\";s:13:\"Uncategorised\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:14:\"3:programacion\";s:7:\"catslug\";s:15:\"2:uncategorised\";s:6:\"author\";s:13:\"Administrador\";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:\"2023-07-12 19:13:21\";i:10;N;i:11;s:67:\"index.php?option=com_content&view=article&id=3:programacion&catid=2\";i:12;N;i:13;s:19:\"2023-07-12 19:13:21\";i:14;i:1;i:15;a:4:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:3;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"Administrador\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:5;}}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:7;}}s:8:\"Language\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}}i:16;s:13:\"PROGRAMACIÓN\";i:17;i:3;i:18;s:46:\"index.php?option=com_content&view=article&id=3\";}'),(5,'index.php?option=com_content&view=article&id=5','index.php?option=com_content&view=article&id=5:registro-y-pago&catid=2','Registro como participante',' INVERSIÓN La inversión le permite acceder a cada participante a todas las presentaciones programadas, reunión de bienvenida, memorias del Congreso, souvenirs y refrigerios ofrecidos durante los días del congreso. Adicionalmente, le permite al conferencistaprofesional presentar hasta dos trabajos (oral, póster o su combinación) y al conferencistaestudiante hasta un trabajo (oral o póster), en alguno de los simposios del Congreso. Si desea presentar trabajos adicionales, el conferencista deberá realizar la inversión del 30% del valor de la inscripción (tarifa vigente al momento del registro), por cada nuevo trabajo. Tarifa Periodo 1 Periodo 2 Periodo 3 1 de noviembre de 2023 al 16 de abril de 2024 17 de abril de 2024 al 30 de abril de 2024 1 de mayo de 2024 en adelante 1 $520.000 $572.000 $629.200 2 $660.000 $726.000 $798.600 3 $580.000 $638.000 $701.000 4 $330.000 $363.000 $399.300 5 $250.000 $275.000 $302.500 6 $495.000 $544.500 $598.950 7 $300.000 $330.000 $363.000 Tarifa Descripción 1 Miembro de acictios 2 Inscripción profesionales sin conferencia 3 Inscripción profesionales-conferencistas 4 Inscripción estudiantes sin conferencia 5 Inscripción estudiantes con conferencia 6 Curso precongreso 7 Inscripción a un día del congreso En caso de participar en el congreso y también tomar un curso, los valores serían los siguientes: Tarifa Periodo 1 Periodo 2 Periodo 3 1 de noviembre de 2023 al 16 de abril de 2024 17 de abril de 2024 al 30 de abril de 2024 1 de mayo de 2024 en adelante 1 $621.500 $683.650 $752.015 2 $775.500 $853.050 $938.355 3 $687.500 $756.250 $831.875 4 $412.500 $453.750 $499.125 5 $324.500 $356.950 $392.645 Tarifa Descripción 1 Miembro de acictios +curso 2 Inscripción profesionales sin conferencia +curso 3 Inscripción profesionales-conferencistas + curso 4 Inscripción estudiantes sin conferencia + curso 5 Inscripción estudiantes con conferencia + curso Pagos en Colombia: Consignación o transferencia a: Cuenta de ahorros número 23600016776 de Bancolombia, a nombre de Asociación Colombiana de ictiólogos. Nit. 830.034.378-6. Pagos desde el exterior: Consignación o transferencia bancaria a: Cuenta de ahorros número 23600016776 del Banco de Colombia S.A. Código SWIF COLOCIBM Dirección del Banco: Calle 28 # 13 A 75 Piso 5 Edificio Atrio Bogotá A nombre de: Asociación Colombiana de ictiólogos. Nit. 830.034.378-6 Dirección de la Asociación: Calle 81 #19 A-18 oficina 301 Pagos con tarjetas: Pasarela de pagos 💲 Para tener en cuenta al momento de la inscripción Al momento de realizar el pago de su inscripción, indique el nombre y número de identificación del participante. Indique los siguientes datos para elaborar la factura por el costo de su inscripción: Persona natural: nombre completo, tipo de documento, número del documento, procedencia de emisión del documento, dirección, teléfono, correo electrónico Persona jurídica: nombre completo de la empresa o entidad, número de NIT, ubicación donde está radicada, dirección, teléfono, correo electrónico corporativo de la entidad a la cual se emite la factura. Nota: Una vez elaborada la factura no se aceptan cambios ni devoluciones. Al momento del registro tener disponible el comprobante de consignación en formato PDF. ','2024-05-01 21:55:25','9fc1159f906785f39e5533a2b7b2193c',1,1,1,'*','2023-07-12 19:24:30',NULL,'2023-07-12 19:24: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:3283:\" INVERSIÓN La inversión le permite acceder a cada participante a todas las presentaciones programadas, reunión de bienvenida, memorias del Congreso, souvenirs y refrigerios ofrecidos durante los días del congreso. Adicionalmente, le permite al conferencistaprofesional presentar hasta dos trabajos (oral, póster o su combinación) y al conferencistaestudiante hasta un trabajo (oral o póster), en alguno de los simposios del Congreso. Si desea presentar trabajos adicionales, el conferencista deberá realizar la inversión del 30% del valor de la inscripción (tarifa vigente al momento del registro), por cada nuevo trabajo. Tarifa Periodo 1 Periodo 2 Periodo 3 1 de noviembre de 2023 al 16 de abril de 2024 17 de abril de 2024 al 30 de abril de 2024 1 de mayo de 2024 en adelante 1 $520.000 $572.000 $629.200 2 $660.000 $726.000 $798.600 3 $580.000 $638.000 $701.000 4 $330.000 $363.000 $399.300 5 $250.000 $275.000 $302.500 6 $495.000 $544.500 $598.950 7 $300.000 $330.000 $363.000 Tarifa Descripción 1 Miembro de acictios 2 Inscripción profesionales sin conferencia 3 Inscripción profesionales-conferencistas 4 Inscripción estudiantes sin conferencia 5 Inscripción estudiantes con conferencia 6 Curso precongreso 7 Inscripción a un día del congreso En caso de participar en el congreso y también tomar un curso, los valores serían los siguientes: Tarifa Periodo 1 Periodo 2 Periodo 3 1 de noviembre de 2023 al 16 de abril de 2024 17 de abril de 2024 al 30 de abril de 2024 1 de mayo de 2024 en adelante 1 $621.500 $683.650 $752.015 2 $775.500 $853.050 $938.355 3 $687.500 $756.250 $831.875 4 $412.500 $453.750 $499.125 5 $324.500 $356.950 $392.645 Tarifa Descripción 1 Miembro de acictios +curso 2 Inscripción profesionales sin conferencia +curso 3 Inscripción profesionales-conferencistas + curso 4 Inscripción estudiantes sin conferencia + curso 5 Inscripción estudiantes con conferencia + curso Pagos en Colombia: Consignación o transferencia a: Cuenta de ahorros número 23600016776 de Bancolombia, a nombre de Asociación Colombiana de ictiólogos. Nit. 830.034.378-6. Pagos desde el exterior: Consignación o transferencia bancaria a: Cuenta de ahorros número 23600016776 del Banco de Colombia S.A. Código SWIF COLOCIBM Dirección del Banco: Calle 28 # 13 A 75 Piso 5 Edificio Atrio Bogotá A nombre de: Asociación Colombiana de ictiólogos. Nit. 830.034.378-6 Dirección de la Asociación: Calle 81 #19 A-18 oficina 301 Pagos con tarjetas: Pasarela de pagos 💲 Para tener en cuenta al momento de la inscripción Al momento de realizar el pago de su inscripción, indique el nombre y número de identificación del participante. Indique los siguientes datos para elaborar la factura por el costo de su inscripción: Persona natural: nombre completo, tipo de documento, número del documento, procedencia de emisión del documento, dirección, teléfono, correo electrónico Persona jurídica: nombre completo de la empresa o entidad, número de NIT, ubicación donde está radicada, dirección, teléfono, correo electrónico corporativo de la entidad a la cual se emite la factura. Nota: Una vez elaborada la factura no se aceptan cambios ni devoluciones. Al momento del registro tener disponible el comprobante de consignación en formato PDF. \";i:3;a:25:{s:2:\"id\";i:5;s:5:\"alias\";s:15:\"registro y pago\";s:7:\"summary\";s:10399:\"<h1 style=\"text-align: center;\"> INVERSIÓN</h1>\r\n<p style=\"text-align: justify;\">La inversión le permite acceder a cada participante a todas las presentaciones programadas, reunión de bienvenida, memorias del Congreso, souvenirs y refrigerios ofrecidos durante los días del congreso. Adicionalmente, le permite al conferencistaprofesional presentar hasta dos trabajos (oral, póster o su combinación) y al conferencistaestudiante hasta un trabajo (oral o póster), en alguno de los simposios del Congreso. Si desea presentar trabajos adicionales, el conferencista deberá realizar la inversión del 30% del valor de la inscripción (tarifa vigente al momento del registro), por cada nuevo trabajo.</p>\r\n<table style=\"border-collapse: collapse; width: 100.007%; height: 207.969px;\" border=\"1\">\r\n<tbody>\r\n<tr style=\"height: 20.7969px;\">\r\n<th style=\"height: 20.7969px; width: 25.0224%;\" rowspan=\"2\">Tarifa</th>\r\n<th style=\"width: 25.0224%; height: 20.7969px;\">Periodo 1</th>\r\n<th style=\"width: 25.0224%; height: 20.7969px;\">Periodo 2</th>\r\n<th style=\"width: 24.9269%; height: 20.7969px;\">Periodo 3</th>\r\n</tr>\r\n<tr style=\"height: 41.5938px;\">\r\n<th style=\"width: 25.0224%; height: 41.5938px;\">1 de noviembre de 2023 al 16 de abril de 2024</th>\r\n<th style=\"width: 25.0224%; height: 41.5938px;\">17 de abril de 2024 al 30 de abril de 2024 </th>\r\n<th style=\"width: 24.9269%; height: 41.5938px;\"> 1 de mayo de 2024 en adelante</th>\r\n</tr>\r\n<tr style=\"height: 20.7969px;\">\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">1</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$520.000</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$572.000</td>\r\n<td style=\"width: 24.9269%; height: 20.7969px;\">$629.200</td>\r\n</tr>\r\n<tr style=\"height: 20.7969px;\">\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">2</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$660.000</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$726.000</td>\r\n<td style=\"width: 24.9269%; height: 20.7969px;\">$798.600</td>\r\n</tr>\r\n<tr style=\"height: 20.7969px;\">\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">3</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$580.000</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$638.000</td>\r\n<td style=\"width: 24.9269%; height: 20.7969px;\">$701.000</td>\r\n</tr>\r\n<tr style=\"height: 20.7969px;\">\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">4</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$330.000</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$363.000</td>\r\n<td style=\"width: 24.9269%; height: 20.7969px;\">$399.300</td>\r\n</tr>\r\n<tr style=\"height: 20.7969px;\">\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">5</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$250.000</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$275.000</td>\r\n<td style=\"width: 24.9269%; height: 20.7969px;\">$302.500</td>\r\n</tr>\r\n<tr style=\"height: 20.7969px;\">\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">6</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$495.000</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$544.500</td>\r\n<td style=\"width: 24.9269%; height: 20.7969px;\">$598.950</td>\r\n</tr>\r\n<tr style=\"height: 20.7969px;\">\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">7</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$300.000</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$330.000</td>\r\n<td style=\"width: 24.9269%; height: 20.7969px;\">$363.000</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table style=\"border-collapse: collapse; width: 32.8244%; height: 62.3907px;\" border=\"1\">\r\n<tbody>\r\n<tr style=\"height: 20.7969px;\">\r\n<th style=\"width: 13.8138%; height: 20.7969px;\">Tarifa</th>\r\n<th style=\"width: 86.1862%; height: 20.7969px;\">Descripción</th>\r\n</tr>\r\n<tr style=\"height: 20.7969px;\">\r\n<td style=\"width: 13.8138%; height: 20.7969px;\">1</td>\r\n<td style=\"width: 86.1862%; height: 20.7969px;\">Miembro de acictios</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 13.8138%;\">2</td>\r\n<td style=\"width: 86.1862%;\">Inscripción profesionales sin conferencia</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 13.8138%;\">3</td>\r\n<td style=\"width: 86.1862%;\">Inscripción profesionales-conferencistas</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 13.8138%;\">4</td>\r\n<td style=\"width: 86.1862%;\"> Inscripción estudiantes sin conferencia</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 13.8138%;\">5</td>\r\n<td style=\"width: 86.1862%;\">Inscripción estudiantes con conferencia </td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 13.8138%;\">6</td>\r\n<td style=\"width: 86.1862%;\"> Curso precongreso</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 13.8138%;\">7</td>\r\n<td style=\"width: 86.1862%;\">Inscripción a un día del congreso </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>En caso de participar en el congreso y también tomar un curso, los valores serían los siguientes:</p>\r\n<table style=\"border-collapse: collapse; width: 100.007%; height: 207.969px;\" border=\"1\">\r\n<tbody>\r\n<tr style=\"height: 20.7969px;\">\r\n<th style=\"height: 20.7969px; width: 25.0224%;\" rowspan=\"2\">Tarifa</th>\r\n<th style=\"width: 25.0224%; height: 20.7969px;\">Periodo 1</th>\r\n<th style=\"width: 25.0224%; height: 20.7969px;\">Periodo 2</th>\r\n<th style=\"width: 24.9269%; height: 20.7969px;\">Periodo 3</th>\r\n</tr>\r\n<tr style=\"height: 41.5938px;\">\r\n<th style=\"width: 25.0224%; height: 41.5938px;\">1 de noviembre de 2023 al 16 de abril de 2024</th>\r\n<th style=\"width: 25.0224%; height: 41.5938px;\">17 de abril de 2024 al 30 de abril de 2024 </th>\r\n<th style=\"width: 24.9269%; height: 41.5938px;\"> 1 de mayo de 2024 en adelante</th>\r\n</tr>\r\n<tr style=\"height: 20.7969px;\">\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">1</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$621.500</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$683.650</td>\r\n<td style=\"width: 24.9269%; height: 20.7969px;\">$752.015</td>\r\n</tr>\r\n<tr style=\"height: 20.7969px;\">\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">2</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$775.500</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$853.050</td>\r\n<td style=\"width: 24.9269%; height: 20.7969px;\">$938.355</td>\r\n</tr>\r\n<tr style=\"height: 20.7969px;\">\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">3</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$687.500</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$756.250</td>\r\n<td style=\"width: 24.9269%; height: 20.7969px;\">$831.875</td>\r\n</tr>\r\n<tr style=\"height: 20.7969px;\">\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">4</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$412.500</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$453.750</td>\r\n<td style=\"width: 24.9269%; height: 20.7969px;\">$499.125</td>\r\n</tr>\r\n<tr style=\"height: 20.7969px;\">\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">5</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$324.500</td>\r\n<td style=\"width: 25.0224%; height: 20.7969px;\">$356.950</td>\r\n<td style=\"width: 24.9269%; height: 20.7969px;\">$392.645</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>\r\n<table style=\"border-collapse: collapse; width: 39.4084%; height: 62.3907px;\" border=\"1\">\r\n<tbody>\r\n<tr style=\"height: 20.7969px;\">\r\n<th style=\"width: 13.6842%; height: 20.7969px;\">Tarifa</th>\r\n<th style=\"width: 86.3158%; height: 20.7969px;\">Descripción</th>\r\n</tr>\r\n<tr style=\"height: 20.7969px;\">\r\n<td style=\"width: 13.6842%; height: 20.7969px;\">1</td>\r\n<td style=\"width: 86.3158%; height: 20.7969px;\">Miembro de acictios +curso</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 13.6842%;\">2</td>\r\n<td style=\"width: 86.3158%;\">Inscripción profesionales sin conferencia + curso</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 13.6842%;\">3</td>\r\n<td style=\"width: 86.3158%;\">Inscripción profesionales-conferencistas + curso</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 13.6842%;\">4</td>\r\n<td style=\"width: 86.3158%;\"> Inscripción estudiantes sin conferencia + curso</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 13.6842%;\">5</td>\r\n<td style=\"width: 86.3158%;\">Inscripción estudiantes con conferencia + curso </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h3><strong>Pagos en </strong><strong>Colombia</strong>:</h3>\r\n<p><strong>Consignación o transferencia a:</strong> Cuenta de ahorros número 23600016776 de Bancolombia, a nombre de Asociación Colombiana de ictiólogos. Nit. 830.034.378-6.</p>\r\n<h3 style=\"text-align: center;\"><img src=\"images/qr.jpg\" alt=\"\" width=\"500\" height=\"891\" loading=\"lazy\" /></h3>\r\n<h3><strong>Pagos desde el exterior</strong>:</h3>\r\n<p><strong>Consignación o transferencia bancaria a:</strong> Cuenta de ahorros número 23600016776 del Banco de Colombia S.A. Código SWIF COLOCIBM</p>\r\n<p style=\"line-height: 1;\"><strong>Dirección del Banco:</strong> Calle 28 # 13 A 75 Piso 5 Edificio Atrio Bogotá</p>\r\n<p style=\"line-height: 1;\"><strong>A nombre de: </strong>Asociación Colombiana de ictiólogos. Nit. 830.034.378-6</p>\r\n<p style=\"line-height: 1;\"><strong>Dirección de la Asociación:</strong> Calle 81 #19 A-18 oficina 301</p>\r\n<p><strong>Pagos con tarjetas: </strong><span style=\"font-size: 24px;\"><a title=\"Pasarela de pagos\" href=\"https://checkout.wompi.co/l/VPOS_bgONai\" target=\"_blank\" rel=\"noopener\">Pasarela de pagos 💲</a></span></p>\r\n<h2><strong>Para tener en cuenta al momento de la inscripción</strong></h2>\r\n<ul>\r\n<li style=\"text-align: justify;\">Al momento de realizar el pago de su inscripción, indique el nombre y número de identificación del participante.</li>\r\n<li style=\"text-align: justify;\">Indique los siguientes datos para elaborar la factura por el costo de su inscripción:\r\n<ul>\r\n<li style=\"text-align: justify;\">Persona natural: nombre completo, tipo de documento, número del documento, procedencia de emisión del documento, dirección, teléfono, correo electrónico</li>\r\n<li style=\"text-align: justify;\">Persona jurídica: nombre completo de la empresa o entidad, número de NIT, ubicación donde está radicada, dirección, teléfono, correo electrónico corporativo de la entidad a la cual se emite la factura.</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<p style=\"line-height: 1;\"><strong>Nota: Una vez elaborada la factura no se aceptan cambios ni devoluciones.</strong></p>\r\n<ul>\r\n<li style=\"line-height: 1;\"><strong>Al momento del registro tener disponible el comprobante de consignación en formato PDF.</strong></li>\r\n</ul>\r\n<!-- <h1 style=\"text-align: center;\"><strong><a href=\"https://acictios.org/registro-congreso-2024/\" target=\"_blank\" rel=\"noopener\">Registro como participante. 🐟</a></strong></h1>\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:393;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2024-05-01 21:55:25\";s:11:\"modified_by\";i:393;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":86:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"0\";s:11:\"link_titles\";s:1:\"0\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"0\";s:13:\"show_category\";s:1:\"0\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"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:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";i:0;s:7:\"captcha\";s:0:\"\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:27:\"show_configure_edit_options\";s:1:\"1\";s:16:\"show_permissions\";s:1:\"1\";s:22:\"show_associations_edit\";s:1:\"1\";s:12:\"save_history\";s:1:\"1\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";i:1;s:18:\"blog_class_leading\";s:0:\"\";s:18:\"num_intro_articles\";i:4;s:10:\"blog_class\";s:0:\"\";s:11:\"num_columns\";i:1;s:18:\"multi_column_order\";s:1:\"0\";s:9:\"num_links\";i:4;s:24:\"show_subcategory_content\";s:1:\"0\";s:16:\"link_intro_image\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"display_num\";s:2:\"10\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";s:7:\"sef_ids\";i:1;s:20:\"custom_fields_enable\";s:1:\"1\";s:16:\"workflow_enabled\";s:1:\"0\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"version\";i:75;s:8:\"ordering\";i:6;s:8:\"category\";s:13:\"Uncategorised\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:17:\"5:registro-y-pago\";s:7:\"catslug\";s:15:\"2:uncategorised\";s:6:\"author\";s:13:\"Administrador\";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:\"2023-07-12 19:24:30\";i:10;N;i:11;s:70:\"index.php?option=com_content&view=article&id=5:registro-y-pago&catid=2\";i:12;N;i:13;s:19:\"2023-07-12 19:24: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:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:3;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"Administrador\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:5;}}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:7;}}s:8:\"Language\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}}i:16;s:26:\"Registro como participante\";i:17;i:3;i:18;s:46:\"index.php?option=com_content&view=article&id=5\";}'),(6,'index.php?option=com_content&view=article&id=6','index.php?option=com_content&view=article&id=6:resumenes&catid=2','Normas de presentación de resúmenes',' NORMAS PARA RESÚMENES El idioma oficial del evento es el español, pero los resúmenes se aceptan también en inglés y portugués. El texto deberá ser digitado en letra tipo Arial 12, a un solo espacio y sin justificar, en formato Word. El resumen no podrá sobrepasar las 300 palabras. El resumen deberá contener: Simposio: seleccione alguna de las opciones que se presentan. Tipo de conferencia: seleccione alguna de las opciones que se presentan. Título: en mayúscula. Autor (es): en minúscula (iniciales en mayúscula). Las iniciales de los nombres se escribirán luego de los apellidos, seguidas por un punto y separadas por una coma. Inmediatamente después del nombre, deberá asignar una letra (superíndice), la cual permitirá identificar la institución de origen. En caso de haber varios autores, sus nombres deberán separarse por un punto y coma (;). El autor de correspondencia debe ser identificado con el símbolo *. El autor que ofrecerá la conferencia deberá ser resaltado en negrita. Ejemplo: Taphorn, D.C.a ; Lima, F.C.Ta ; *García-Alzate, C.A.a Institución de origen: En minúscula (iniciales en mayúscula). De acuerdo con la letra superíndice asignada a cada institución de origen de cada autor, deberá escribir el nombre completo de dicha institución. Ejemplo: aUniversidad del Atlántico, bMuseu de Zoologia da Universidade Estadual de Campinas “Adao José Cardoso”. Contacto: Sólo el autor de correspondencia deberá ingresar su dirección de correo electrónico. Ejemplo: carlosgarcí[email protected] Resumen: Sin justificar. No debe contener más de 300 palabras. El uso de cifras deberá seguir las normas editoriales APA. Las frases que contienen este resumen deben contener las siguientes secciones: introducción, objetivo, métodos, resultados y conclusiones. En la última frase se deben indicar las instituciones financiadoras. Palabras clave (español): Sólo son permitidas cinco palabras y no deben estar contenidas en el título del resumen. Palabras clave (inglés): Utilizar las mismas palabras clave listadas en español. El contenido científico y ajuste al formato editorial aquí definido para los resúmenes serán revisados por un comité evaluador (delegado por el comité organizador del Congreso). Los trabajos podrían ser reasignados a un simposio o a un tipo de presentación diferente a los definidos por los autores. Si es necesario hacer ajustes al contenido del resumen, deberán realizarse en las dos semanas siguientes al envío de la solicitud de corrección por parte del comité evaluador. Aquellos resúmenes que no sean corregidos por los autores dentro de los tiempos definidos, no serán incluidos en las memorias del Congreso. Cerrada la recepción de resúmenes. 🐠 COMITÉ CIENTÍFICO EDITORIAL Ángela Gutiérrez (Instituto Humboldt, Colombia) Arturo Acero (Universidad Nacional de Colombia, Colombia) Carlos DoNascimiento (Universidad de Antioquia (Colombia) Carlos García-Alzate (Universidad del Atlántico, Colombia). Donald Taphorn (Royal Ontario Museum, Estados Unidos) Douglas Olarte (Universidad Centroccidental Lisandro Alvarado, Venezuela) Flavio Lima (Universidad Estatal de Campinas, Brasil) Francisco Javier García-De León (Centro de Investigaciones del Noreste S.C., México). Juan Carlos Alonso González (Universidad Federal do Amazonas-UFAM, Brasil) José Julián Tavera (Universidad del Valle, Colombia) María Doris Escobar (Investigador Independiente, Colombia) Patricia Ornelas (Universidad Nacional Autónoma de México, México) Rene Funes Rodríguez (Centro Interdisciplinario de Ciencias Marinas -CICIMAR, México) Víctor Atencio (Universidad de Córdoba, Colombia) Fechas importantes Recepción de resúmenes: Entre el 29 de noviembre de 2023 y el 23 de marzo de 2024. Comunicación a ponentes: hasta el 1 de abril del 2024. Si usted requiere apoyo institucional y éste depende de la aceptación del resumen en el congreso; favor notificar en elmensaje de envío de éste, para priorizar su evaluación. Se recomienda enviar el resumen tempranamente, durante las primeras fechas de recepción, con el fin de ser evaluado con prontitud y celeridad. Se le comunicará oportunamente la decisión del comité evaluador. ','2024-07-09 04:04:17','df735b82102779cda61a128dab86ca34',1,1,1,'*','2023-07-12 19:26:56',NULL,'2023-07-12 19:26: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:4245:\" NORMAS PARA RESÚMENES El idioma oficial del evento es el español, pero los resúmenes se aceptan también en inglés y portugués. El texto deberá ser digitado en letra tipo Arial 12, a un solo espacio y sin justificar, en formato Word. El resumen no podrá sobrepasar las 300 palabras. El resumen deberá contener: Simposio: seleccione alguna de las opciones que se presentan. Tipo de conferencia: seleccione alguna de las opciones que se presentan. Título: en mayúscula. Autor (es): en minúscula (iniciales en mayúscula). Las iniciales de los nombres se escribirán luego de los apellidos, seguidas por un punto y separadas por una coma. Inmediatamente después del nombre, deberá asignar una letra (superíndice), la cual permitirá identificar la institución de origen. En caso de haber varios autores, sus nombres deberán separarse por un punto y coma (;). El autor de correspondencia debe ser identificado con el símbolo *. El autor que ofrecerá la conferencia deberá ser resaltado en negrita. Ejemplo: Taphorn, D.C.a ; Lima, F.C.Ta ; *García-Alzate, C.A.a Institución de origen: En minúscula (iniciales en mayúscula). De acuerdo con la letra superíndice asignada a cada institución de origen de cada autor, deberá escribir el nombre completo de dicha institución. Ejemplo: aUniversidad del Atlántico, bMuseu de Zoologia da Universidade Estadual de Campinas “Adao José Cardoso”. Contacto: Sólo el autor de correspondencia deberá ingresar su dirección de correo electrónico. Ejemplo: carlosgarcí[email protected] Resumen: Sin justificar. No debe contener más de 300 palabras. El uso de cifras deberá seguir las normas editoriales APA. Las frases que contienen este resumen deben contener las siguientes secciones: introducción, objetivo, métodos, resultados y conclusiones. En la última frase se deben indicar las instituciones financiadoras. Palabras clave (español): Sólo son permitidas cinco palabras y no deben estar contenidas en el título del resumen. Palabras clave (inglés): Utilizar las mismas palabras clave listadas en español. El contenido científico y ajuste al formato editorial aquí definido para los resúmenes serán revisados por un comité evaluador (delegado por el comité organizador del Congreso). Los trabajos podrían ser reasignados a un simposio o a un tipo de presentación diferente a los definidos por los autores. Si es necesario hacer ajustes al contenido del resumen, deberán realizarse en las dos semanas siguientes al envío de la solicitud de corrección por parte del comité evaluador. Aquellos resúmenes que no sean corregidos por los autores dentro de los tiempos definidos, no serán incluidos en las memorias del Congreso. Cerrada la recepción de resúmenes. 🐠 COMITÉ CIENTÍFICO EDITORIAL Ángela Gutiérrez (Instituto Humboldt, Colombia) Arturo Acero (Universidad Nacional de Colombia, Colombia) Carlos DoNascimiento (Universidad de Antioquia (Colombia) Carlos García-Alzate (Universidad del Atlántico, Colombia). Donald Taphorn (Royal Ontario Museum, Estados Unidos) Douglas Olarte (Universidad Centroccidental Lisandro Alvarado, Venezuela) Flavio Lima (Universidad Estatal de Campinas, Brasil) Francisco Javier García-De León (Centro de Investigaciones del Noreste S.C., México). Juan Carlos Alonso González (Universidad Federal do Amazonas-UFAM, Brasil) José Julián Tavera (Universidad del Valle, Colombia) María Doris Escobar (Investigador Independiente, Colombia) Patricia Ornelas (Universidad Nacional Autónoma de México, México) Rene Funes Rodríguez (Centro Interdisciplinario de Ciencias Marinas -CICIMAR, México) Víctor Atencio (Universidad de Córdoba, Colombia) Fechas importantes Recepción de resúmenes: Entre el 29 de noviembre de 2023 y el 23 de marzo de 2024. Comunicación a ponentes: hasta el 1 de abril del 2024. Si usted requiere apoyo institucional y éste depende de la aceptación del resumen en el congreso; favor notificar en elmensaje de envío de éste, para priorizar su evaluación. Se recomienda enviar el resumen tempranamente, durante las primeras fechas de recepción, con el fin de ser evaluado con prontitud y celeridad. Se le comunicará oportunamente la decisión del comité evaluador. \";i:3;a:25:{s:2:\"id\";i:6;s:5:\"alias\";s:9:\"resumenes\";s:7:\"summary\";s:5503:\"<h1 style=\"text-align: center;\">NORMAS PARA RESÚMENES</h1>\r\n<p style=\"text-align: justify;\">El idioma oficial del evento es el español, pero los resúmenes se aceptan también en inglés y portugués. El texto deberá ser digitado en letra tipo Arial 12, a un solo espacio y sin justificar, en formato Word. El resumen no podrá sobrepasar las 300 palabras.</p>\r\n<p style=\"text-align: justify;\">El resumen deberá contener:</p>\r\n<p style=\"text-align: justify;\"><strong>Simposio:</strong> seleccione alguna de las opciones que se presentan.</p>\r\n<p style=\"text-align: justify;\"><strong>Tipo de conferencia: </strong>seleccione alguna de las opciones que se presentan.</p>\r\n<p style=\"text-align: justify;\"><strong>Título: en mayúscula. Autor (es):</strong> en minúscula (iniciales en mayúscula). Las iniciales de los nombres se escribirán luego de los apellidos, seguidas por un punto y separadas por una coma. Inmediatamente después del nombre, deberá asignar una letra (superíndice), la cual permitirá identificar la institución de origen. En caso de haber varios autores, sus nombres deberán separarse por un punto y coma (;). El autor de correspondencia debe ser identificado con el símbolo *. El autor que ofrecerá la conferencia deberá ser resaltado en negrita. </p>\r\n<p style=\"text-align: justify;\"><strong>Ejemplo: </strong>Taphorn, D.C.<sup>a</sup> ; Lima, F.C.T<span style=\"font-size: 13.3333px;\"><sup>a</sup></span> ; <strong>*García-Alzate, C.A.</strong><sup>a</sup></p>\r\n<p style=\"text-align: justify;\"><strong>Institución de origen:</strong> En minúscula (iniciales en mayúscula). De acuerdo con la letra superíndice asignada a cada institución de origen de cada autor, deberá escribir el nombre completo de dicha institución. </p>\r\n<p style=\"text-align: justify;\"><strong>Ejemplo:</strong> <sup>a</sup>Universidad del Atlántico, <sup>b</sup>Museu de Zoologia da Universidade Estadual de Campinas “Adao José Cardoso”.</p>\r\n<p style=\"text-align: justify;\"><strong>Contacto</strong>: Sólo el autor de correspondencia deberá ingresar su dirección de correo electrónico.</p>\r\n<p style=\"text-align: justify;\"><strong>Ejemplo:</strong> carlosgarcí[email protected]</p>\r\n<p style=\"text-align: justify;\"><strong>Resumen:</strong> Sin justificar. No debe contener más de 300 palabras. El uso de cifras deberá seguir las normas editoriales APA. Las frases que contienen este resumen deben contener las siguientes secciones: introducción, objetivo, métodos, resultados y conclusiones. En la última frase se deben indicar las instituciones financiadoras.</p>\r\n<p style=\"text-align: justify;\"><strong>Palabras clave (español): </strong>Sólo son permitidas cinco palabras y no deben estar contenidas en el título del resumen.</p>\r\n<p style=\"text-align: justify;\"><strong>Palabras clave (inglés):</strong> Utilizar las mismas palabras clave listadas en español.</p>\r\n<p style=\"text-align: justify;\">El contenido científico y ajuste al formato editorial aquí definido para los resúmenes serán revisados por un comité evaluador (delegado por el comité organizador del Congreso). Los trabajos podrían ser reasignados a un simposio o a un tipo de presentación diferente a los definidos por los autores. Si es necesario hacer ajustes al contenido del resumen, deberán realizarse en las dos semanas siguientes al envío de la solicitud de corrección por parte del comité evaluador. Aquellos resúmenes que no sean corregidos por los autores dentro de los tiempos definidos, no serán incluidos en las memorias del Congreso.</p>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #e03e2d;\"><strong>Cerrada la recepción de resúmenes. 🐠</strong></span></h2>\r\n<p><strong>COMITÉ CIENTÍFICO EDITORIAL</strong></p>\r\n<ul>\r\n<li>Ángela Gutiérrez (Instituto Humboldt, Colombia)</li>\r\n<li>Arturo Acero (Universidad Nacional de Colombia, Colombia)</li>\r\n<li>Carlos DoNascimiento (Universidad de Antioquia (Colombia)</li>\r\n<li>Carlos García-Alzate (Universidad del Atlántico, Colombia).</li>\r\n<li>Donald Taphorn (Royal Ontario Museum, Estados Unidos)</li>\r\n<li>Douglas Olarte (Universidad Centroccidental Lisandro Alvarado, Venezuela)</li>\r\n<li>Flavio Lima (Universidad Estatal de Campinas, Brasil)</li>\r\n<li>Francisco Javier García-De León (Centro de Investigaciones del Noreste S.C., México).</li>\r\n<li>Juan Carlos Alonso González (Universidad Federal do Amazonas-UFAM, Brasil)</li>\r\n<li>José Julián Tavera (Universidad del Valle, Colombia)</li>\r\n<li>María Doris Escobar (Investigador Independiente, Colombia)</li>\r\n<li>Patricia Ornelas (Universidad Nacional Autónoma de México, México)</li>\r\n<li>Rene Funes Rodríguez (Centro Interdisciplinario de Ciencias Marinas -CICIMAR, México)</li>\r\n<li>Víctor Atencio (Universidad de Córdoba, Colombia)</li>\r\n</ul>\r\n<h2 style=\"text-align: center;\">Fechas importantes</h2>\r\n<p><strong>Recepción de resúmenes:</strong> Entre el 29 de noviembre de 2023 y el 23 de marzo de 2024.</p>\r\n<p><strong>Comunicación a ponentes:</strong> hasta el 1 de abril del 2024. </p>\r\n<p style=\"text-align: justify;\">Si usted requiere apoyo institucional y éste depende de la aceptación del resumen en el congreso; favor notificar en el mensaje de envío de éste, para priorizar su evaluación. Se recomienda enviar el resumen tempranamente, durante las primeras fechas de recepción, con el fin de ser evaluado con prontitud y celeridad. Se le comunicará oportunamente la decisión del comité evaluador.</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:393;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2024-07-09 04:04:17\";s:11:\"modified_by\";i:393;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":86:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"0\";s:11:\"link_titles\";s:1:\"0\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"0\";s:13:\"show_category\";s:1:\"0\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"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:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";i:0;s:7:\"captcha\";s:0:\"\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:27:\"show_configure_edit_options\";s:1:\"1\";s:16:\"show_permissions\";s:1:\"1\";s:22:\"show_associations_edit\";s:1:\"1\";s:12:\"save_history\";s:1:\"1\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";i:1;s:18:\"blog_class_leading\";s:0:\"\";s:18:\"num_intro_articles\";i:4;s:10:\"blog_class\";s:0:\"\";s:11:\"num_columns\";i:1;s:18:\"multi_column_order\";s:1:\"0\";s:9:\"num_links\";i:4;s:24:\"show_subcategory_content\";s:1:\"0\";s:16:\"link_intro_image\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"display_num\";s:2:\"10\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";s:7:\"sef_ids\";i:1;s:20:\"custom_fields_enable\";s:1:\"1\";s:16:\"workflow_enabled\";s:1:\"0\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"version\";i:93;s:8:\"ordering\";i:5;s:8:\"category\";s:13:\"Uncategorised\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:11:\"6:resumenes\";s:7:\"catslug\";s:15:\"2:uncategorised\";s:6:\"author\";s:13:\"Administrador\";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:\"2023-07-12 19:26:56\";i:10;N;i:11;s:64:\"index.php?option=com_content&view=article&id=6:resumenes&catid=2\";i:12;N;i:13;s:19:\"2023-07-12 19:26: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:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:3;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"Administrador\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:5;}}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:7;}}s:8:\"Language\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}}i:16;s:37:\"Normas de presentación de resúmenes\";i:17;i:3;i:18;s:46:\"index.php?option=com_content&view=article&id=6\";}'),(7,'index.php?option=com_content&view=article&id=7','index.php?option=com_content&view=article&id=7:patrocinadores&catid=2','Patrocinadores','','2023-11-24 21:08:19','731ee8c4fcf166fb8d7adc4713712455',1,1,1,'*','2023-07-12 19:31:11',NULL,'2023-07-12 19:31:11',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:7;s:5:\"alias\";s:14:\"patrocinadores\";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:2;s:10:\"created_by\";i:393;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2023-11-24 21:08:19\";s:11:\"modified_by\";i:393;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":86:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"0\";s:11:\"link_titles\";s:1:\"0\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"0\";s:13:\"show_category\";s:1:\"0\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"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:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";i:0;s:7:\"captcha\";s:0:\"\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:27:\"show_configure_edit_options\";s:1:\"1\";s:16:\"show_permissions\";s:1:\"1\";s:22:\"show_associations_edit\";s:1:\"1\";s:12:\"save_history\";s:1:\"1\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";i:1;s:18:\"blog_class_leading\";s:0:\"\";s:18:\"num_intro_articles\";i:4;s:10:\"blog_class\";s:0:\"\";s:11:\"num_columns\";i:1;s:18:\"multi_column_order\";s:1:\"0\";s:9:\"num_links\";i:4;s:24:\"show_subcategory_content\";s:1:\"0\";s:16:\"link_intro_image\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"display_num\";s:2:\"10\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";s:7:\"sef_ids\";i:1;s:20:\"custom_fields_enable\";s:1:\"1\";s:16:\"workflow_enabled\";s:1:\"0\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"version\";i:199;s:8:\"ordering\";i:4;s:8:\"category\";s:13:\"Uncategorised\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:16:\"7:patrocinadores\";s:7:\"catslug\";s:15:\"2:uncategorised\";s:6:\"author\";s:13:\"Administrador\";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:\"2023-07-12 19:31:11\";i:10;N;i:11;s:69:\"index.php?option=com_content&view=article&id=7:patrocinadores&catid=2\";i:12;N;i:13;s:19:\"2023-07-12 19:31:11\";i:14;i:1;i:15;a:4:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:3;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"Administrador\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:5;}}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:7;}}s:8:\"Language\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}}i:16;s:14:\"Patrocinadores\";i:17;i:3;i:18;s:46:\"index.php?option=com_content&view=article&id=7\";}'),(9,'index.php?option=com_contact&view=contact&id=1','index.php?option=com_contact&view=contact&id=1:formulario-de-contacto&catid=4:uncategorised','Formulario de contacto',' Correo Institucional: [email protected] Lugar de contacto: Facultad de Ciencias Básicas e Ingenierías, 4 piso Sede Barcelona Kilometro 12 Vía Puerto López Teléfono: 6616800 Ext. 135 ','2024-02-05 15:21:18','755dc6e0d78bbc2fa2ce3203dc5489e9',1,1,1,'*',NULL,NULL,'2023-07-13 19:24:54',NULL,0,0,2,_binary 'O:52:\"Joomla\\Component\\Finder\\Administrator\\Indexer\\Result\":19:{i:0;i:1;i:1;s:5:\"es-ES\";i:2;s:203:\" Correo Institucional: [email protected] Lugar de contacto: Facultad de Ciencias Básicas e Ingenierías, 4 piso Sede Barcelona Kilometro 12 Vía Puerto López Teléfono: 6616800 Ext. 135 \";i:3;a:33:{s:2:\"id\";i:1;s:5:\"alias\";s:22:\"formulario de contacto\";s:8:\"position\";s:15:\"ictiologia 2024\";s:7:\"address\";s:0:\"\";s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2024-02-05 15:21:18\";s:11:\"modified_by\";i:393;s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";s:25:\"{\"robots\":\"\",\"rights\":\"\"}\";s:9:\"sortname1\";s:0:\"\";s:9:\"sortname2\";s:0:\"\";s:9:\"sortname3\";s:0:\"\";s:4:\"city\";s:0:\"\";s:6:\"region\";s:0:\"\";s:7:\"country\";s:8:\"colombia\";s:3:\"zip\";s:2:\"57\";s:9:\"telephone\";s:0:\"\";s:3:\"fax\";s:0:\"\";s:7:\"summary\";s:488:\"<ul style=\"list-style: none;\">\r\n<li>\r\n<p class=\"fa fa-user-circle-o\"> </p>\r\n<strong>Correo Institucional:</strong> <a href=\"mailto:[email protected]\">[email protected]</a></li>\r\n<li>\r\n<p class=\"fa fa-map-marker\"> </p>\r\n<strong>Lugar de contacto:</strong> Facultad de Ciencias Básicas e Ingenierías, 4 piso Sede Barcelona Kilometro 12 Vía Puerto López</li>\r\n<li>\r\n<p class=\"fa fa-phone\"> </p>\r\n<strong>Teléfono:</strong> 6616800 Ext. 135</li>\r\n</ul>\";s:5:\"email\";s:32:\"[email protected]\";s:6:\"mobile\";s:0:\"\";s:7:\"webpage\";s:0:\"\";s:8:\"ordering\";i:1;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":41:{s:21:\"show_contact_category\";s:0:\"\";s:17:\"show_contact_list\";s:0:\"\";s:9:\"show_tags\";s:1:\"0\";s:9:\"show_info\";s:1:\"0\";s:9:\"show_name\";s:0:\"\";s:13:\"show_position\";s:0:\"\";s:10:\"show_email\";s:0:\"\";s:15:\"add_mailto_link\";s:0:\"\";s:19:\"show_street_address\";s:0:\"\";s:11:\"show_suburb\";s:0:\"\";s:10:\"show_state\";s:0:\"\";s:13:\"show_postcode\";s:0:\"\";s:12:\"show_country\";s:0:\"\";s:14:\"show_telephone\";s:0:\"\";s:11:\"show_mobile\";s:0:\"\";s:8:\"show_fax\";s:0:\"\";s:12:\"show_webpage\";s:0:\"\";s:10:\"show_image\";s:0:\"\";s:9:\"show_misc\";s:1:\"0\";s:11:\"allow_vcard\";s:0:\"\";s:13:\"show_articles\";s:0:\"\";s:20:\"articles_display_num\";s:0:\"\";s:12:\"show_profile\";s:1:\"0\";s:23:\"show_user_custom_fields\";a:1:{i:0;s:2:\"-1\";}s:14:\"contact_layout\";s:0:\"\";s:10:\"show_links\";s:0:\"\";s:10:\"linka_name\";s:0:\"\";s:5:\"linka\";s:0:\"\";s:10:\"linkb_name\";s:0:\"\";s:5:\"linkb\";s:0:\"\";s:10:\"linkc_name\";s:0:\"\";s:5:\"linkc\";s:0:\"\";s:10:\"linkd_name\";s:0:\"\";s:5:\"linkd\";s:0:\"\";s:10:\"linke_name\";s:0:\"\";s:5:\"linke\";s:0:\"\";s:15:\"show_email_form\";s:0:\"\";s:15:\"show_email_copy\";s:1:\"1\";s:16:\"validate_session\";s:0:\"\";s:12:\"custom_reply\";s:1:\"1\";s:8:\"redirect\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:5:\"catid\";i:4;s:8:\"category\";s:13:\"Uncategorised\";s:9:\"cat_state\";i:1;s:10:\"cat_access\";i:1;s:4:\"slug\";s:24:\"1:formulario-de-contacto\";s:7:\"catslug\";s:15:\"4:uncategorised\";s:4:\"name\";N;s:6:\"layout\";s:7:\"contact\";}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:15:{i:0;s:4:\"meta\";i:1;s:10:\"list_price\";i:2;s:10:\"sale_price\";i:3;s:8:\"position\";i:4;s:7:\"address\";i:5;s:4:\"city\";i:6;s:6:\"region\";i:7;s:7:\"country\";i:8;s:3:\"zip\";i:9;s:9:\"telephone\";i:10;s:3:\"fax\";i:11;s:5:\"email\";i:12;s:6:\"mobile\";i:13;s:7:\"webpage\";i:14;s:4:\"user\";}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:91:\"index.php?option=com_contact&view=contact&id=1:formulario-de-contacto&catid=4:uncategorised\";i:12;N;i:13;s:19:\"2023-07-13 19:24: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:\"Contact\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:10;}}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:7;}}s:8:\"Language\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}s:7:\"Country\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:8:\"colombia\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:12;}}}i:16;s:22:\"Formulario de contacto\";i:17;i:2;i:18;s:46:\"index.php?option=com_contact&view=contact&id=1\";}'),(11,'index.php?option=com_content&view=article&id=10','index.php?option=com_content&view=article&id=10:informacion-turistica&catid=2','Información turística',' INFORMACIÓN TURÍSTICA Villavicencio: Link: https://turismovillavicencio.gov.co/web/nuestra-ciudad/#transporte Sitios de interes: Link: https://turismovillavicencio.gov.co/web/sitios/ LISTADO DE ALGUNOS HOTELES CERCANOS A LA SEDE DEL CONGRESO NOMBRE CELULAR CORREO ELECTRÓNICO VVC HOTEL´S 3138516470 [email protected] Hotel Royal Plaza 3127713830 Casa Corona 3142165385 [email protected] Hotel casa del sol 3213430208 Hotel Boutique Armoni 3115300055 [email protected] www.armonihotel.co Hotel Casa Real 3167522472 [email protected] Hotel Centenario Boutique 3227940772 www.hotelportaldelllano.com Hotel Portal del Llano 3044481777 www.hotelportaldelllano.com Hotel Santa Ana Real 3212111957 [email protected] Hotel del Llano 3219492527 [email protected] www.hoteldelllano.com Hotel María Gloria 3115902014 www.hotelmariagloria.com Hotel Cayena inn 3143328609 [email protected] ','2024-04-06 02:08:17','2e9ae8bc9ec211dd081b8d960248b1de',1,1,1,'*','2023-09-05 13:53:14',NULL,'2023-09-05 13:53:14',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:957:\" INFORMACIÓN TURÍSTICA Villavicencio: Link: https://turismovillavicencio.gov.co/web/nuestra-ciudad/#transporte Sitios de interes: Link: https://turismovillavicencio.gov.co/web/sitios/ LISTADO DE ALGUNOS HOTELES CERCANOS A LA SEDE DEL CONGRESO NOMBRE CELULAR CORREO ELECTRÓNICO VVC HOTEL´S 3138516470 [email protected] Hotel Royal Plaza 3127713830 Casa Corona 3142165385 [email protected] Hotel casa del sol 3213430208 Hotel Boutique Armoni 3115300055 [email protected] www.armonihotel.co Hotel Casa Real 3167522472 [email protected] Hotel Centenario Boutique 3227940772 www.hotelportaldelllano.com Hotel Portal del Llano 3044481777 www.hotelportaldelllano.com Hotel Santa Ana Real 3212111957 [email protected] Hotel del Llano 3219492527 [email protected] www.hoteldelllano.com Hotel María Gloria 3115902014 www.hotelmariagloria.com Hotel Cayena inn 3143328609 [email protected] \";i:3;a:25:{s:2:\"id\";i:10;s:5:\"alias\";s:21:\"informacion turistica\";s:7:\"summary\";s:5045:\"<h1 style=\"text-align: center;\"><span style=\"color: #423e3e;\">INFORMACIÓN TURÍSTICA</span></h1>\r\n<p><strong>Villavicencio:</strong></p>\r\n<p style=\"padding-left: 40px;\"><strong>Link:</strong> <a href=\"https://turismovillavicencio.gov.co/web/nuestra-ciudad/#transporte\" target=\"_blank\" rel=\"noopener\">https://turismovillavicencio.gov.co/web/nuestra-ciudad/#transporte</a></p>\r\n<p><strong>Sitios de interes:</strong></p>\r\n<p style=\"padding-left: 40px;\"><strong>Link: </strong><a href=\"https://turismovillavicencio.gov.co/web/sitios/\" target=\"_blank\" rel=\"noopener\">https://turismovillavicencio.gov.co/web/sitios/</a></p>\r\n<p> </p>\r\n<h3 style=\"text-align: center;\"><strong>LISTADO DE ALGUNOS HOTELES CERCANOS A LA SEDE DEL CONGRESO</strong></h3>\r\n<table style=\"border-collapse: collapse; width: 92.8571%; height: 281.921px; border-color: #7e8c8d; margin-left: auto; margin-right: auto;\" border=\"1\">\r\n<tbody>\r\n<tr style=\"height: 25.3299px; background-color: #ced4d9;\">\r\n<td style=\"width: 26.4089%; height: 25.3299px; text-align: center;\"><strong>NOMBRE</strong></td>\r\n<td style=\"width: 14.0363%; height: 25.3299px; text-align: center;\"><strong>CELULAR</strong></td>\r\n<td style=\"width: 59.5672%; height: 25.3299px; text-align: center;\"><strong>CORREO ELECTRÓNICO</strong></td>\r\n</tr>\r\n<tr style=\"height: 22.1181px;\">\r\n<td style=\"width: 26.4089%; height: 22.1181px; text-align: center;\">VVC HOTEL´S</td>\r\n<td style=\"width: 14.0363%; height: 22.1181px; text-align: center;\">3138516470</td>\r\n<td style=\"width: 59.5672%; height: 22.1181px; text-align: center;\">[email protected]</td>\r\n</tr>\r\n<tr style=\"height: 22.1181px;\">\r\n<td style=\"width: 26.4089%; height: 22.1181px; text-align: center;\">Hotel Royal Plaza</td>\r\n<td style=\"width: 14.0363%; height: 22.1181px; text-align: center;\">3127713830</td>\r\n<td style=\"width: 59.5672%; height: 22.1181px; text-align: center;\"> </td>\r\n</tr>\r\n<tr style=\"height: 22.1181px;\">\r\n<td style=\"width: 26.4089%; height: 22.1181px; text-align: center;\">Casa Corona</td>\r\n<td style=\"width: 14.0363%; height: 22.1181px; text-align: center;\">3142165385</td>\r\n<td style=\"width: 59.5672%; height: 22.1181px; text-align: center;\">[email protected]</td>\r\n</tr>\r\n<tr style=\"height: 22.1181px;\">\r\n<td style=\"width: 26.4089%; height: 22.1181px; text-align: center;\">Hotel casa del sol</td>\r\n<td style=\"width: 14.0363%; height: 22.1181px; text-align: center;\">3213430208</td>\r\n<td style=\"width: 59.5672%; height: 22.1181px; text-align: center;\"> </td>\r\n</tr>\r\n<tr style=\"height: 21.5278px;\">\r\n<td style=\"width: 26.4089%; text-align: center; height: 21.5278px;\">Hotel Boutique Armoni</td>\r\n<td style=\"width: 14.0363%; text-align: center; height: 21.5278px;\">3115300055</td>\r\n<td style=\"width: 59.5672%; text-align: center; height: 21.5278px;\">[email protected] www.armonihotel.co</td>\r\n</tr>\r\n<tr style=\"height: 22.1181px;\">\r\n<td style=\"width: 26.4089%; height: 22.1181px; text-align: center;\">Hotel Casa Real</td>\r\n<td style=\"width: 14.0363%; height: 22.1181px; text-align: center;\">3167522472</td>\r\n<td style=\"width: 59.5672%; height: 22.1181px; text-align: center;\">[email protected]</td>\r\n</tr>\r\n<tr style=\"height: 21.5278px;\">\r\n<td style=\"width: 26.4089%; text-align: center; height: 21.5278px;\">Hotel Centenario Boutique</td>\r\n<td style=\"width: 14.0363%; text-align: center; height: 21.5278px;\">3227940772</td>\r\n<td style=\"width: 59.5672%; text-align: center; height: 21.5278px;\">www.hotelportaldelllano.com</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 26.4089%; text-align: center;\">Hotel Portal del Llano</td>\r\n<td style=\"width: 14.0363%; text-align: center;\">3044481777</td>\r\n<td style=\"width: 59.5672%; text-align: center;\">www.hotelportaldelllano.com</td>\r\n</tr>\r\n<tr style=\"height: 20.7986px;\">\r\n<td style=\"width: 26.4089%; height: 20.7986px; text-align: center;\">Hotel Santa Ana Real</td>\r\n<td style=\"width: 14.0363%; height: 20.7986px; text-align: center;\">3212111957</td>\r\n<td style=\"width: 59.5672%; height: 20.7986px; text-align: center;\">[email protected]</td>\r\n</tr>\r\n<tr style=\"height: 22.1181px;\">\r\n<td style=\"width: 26.4089%; height: 22.1181px; text-align: center;\">Hotel del Llano</td>\r\n<td style=\"width: 14.0363%; height: 22.1181px; text-align: center;\">3219492527</td>\r\n<td style=\"width: 59.5672%; height: 22.1181px; text-align: center;\">[email protected] www.hoteldelllano.com</td>\r\n</tr>\r\n<tr style=\"height: 22.1181px;\">\r\n<td style=\"width: 26.4089%; text-align: center; height: 22.1181px;\">Hotel María Gloria</td>\r\n<td style=\"width: 14.0363%; text-align: center; height: 22.1181px;\">3115902014</td>\r\n<td style=\"width: 59.5672%; text-align: center; height: 22.1181px;\">www.hotelmariagloria.com</td>\r\n</tr>\r\n<tr style=\"height: 22.4306px;\">\r\n<td style=\"width: 26.4089%; height: 22.4306px; text-align: center;\">Hotel Cayena inn</td>\r\n<td style=\"width: 14.0363%; height: 22.4306px; text-align: center;\">3143328609</td>\r\n<td style=\"width: 59.5672%; height: 22.4306px; text-align: center;\">[email protected]</td>\r\n</tr>\r\n</tbody>\r\n</table>\";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:393;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2024-04-06 02:08:17\";s:11:\"modified_by\";i:393;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":86:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"0\";s:11:\"link_titles\";s:1:\"0\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"0\";s:13:\"show_category\";s:1:\"0\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"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:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";i:0;s:7:\"captcha\";s:0:\"\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:27:\"show_configure_edit_options\";s:1:\"1\";s:16:\"show_permissions\";s:1:\"1\";s:22:\"show_associations_edit\";s:1:\"1\";s:12:\"save_history\";s:1:\"1\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";i:1;s:18:\"blog_class_leading\";s:0:\"\";s:18:\"num_intro_articles\";i:4;s:10:\"blog_class\";s:0:\"\";s:11:\"num_columns\";i:1;s:18:\"multi_column_order\";s:1:\"0\";s:9:\"num_links\";i:4;s:24:\"show_subcategory_content\";s:1:\"0\";s:16:\"link_intro_image\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"display_num\";s:2:\"10\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";s:7:\"sef_ids\";i:1;s:20:\"custom_fields_enable\";s:1:\"1\";s:16:\"workflow_enabled\";s:1:\"0\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"version\";i:70;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:24:\"10:informacion-turistica\";s:7:\"catslug\";s:15:\"2:uncategorised\";s:6:\"author\";s:13:\"Administrador\";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:\"2023-09-05 13:53:14\";i:10;N;i:11;s:77:\"index.php?option=com_content&view=article&id=10:informacion-turistica&catid=2\";i:12;N;i:13;s:19:\"2023-09-05 13:53:14\";i:14;i:1;i:15;a:4:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:3;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"Administrador\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:5;}}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:7;}}s:8:\"Language\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}}i:16;s:23:\"Información turística\";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=10\";}'),(12,'index.php?option=com_content&view=article&id=11','index.php?option=com_content&view=article&id=11:presentacion-del-congreso&catid=2','Presentación del Congreso',' BIENVENIDOS! En esta nueva versión del Congreso Colombiano de Ictiología y del Encuentro Suramericano de Ictiólogos, es la región de la Orinoquia la que acogerá en la ciudad de Villavicencio, a todos los invitados a esta reunión de todos los que trabajamos con peces, desde los variados enfoques desde los cuales se puede abordar su conocimiento. Además, en coordinación con la Sociedad Ictiológica Mexicana A.C. se celebrará por primera vez de forma conjunta, el X Simposio Latinoamericano de Ictiología. Es una nueva oportunidad para compartir los avances logrados en nuestras investigaciones y los descubrimientos que se han hecho, y también para establecer redes que permitan a la ictiología latinoamericana, avanzar en el conocimiento de la vasta biodiversidad íctica de la región. También será el espacio para discutir sobre las amenazas que se ciernen sobre esta riqueza biológica única: la degradación y contaminación del hábitat por efectos de actividades antrópicas, la sobrepesca y las variaciones ambientales, consecuencia del cambio climático, y sus efectos sobre los recursos y las estrategias para enfrentar esos desafíos. Adicionalmente, este año se tendrá un espacio orientado a la discusión y análisis sobre la equidad de género y la inclusión en la ictiología latinoamericana. El congreso no solo es la cita bianual, donde investigadores, profesores, estudiantes y demás profesionales de la ictiología, se podrán volver a encontrar y compartir, sino también un espacio con el que, a través de los diferentes simposios, se contribuye a la conservación de esta rica herencia natural para que las futuras generaciones puedan, al igual que la actual, disfrutar la belleza y diversidad de los peces, y para que las comunidades que dependen de ellos puedan seguir recibiendo los beneficios que la pesca les aporta. ¡Los esperamos! ICTIÓLOGO HOMENAJEADO: MAURICIO VALDERRAMA BARCO Comité Organizador Rosa Elena Ajiaco Martínez, Fundación Bioikos([email protected]). Hernando Ramírez Gil, Universidad de los Llanos ([email protected]). Carlos Arturo García Alzate, Universidad del Atlántico ([email protected]). Carlos DoNascimiento, Universidad de Antioquia ([email protected]). Adriana Santos Martínez, Universidad Nacional de Colombia, sede Caribe ([email protected]). Luis Alonso Zapata Padilla, WWF Colombia ([email protected]). Christian Camilo Conde Saldaña, Universidad del Tolima ([email protected]) ','2024-04-22 21:22:33','080358823bf062de4b05d21ca49272e2',1,1,1,'*','2023-09-26 12:54:26',NULL,'2023-09-26 12:54:26',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:2526:\" BIENVENIDOS! En esta nueva versión del Congreso Colombiano de Ictiología y del Encuentro Suramericano de Ictiólogos, es la región de la Orinoquia la que acogerá en la ciudad de Villavicencio, a todos los invitados a esta reunión de todos los que trabajamos con peces, desde los variados enfoques desde los cuales se puede abordar su conocimiento. Además, en coordinación con la Sociedad Ictiológica Mexicana A.C. se celebrará por primera vez de forma conjunta, el X Simposio Latinoamericano de Ictiología. Es una nueva oportunidad para compartir los avances logrados en nuestras investigaciones y los descubrimientos que se han hecho, y también para establecer redes que permitan a la ictiología latinoamericana, avanzar en el conocimiento de la vasta biodiversidad íctica de la región. También será el espacio para discutir sobre las amenazas que se ciernen sobre esta riqueza biológica única: la degradación y contaminación del hábitat por efectos de actividades antrópicas, la sobrepesca y las variaciones ambientales, consecuencia del cambio climático, y sus efectos sobre los recursos y las estrategias para enfrentar esos desafíos. Adicionalmente, este año se tendrá un espacio orientado a la discusión y análisis sobre la equidad de género y la inclusión en la ictiología latinoamericana. El congreso no solo es la cita bianual, donde investigadores, profesores, estudiantes y demás profesionales de la ictiología, se podrán volver a encontrar y compartir, sino también un espacio con el que, a través de los diferentes simposios, se contribuye a la conservación de esta rica herencia natural para que las futuras generaciones puedan, al igual que la actual, disfrutar la belleza y diversidad de los peces, y para que las comunidades que dependen de ellos puedan seguir recibiendo los beneficios que la pesca les aporta. ¡Los esperamos! ICTIÓLOGO HOMENAJEADO: MAURICIO VALDERRAMA BARCO Comité Organizador Rosa Elena Ajiaco Martínez, Fundación Bioikos([email protected]). Hernando Ramírez Gil, Universidad de los Llanos ([email protected]). Carlos Arturo García Alzate, Universidad del Atlántico ([email protected]). Carlos DoNascimiento, Universidad de Antioquia ([email protected]). Adriana Santos Martínez, Universidad Nacional de Colombia, sede Caribe ([email protected]). Luis Alonso Zapata Padilla, WWF Colombia ([email protected]). Christian Camilo Conde Saldaña, Universidad del Tolima ([email protected]) \";i:3;a:25:{s:2:\"id\";i:11;s:5:\"alias\";s:25:\"presentacion del congreso\";s:7:\"summary\";s:3024:\"<p><img src=\"images/Tira%20logos.jpg\" alt=\"comite\" width=\"2181\" height=\"313\" loading=\"lazy\" /></p>\r\n<h1 style=\"text-align: center;\">BIENVENIDOS!</h1>\r\n<p style=\"text-align: justify;\">En esta nueva versión del Congreso Colombiano de Ictiología y del Encuentro Suramericano de Ictiólogos, es la región de la Orinoquia la que acogerá en la ciudad de Villavicencio, a todos los invitados a esta reunión de todos los que trabajamos con peces, desde los variados enfoques desde los cuales se puede abordar su conocimiento. Además, en coordinación con la Sociedad Ictiológica Mexicana A.C. se celebrará por primera vez de forma conjunta, el X Simposio Latinoamericano de Ictiología.</p>\r\n<p style=\"text-align: justify;\">Es una nueva oportunidad para compartir los avances logrados en nuestras investigaciones y los descubrimientos que se han hecho, y también para establecer redes que permitan a la ictiología latinoamericana, avanzar en el conocimiento de la vasta biodiversidad íctica de la región. También será el espacio para discutir sobre las amenazas que se ciernen sobre esta riqueza biológica única: la degradación y contaminación del hábitat por efectos de actividades antrópicas, la sobrepesca y las variaciones ambientales, consecuencia del cambio climático, y sus efectos sobre los recursos y las estrategias para enfrentar esos desafíos. Adicionalmente, este año se tendrá un espacio orientado a la discusión y análisis sobre la equidad de género y la inclusión en la ictiología latinoamericana.</p>\r\n<p style=\"text-align: justify;\">El congreso no solo es la cita bianual, donde investigadores, profesores, estudiantes y demás profesionales de la ictiología, se podrán volver a encontrar y compartir, sino también un espacio con el que, a través de los diferentes simposios, se contribuye a la conservación de esta rica herencia natural para que las futuras generaciones puedan, al igual que la actual, disfrutar la belleza y diversidad de los peces, y para que las comunidades que dependen de ellos puedan seguir recibiendo los beneficios que la pesca les aporta.</p>\r\n<p style=\"text-align: justify;\">¡Los esperamos!</p>\r\n<p style=\"text-align: center;\"><strong> <span style=\"font-size: 18px;\">ICTIÓLOGO HOMENAJEADO: MAURICIO VALDERRAMA BARCO</span></strong></p>\r\n<h2 style=\"text-align: left;\">Comité Organizador </h2>\r\n<ul>\r\n<li>Rosa Elena Ajiaco Martínez, Fundación Bioikos ([email protected]).</li>\r\n<li>Hernando Ramírez Gil, Universidad de los Llanos ([email protected]).</li>\r\n<li>Carlos Arturo García Alzate, Universidad del Atlántico ([email protected]).</li>\r\n<li>Carlos DoNascimiento, Universidad de Antioquia ([email protected]).</li>\r\n<li>Adriana Santos Martínez, Universidad Nacional de Colombia, sede Caribe ([email protected]).</li>\r\n<li>Luis Alonso Zapata Padilla, WWF Colombia ([email protected]).</li>\r\n<li>Christian Camilo Conde Saldaña, Universidad del Tolima ([email protected])</li>\r\n</ul>\";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:393;s:16:\"created_by_alias\";s:0:\"\";s:8:\"modified\";s:19:\"2024-04-22 21:22:33\";s:11:\"modified_by\";i:393;s:6:\"params\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":86:{s:14:\"article_layout\";s:9:\"_:default\";s:10:\"show_title\";s:1:\"0\";s:11:\"link_titles\";s:1:\"0\";s:10:\"show_intro\";s:1:\"1\";s:19:\"info_block_position\";s:1:\"0\";s:21:\"info_block_show_title\";s:1:\"0\";s:13:\"show_category\";s:1:\"0\";s:13:\"link_category\";s:1:\"1\";s:20:\"show_parent_category\";s:1:\"0\";s:20:\"link_parent_category\";s:1:\"0\";s:17:\"show_associations\";s:1:\"0\";s:5:\"flags\";s:1:\"1\";s:11:\"show_author\";s:1:\"0\";s:11:\"link_author\";s:1:\"0\";s:16:\"show_create_date\";s:1:\"0\";s:16:\"show_modify_date\";s:1:\"0\";s:17:\"show_publish_date\";s:1:\"0\";s:20:\"show_item_navigation\";s:1:\"0\";s:13:\"show_readmore\";s:1:\"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:\"0\";s:11:\"show_noauth\";s:1:\"0\";s:13:\"urls_position\";i:0;s:7:\"captcha\";s:0:\"\";s:23:\"show_publishing_options\";s:1:\"1\";s:20:\"show_article_options\";s:1:\"1\";s:27:\"show_configure_edit_options\";s:1:\"1\";s:16:\"show_permissions\";s:1:\"1\";s:22:\"show_associations_edit\";s:1:\"1\";s:12:\"save_history\";s:1:\"1\";s:13:\"history_limit\";i:10;s:25:\"show_urls_images_frontend\";s:1:\"0\";s:24:\"show_urls_images_backend\";s:1:\"1\";s:7:\"targeta\";i:0;s:7:\"targetb\";i:0;s:7:\"targetc\";i:0;s:11:\"float_intro\";s:4:\"left\";s:14:\"float_fulltext\";s:4:\"left\";s:15:\"category_layout\";s:6:\"_:blog\";s:19:\"show_category_title\";s:1:\"0\";s:16:\"show_description\";s:1:\"0\";s:22:\"show_description_image\";s:1:\"0\";s:8:\"maxLevel\";s:1:\"1\";s:21:\"show_empty_categories\";s:1:\"0\";s:16:\"show_no_articles\";s:1:\"1\";s:32:\"show_category_heading_title_text\";s:1:\"1\";s:16:\"show_subcat_desc\";s:1:\"1\";s:21:\"show_cat_num_articles\";s:1:\"0\";s:13:\"show_cat_tags\";s:1:\"1\";s:21:\"show_base_description\";s:1:\"1\";s:11:\"maxLevelcat\";s:2:\"-1\";s:25:\"show_empty_categories_cat\";s:1:\"0\";s:20:\"show_subcat_desc_cat\";s:1:\"1\";s:25:\"show_cat_num_articles_cat\";s:1:\"1\";s:20:\"num_leading_articles\";i:1;s:18:\"blog_class_leading\";s:0:\"\";s:18:\"num_intro_articles\";i:4;s:10:\"blog_class\";s:0:\"\";s:11:\"num_columns\";i:1;s:18:\"multi_column_order\";s:1:\"0\";s:9:\"num_links\";i:4;s:24:\"show_subcategory_content\";s:1:\"0\";s:16:\"link_intro_image\";s:1:\"0\";s:21:\"show_pagination_limit\";s:1:\"1\";s:12:\"filter_field\";s:4:\"hide\";s:13:\"show_headings\";s:1:\"1\";s:14:\"list_show_date\";s:1:\"0\";s:11:\"date_format\";s:0:\"\";s:14:\"list_show_hits\";s:1:\"1\";s:16:\"list_show_author\";s:1:\"1\";s:11:\"display_num\";s:2:\"10\";s:11:\"orderby_pri\";s:5:\"order\";s:11:\"orderby_sec\";s:5:\"rdate\";s:10:\"order_date\";s:9:\"published\";s:15:\"show_pagination\";s:1:\"2\";s:23:\"show_pagination_results\";s:1:\"1\";s:13:\"show_featured\";s:4:\"show\";s:14:\"show_feed_link\";s:1:\"1\";s:12:\"feed_summary\";s:1:\"0\";s:18:\"feed_show_readmore\";s:1:\"0\";s:7:\"sef_ids\";i:1;s:20:\"custom_fields_enable\";s:1:\"1\";s:16:\"workflow_enabled\";s:1:\"0\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"metakey\";s:0:\"\";s:8:\"metadesc\";s:0:\"\";s:8:\"metadata\";O:24:\"Joomla\\Registry\\Registry\":3:{s:7:\"\0*\0data\";O:8:\"stdClass\":3:{s:6:\"robots\";s:0:\"\";s:6:\"author\";s:0:\"\";s:6:\"rights\";s:0:\"\";}s:14:\"\0*\0initialized\";b:1;s:12:\"\0*\0separator\";s:1:\".\";}s:7:\"version\";i:28;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:28:\"11:presentacion-del-congreso\";s:7:\"catslug\";s:15:\"2:uncategorised\";s:6:\"author\";s:13:\"Administrador\";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:\"2023-09-26 12:54:26\";i:10;N;i:11;s:81:\"index.php?option=com_content&view=article&id=11:presentacion-del-congreso&catid=2\";i:12;N;i:13;s:19:\"2023-09-26 12:54:26\";i:14;i:1;i:15;a:4:{s:4:\"Type\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:7:\"Article\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:3;}}s:6:\"Author\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:13:\"Administrador\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:5;}}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:7;}}s:8:\"Language\";a:1:{i:0;O:8:\"stdClass\":6:{s:5:\"title\";s:1:\"*\";s:5:\"state\";i:1;s:6:\"access\";i:1;s:8:\"language\";s:0:\"\";s:6:\"nested\";b:0;s:2:\"id\";i:9;}}}i:16;s:26:\"Presentación del Congreso\";i:17;i:3;i:18;s:47:\"index.php?option=com_content&view=article&id=11\";}');
/*!40000 ALTER TABLE `cql20_finder_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_finder_links_terms`
--
DROP TABLE IF EXISTS `cql20_finder_links_terms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_finder_links_terms`
--
LOCK TABLES `cql20_finder_links_terms` WRITE;
/*!40000 ALTER TABLE `cql20_finder_links_terms` DISABLE KEYS */;
INSERT INTO `cql20_finder_links_terms` VALUES (6,1,0.07),(3,1,0.14),(9,1,0.17),(5,1,0.7),(3,3,0.14),(5,3,0.42),(3,4,0.38),(5,4,0.42),(3,5,1.04004),(5,5,1.04004),(6,5,1.04004),(7,5,1.04004),(11,5,1.04004),(12,5,1.04004),(11,9,0.18662),(9,9,0.67983),(3,9,1.67958),(12,9,1.77289),(6,9,4.37224),(5,9,4.38557),(11,10,0.56),(12,10,1.58),(5,10,1.82),(6,10,1.96),(6,16,0.46669),(11,23,1.75992),(12,33,0.37331),(5,35,0.32016),(6,35,0.4669),(12,35,0.60697),(3,35,0.65366),(6,65,0.14),(9,65,0.14),(9,66,0.21),(9,68,0.49),(9,71,0.42),(9,72,0.32669),(6,74,0.37331),(9,74,0.37331),(6,75,0.09331),(11,75,0.37324),(12,75,0.37324),(6,76,0.37331),(9,76,2.34652),(6,77,0.28),(9,77,0.28),(11,77,0.28),(5,77,0.56),(9,79,0.04669),(6,80,0.14),(12,80,0.56),(9,81,0.14),(9,82,0.37331),(9,85,0.51331),(6,86,0.60669),(9,86,0.60669),(9,87,0.42),(9,88,0.23331),(9,89,0.23331),(9,93,0.28),(3,94,0.18669),(9,94,0.18669),(11,94,0.18669),(12,94,0.18669),(9,95,0.37331),(5,95,0.74662),(12,97,0.42),(9,98,0.14),(5,102,0.23331),(3,104,0.07),(9,104,0.07),(5,104,0.28),(3,109,0.18669),(5,109,0.18669),(9,109,0.18669),(12,113,0.09331),(6,113,0.27993),(5,113,0.9331),(12,118,0.14),(5,123,0.45339),(5,124,0.42),(12,124,0.42),(6,124,0.56),(12,129,0.46655),(5,129,0.65317),(6,129,1.8662),(3,130,0.27993),(12,130,0.55986),(5,130,0.74648),(6,130,1.58627),(11,141,0.09331),(3,141,0.46655),(6,141,0.83979),(5,141,1.02641),(12,141,1.8662),(3,142,0.14),(5,142,0.14),(12,142,0.7),(6,142,1.68),(3,145,0.28),(5,145,0.7),(6,145,1.26),(12,145,1.68),(3,150,0.32669),(6,150,0.32669),(12,154,0.37331),(3,155,0.14),(5,155,0.28),(12,155,0.28),(6,155,1.12),(6,162,0.7),(12,162,1.54),(12,166,0.56),(6,168,0.7),(12,172,0.18662),(5,172,0.27993),(6,172,0.55986),(3,173,0.51331),(12,173,2.56655),(6,173,4.61979),(12,245,0.09331),(6,245,0.18662),(5,245,0.27993),(3,253,0.14),(5,253,0.52),(11,254,0.04669),(3,254,0.09338),(6,254,0.28014),(12,254,0.37352),(5,254,0.4669),(12,260,0.28),(3,264,0.56),(3,278,0.18669),(5,278,0.37338),(6,278,0.37338),(6,287,0.28),(12,291,0.46669),(6,298,0.23331),(5,302,0.18669),(6,328,0.04669),(5,328,0.23345),(3,333,0.18669),(5,333,0.37338),(6,333,0.56007),(12,333,1.12014),(12,336,0.28),(12,340,0.60669),(5,340,1.21338),(5,346,0.18662),(6,346,0.65317),(12,346,0.65317),(12,348,0.18669),(12,349,0.93324),(5,352,0.18669),(6,352,0.56007),(5,353,0.65338),(3,354,0.14),(5,354,0.14),(12,354,0.14),(6,354,0.28),(11,356,0.28),(5,380,0.14),(6,380,0.17),(3,380,0.21),(12,383,0.46669),(6,392,0.84),(12,400,0.23331),(12,412,0.46662),(5,415,0.37338),(6,431,0.28),(5,431,0.56),(6,434,0.14),(12,434,0.14),(5,443,0.14),(7,443,0.17),(3,443,0.28),(3,444,0.35),(5,455,0.18669),(6,455,0.18669),(5,456,1.26),(5,457,2.71983),(6,459,0.42),(6,460,0.04669),(6,469,0.32669),(6,476,0.28),(5,476,0.56),(11,501,0.60669),(12,501,0.60669),(5,507,1.02662),(6,510,0.56),(11,524,0.7),(9,526,0.24),(9,527,0.63996),(5,527,0.74662),(12,527,0.74662),(6,527,2.98648),(9,532,2.46679),(6,537,0.37338),(6,541,0.56),(5,542,0.32669),(6,542,0.65338),(5,545,0.14),(5,547,0.74662),(5,565,0.42),(5,575,0.23331),(12,575,0.23331),(5,576,0.18669),(5,584,0.65331),(5,585,0.65338),(5,587,0.09331),(12,587,0.09331),(6,587,0.46655),(12,615,0.42),(5,619,0.32669),(6,631,0.93338),(12,636,0.51331),(5,636,2.05324),(12,647,0.28),(12,660,0.32669),(6,665,0.56),(12,669,0.23331),(6,691,0.09331),(5,691,0.18662),(5,698,0.65338),(3,702,0.23331),(12,702,0.23331),(12,721,0.37331),(3,749,0.28),(6,754,0.84),(3,772,0.23331),(5,772,1.16655),(5,780,0.14),(6,780,0.14),(5,785,0.14),(12,823,1.12),(5,824,0.23331),(12,824,0.46662),(12,858,0.46669),(6,863,0.14),(6,880,0.37331),(12,913,0.28),(12,919,0.46669),(6,931,0.60669),(12,993,0.32669),(6,1001,0.46662),(3,1004,0.65331),(12,1010,0.37331),(5,1042,0.32669),(12,1063,0.51331),(12,1072,0.28),(6,1087,0.46662),(6,1113,0.27993),(12,1113,0.27993),(5,1141,0.93338),(6,1141,0.93338),(12,1164,0.42),(6,1173,0.51331),(6,1182,0.46669),(5,1225,0.14),(12,1225,0.14),(5,1239,0.84),(6,1245,0.23331),(6,1275,0.7),(12,1275,0.7),(3,1303,0.37331),(3,1305,0.32669),(3,1310,0.37331),(12,1310,0.37331),(12,1343,0.46662),(3,1343,1.16655),(5,1346,0.09331),(6,1346,0.18662),(6,1361,0.56),(3,1385,0.51331),(12,1385,0.51331),(12,1390,0.28),(5,1443,1.26),(5,1449,2.48),(12,1468,0.32669),(6,1472,0.69993),(5,1477,0.32669),(6,1477,0.32669),(6,1481,0.56),(5,1489,0.23331),(6,1505,0.84),(12,1539,0.60669),(6,1541,0.14),(12,1548,0.51331),(12,1575,0.34),(6,1578,0.23331),(6,1587,0.14),(6,1616,0.42),(12,1636,0.42),(6,1638,1.26),(6,1647,0.84),(12,1705,0.65331),(3,1727,0.37331),(12,1729,0.28),(3,1729,0.56),(12,1734,0.56),(5,1757,0.32669),(12,1757,0.32669),(3,1782,0.18669),(12,1782,0.74676),(5,1784,0.23331),(3,1795,0.56),(12,1795,0.56),(3,1807,0.65338),(3,1824,0.14),(11,1824,0.34),(6,1838,0.23331),(5,1856,0.28),(5,1860,0.28),(6,1860,1.96),(12,1866,1.36),(6,1866,1.92),(12,1867,0.46669),(5,1889,0.84),(6,1912,0.37331),(5,1912,0.74662),(6,1933,0.23331),(5,1933,0.46662),(3,1935,0.46669),(12,1935,2.33345),(5,1947,0.42),(6,1952,0.23331),(12,1960,0.46662),(6,1998,0.74662),(12,2040,0.46669),(12,2043,0.51331),(12,2063,0.7),(6,2114,0.14),(6,2115,0.42),(6,2117,1.16655),(12,2119,0.28),(6,2119,1.4),(6,2124,0.51331),(11,2124,0.51331),(5,2124,1.02662),(11,2136,0.28),(6,2136,0.56),(5,2136,1.4),(6,2137,1.24),(5,2148,0.23331),(5,2149,0.23331),(5,2219,0.37331),(12,2221,0.46669),(5,2260,0.23331),(9,2267,0.48),(6,2267,0.56),(5,2267,2.24),(6,2283,0.18669),(12,2283,0.18669),(6,2286,0.32669),(6,2314,0.69993),(6,2316,0.32669),(6,2358,0.18669),(5,2378,0.32669),(6,2378,0.32669),(12,2378,0.98007),(5,2443,6.67303),(5,2445,0.72009),(5,2455,0.46662),(5,2533,0.18669),(6,2533,0.18669),(12,2560,0.56),(12,2618,0.37331),(12,2624,0.14),(12,2626,0.42),(6,2653,0.42),(5,2653,1.68),(6,2662,0.42),(3,2689,0.42),(12,2689,0.42),(6,2697,0.23331),(12,2702,0.32669),(6,2751,0.14),(6,2802,0.51331),(6,2932,0.37331),(6,2947,0.23331),(6,2960,0.69993),(6,2965,2.23986),(12,3052,0.04669),(6,3052,0.09338),(12,3064,0.37331),(5,3150,0.32669),(6,3166,0.37331),(6,3196,0.23331),(12,3197,0.23331),(6,3206,3.54),(12,3223,0.14),(3,3275,0.37331),(11,3275,0.37331),(6,3275,1.11993),(5,3275,1.86655),(12,3275,2.71983),(5,3277,0.37338),(3,3277,1.12014),(7,3282,3.45321),(12,3283,0.32669),(12,3284,0.28),(5,3285,0.65331),(12,3285,0.65331),(3,3286,0.37331),(12,3286,0.37331),(12,3287,0.46669),(12,3288,0.32669),(12,3289,0.32669),(12,3290,0.42),(12,3291,0.42),(12,3292,0.32669),(12,3293,0.18669),(12,3294,0.28),(12,3295,0.84),(12,3296,0.37331),(12,3297,0.56),(12,3298,0.60669),(12,3299,0.51331),(12,3300,0.37331),(12,3301,0.7),(12,3302,0.37331),(12,3303,0.42),(12,3304,0.65338),(12,3305,0.23331),(12,3306,0.42),(12,3307,0.42),(12,3308,0.18669),(6,3309,0.32669),(12,3309,0.98007),(12,3310,0.32669),(12,3311,0.56),(12,3312,0.28),(12,3313,0.23331),(12,3314,0.37331),(12,3315,0.32669),(12,3316,0.51331),(12,3317,0.46669),(5,3317,0.93338),(12,3318,0.42),(12,3319,1.4),(12,3320,0.37331),(12,3321,0.37331),(12,3322,0.37331),(12,3323,0.51331),(12,3324,0.42),(12,3325,0.23331),(12,3326,1.6),(12,3327,0.32669),(12,3328,0.23331),(12,3329,0.46669),(5,3330,0.32669),(12,3330,0.32669),(12,3331,0.18669),(12,3332,0.32669),(6,3333,0.28),(12,3333,0.28),(12,3334,0.37331),(6,3334,0.74662),(3,3334,2.61317),(3,3335,0.42),(5,3335,0.42),(12,3335,0.42),(12,3336,0.18669),(12,3337,0.46669),(6,3338,0.18669),(12,3338,0.18669),(12,3339,0.56),(12,3340,0.46669),(12,3341,0.51331),(12,3342,0.37331),(12,3343,0.23331),(12,3344,0.32669),(12,3345,0.28),(12,3346,0.04669),(12,3347,0.28),(12,3348,0.23331),(3,3410,0.28),(3,3413,1.6),(3,3414,3.04),(6,3416,1.2),(11,3417,1.4666),(11,3418,1.2),(5,3420,1.54),(5,3421,0.49),(5,3423,0.98),(5,3424,0.98),(5,3425,0.49),(5,3426,0.49),(5,3427,0.49),(5,3428,0.49),(5,3429,0.49),(5,3430,0.49),(5,3431,0.49),(5,3432,0.49),(5,3433,0.49),(5,3434,0.49),(5,3435,0.49),(5,3436,0.49),(5,3437,0.49),(6,3438,0.23331),(5,3438,1.39986),(5,3439,0.74662),(5,3440,0.74662),(5,3441,0.51331),(5,3442,0.65338),(6,3443,0.28),(5,3445,1.40007),(5,3446,0.51331),(5,3447,0.46669),(3,3449,0.51331),(5,3449,0.51331),(5,3450,0.60669),(5,3451,0.7),(5,3452,0.7),(5,3453,1.68),(5,3458,0.23331),(6,3465,0.23331),(5,3466,0.37331),(6,3466,0.37331),(5,3467,1.30676),(6,3468,0.42),(5,3468,0.84),(5,3469,1.4),(12,3470,0.14),(5,3471,1.96014),(5,3473,0.65331),(5,3474,0.51331),(5,3476,0.56),(5,3479,0.51331),(5,3480,0.42),(5,3481,1.4),(6,3482,0.37331),(5,3482,0.74662),(12,3547,0.23331),(12,3548,0.42),(12,3549,0.51331),(12,3550,0.42),(12,3551,0.46669),(3,3556,1.12),(6,3558,1.02662),(5,3558,3.07986),(3,3566,0.37331),(3,3567,0.56),(3,3568,0.46669),(3,3573,0.32669),(3,3576,0.42),(3,3577,0.46669),(3,3578,0.56),(3,3579,0.56),(3,3584,0.14),(3,3586,1.53993),(3,3587,1.68),(3,3589,0.32669),(5,3617,0.49),(5,3618,0.49),(5,3619,0.49),(5,3624,0.14),(5,3625,0.65338),(5,3626,0.51331),(5,3627,1.4),(5,3631,0.49),(5,3632,0.49),(5,3633,0.49),(5,3634,0.49),(5,3635,0.49),(5,3636,0.49),(5,3637,0.49),(5,3638,0.49),(5,3639,0.49),(5,3640,0.49),(5,3641,0.49),(5,3642,0.49),(5,3643,0.49),(5,3644,0.49),(5,3645,0.49),(5,3646,0.32669),(6,3646,0.32669),(5,3647,0.32669),(5,3648,0.51331),(5,3649,0.51331),(5,3651,0.56),(5,3652,0.42),(5,3653,0.32669),(5,3654,0.23331),(5,3655,0.32669),(5,3656,0.65338),(5,3658,0.98007),(5,3659,0.37331),(5,3660,0.09331),(5,3661,0.42),(5,3662,0.18669),(5,3663,0.65338),(5,3664,0.51331),(5,3665,0.37331),(5,3666,0.28),(5,3668,0.42),(6,3694,0.42),(6,3695,0.56),(6,3696,0.32669),(6,3697,0.98007),(6,3698,0.37338),(6,3699,1.11993),(6,3700,1.4),(6,3701,0.65338),(6,3702,0.32669),(6,3703,0.37331),(6,3704,0.46669),(6,3705,0.98007),(6,3706,0.28),(6,3707,0.56),(6,3708,0.28),(6,3709,1.26),(6,3710,0.65331),(6,3711,2.05324),(6,3712,0.93338),(6,3713,0.23331),(6,3714,1.26),(6,3715,0.84),(6,3716,0.32669),(6,3717,0.65338),(6,3718,0.37331),(6,3719,0.42),(6,3720,0.42),(6,3721,2.61352),(6,3722,0.37331),(6,3723,0.93338),(6,3724,0.42),(6,3725,0.42),(6,3726,0.46669),(6,3727,1.02662),(6,3728,0.32669),(6,3729,0.23331),(6,3730,0.28),(6,3731,0.18669),(6,3757,0.14),(6,3758,0.37331),(12,3759,0.42),(6,3759,0.84),(6,3760,0.56),(6,3761,0.28),(6,3762,0.14),(6,3763,0.18669),(6,3764,0.74662),(6,3765,0.42),(6,3767,0.09331),(6,3768,0.98007),(6,3769,0.37331),(6,3770,0.37331),(6,3771,0.04669),(6,3772,1.21338),(6,3773,0.37331),(6,3774,0.37338),(6,3775,0.37338),(6,3777,0.37338),(6,3778,0.65338),(6,3779,0.56),(12,3779,0.56),(6,3780,0.56),(6,3781,0.37331),(6,3782,0.23331),(6,3788,0.14),(6,3789,0.46669),(6,3790,0.32669),(6,3791,0.37331),(3,3792,0.18669),(6,3792,0.18669),(6,3793,0.42),(6,3794,0.28),(6,3795,0.23331),(6,3796,0.46669),(6,3797,0.56),(6,3798,0.46669),(6,3799,0.42),(6,3800,0.46669),(6,3801,0.46669),(6,3802,0.37331),(6,3803,0.37331),(6,3804,0.37331),(6,3805,0.42),(6,3806,0.84),(6,3807,0.51331),(6,3808,0.28),(6,3809,0.46662),(6,3810,0.23331),(6,3811,0.37331),(6,3812,0.23331),(6,3814,0.60669),(6,3815,0.23331),(6,3816,0.28),(6,3817,0.42),(6,3818,0.32669),(6,3819,0.37331),(6,3821,0.28),(6,3822,0.42),(6,3823,0.60669),(6,3824,0.51331),(12,3824,0.51331),(6,3825,0.46669),(6,3826,0.32669),(6,3827,0.37331),(6,3828,0.37331),(6,3829,0.42),(6,3830,0.42),(6,3831,0.46669),(6,3832,0.51331),(6,3833,1.26),(6,3834,0.46669),(6,3835,0.42),(6,3836,0.18669),(6,3837,0.42),(6,3838,0.32669),(6,3839,0.60669),(6,3840,0.32669),(6,3841,0.23331),(6,3842,0.37338),(6,3843,0.28),(6,3852,0.56),(12,3853,0.28),(9,3853,0.38),(11,3853,1.4),(9,3854,1.9),(12,3855,0.46662),(9,3855,0.63327),(11,3855,0.93324),(11,3856,1.44),(12,3857,0.51331),(5,3860,0.46669),(5,3862,0.46669),(11,3863,0.28),(11,3864,0.46662),(11,3865,0.37338),(11,3866,0.65331),(11,3867,0.46669),(11,3868,1.4),(11,3870,0.32669),(11,3871,0.56),(6,3873,0.42),(12,3873,0.42),(6,3874,0.84),(12,3874,0.84),(3,3877,0.65331),(3,3880,0.65331),(3,3881,0.60669),(9,3882,0.80004),(6,3905,0.37331),(6,3906,0.56),(6,3908,0.23331),(6,3909,0.7),(3,3911,0.28),(6,3913,0.32669),(3,3914,0.51331),(3,3915,0.56),(6,3916,0.18669),(3,3917,0.37331),(5,3921,0.14),(5,3922,0.14),(5,3923,0.21),(5,3924,0.14),(5,3925,0.14),(5,3926,1.82),(5,3927,0.18669),(5,3928,0.23331),(5,3929,0.37331),(5,3930,0.46662),(5,3931,0.28),(5,3932,0.46662),(5,3934,0.37331),(5,3935,0.93338),(5,3936,0.28),(3,3937,0.37331),(5,3937,0.37331),(5,3939,0.37331),(5,3941,0.32669),(5,3942,0.93324),(5,3945,0.04669),(6,3945,0.04669),(11,3945,0.04669),(5,3946,0.18669),(5,3947,1.21338),(6,3979,0.37331),(6,3985,0.42),(6,3987,1.12),(12,3988,0.37331),(6,3988,0.74662),(6,3991,0.42),(6,3996,0.23331),(5,4009,0.37331),(5,4018,0.37331),(3,4021,0.42),(6,4026,0.37331),(6,4027,0.7),(6,4029,0.32669),(6,4030,0.37331),(6,4034,0.28),(6,4037,0.42),(3,4059,0.14),(6,4069,0.14),(6,4071,0.23331),(12,4072,0.32669),(6,4073,0.28),(12,4073,0.28),(6,4074,0.60669),(6,4075,0.28),(12,4075,0.28),(6,4076,0.32669),(6,4077,0.56),(6,4079,0.32669),(6,4080,0.09331),(6,4081,0.28),(6,4082,0.60669),(12,4082,0.60669),(6,4083,0.23331),(6,4084,0.32669),(6,4085,0.32669),(6,4086,0.32669),(6,4087,0.32669),(6,4088,0.28),(6,4089,0.42),(6,4090,0.42),(6,4091,0.37331),(6,4092,0.42),(12,4093,0.74662),(6,4094,0.37331),(6,4095,0.60669),(6,4096,0.56),(6,4097,0.28),(6,4098,0.18669),(6,4099,0.28),(6,4100,0.18669),(3,4101,0.28),(12,4101,0.28),(12,4102,0.18669),(6,4103,0.23331),(11,4103,0.23331),(6,4104,0.28),(6,4105,0.32669),(6,4106,0.32669),(6,4107,0.32669),(6,4108,0.37331),(12,4110,0.32669),(6,4111,0.23331),(11,4111,0.23331),(12,4112,0.28),(6,4114,0.28),(6,4115,0.28),(6,4116,0.28),(12,4117,0.28),(12,4118,0.28),(6,4119,0.28),(12,4134,0.28),(6,4138,0.32669),(11,4140,0.32669),(11,4141,0.37331),(11,4142,0.32669),(11,4143,0.32669),(11,4147,0.7),(11,4148,0.32669),(11,4149,2.56641),(11,4150,0.23331),(11,4151,0.7),(11,4154,0.7),(11,4155,0.14),(11,4156,0.28),(11,4157,0.74662),(11,4158,0.56007),(11,4159,0.46669),(11,4160,0.28),(11,4161,0.46662),(11,4162,0.28),(11,4163,0.37338),(11,4164,0.23331),(11,4165,0.14),(11,4169,0.7),(11,4170,0.7),(11,4171,0.7),(11,4172,0.7),(11,4173,0.7),(11,4174,0.7),(11,4175,0.7),(11,4176,0.7),(11,4177,0.7),(11,4178,0.7),(11,4179,1.02662),(11,4180,0.28),(11,4181,0.28),(11,4182,0.7),(11,4183,1.4),(11,4184,0.14),(11,4185,0.7),(11,4186,1.11993),(11,4187,0.14),(11,4191,0.65331),(11,4192,1.21338),(11,4193,0.7),(11,4194,0.7),(12,4201,0.28),(12,4214,0.28),(12,4215,0.28),(12,4216,0.37331),(12,4217,0.32669),(12,4218,0.28),(12,4219,0.60669),(12,4220,0.42),(12,4221,0.42),(12,4222,0.23331),(12,4223,0.65331),(12,4224,0.23331),(12,4225,0.42),(12,4226,0.14),(12,4227,0.32669),(12,4228,0.18669),(12,4229,0.74662),(12,4230,0.32669),(12,4231,0.32669),(12,4232,0.37331),(12,4233,0.18669),(12,4234,0.32669),(12,4235,0.28),(12,4236,0.18669),(12,4237,0.18669),(3,4256,0.14),(5,4256,0.28),(5,4257,0.28),(3,4258,0.56),(3,4259,0.14),(3,4261,0.14),(3,4262,0.14),(3,4265,0.42),(3,4266,1.26),(3,4267,0.37331),(3,4270,1.12),(3,4276,0.28),(3,4281,0.56),(3,4282,0.69993),(3,4285,0.32669),(3,4286,1.02662),(3,4296,0.37331),(3,4322,0.51331),(3,4323,0.42),(3,4324,0.56),(3,4325,0.23331),(3,4327,0.09331),(3,4328,0.32669),(3,4329,0.60669),(3,4330,0.28),(3,4331,0.42),(3,4332,0.09331),(6,4333,0.42);
/*!40000 ALTER TABLE `cql20_finder_links_terms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_finder_logging`
--
DROP TABLE IF EXISTS `cql20_finder_logging`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_finder_logging`
--
LOCK TABLES `cql20_finder_logging` WRITE;
/*!40000 ALTER TABLE `cql20_finder_logging` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_finder_logging` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_finder_taxonomy`
--
DROP TABLE IF EXISTS `cql20_finder_taxonomy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_finder_taxonomy` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`parent_id` int unsigned NOT NULL DEFAULT '0',
`lft` int NOT NULL DEFAULT '0',
`rgt` int NOT NULL DEFAULT '0',
`level` int unsigned NOT NULL DEFAULT '0',
`path` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`state` tinyint unsigned NOT NULL DEFAULT '1',
`access` tinyint unsigned NOT NULL DEFAULT '1',
`language` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `idx_state` (`state`),
KEY `idx_access` (`access`),
KEY `idx_path` (`path`(100)),
KEY `idx_level` (`level`),
KEY `idx_left_right` (`lft`,`rgt`),
KEY `idx_alias` (`alias`(100)),
KEY `idx_language` (`language`),
KEY `idx_parent_published` (`parent_id`,`state`,`access`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_finder_taxonomy`
--
LOCK TABLES `cql20_finder_taxonomy` WRITE;
/*!40000 ALTER TABLE `cql20_finder_taxonomy` DISABLE KEYS */;
INSERT INTO `cql20_finder_taxonomy` VALUES (1,0,0,23,0,'','ROOT','root',1,1,'*'),(2,1,1,6,1,'type','Type','type',1,1,''),(3,2,2,3,2,'type/article','Article','article',1,1,''),(4,1,7,10,1,'author','Author','author',1,1,''),(5,4,8,9,2,'author/administrador','Administrador','administrador',1,1,''),(6,1,11,14,1,'category','Category','category',1,1,''),(7,6,12,13,2,'category/uncategorised','Uncategorised','uncategorised',1,1,'*'),(8,1,15,18,1,'language','Language','language',1,1,''),(9,8,16,17,2,'language/faef360113599eb6a0282d981cc199d8','*','faef360113599eb6a0282d981cc199d8',1,1,''),(10,2,4,5,2,'type/contact','Contact','contact',1,1,''),(11,1,19,22,1,'country','Country','country',1,1,''),(12,11,20,21,2,'country/colombia','colombia','colombia',1,1,'');
/*!40000 ALTER TABLE `cql20_finder_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_finder_taxonomy_map`
--
DROP TABLE IF EXISTS `cql20_finder_taxonomy_map`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_finder_taxonomy_map`
--
LOCK TABLES `cql20_finder_taxonomy_map` WRITE;
/*!40000 ALTER TABLE `cql20_finder_taxonomy_map` DISABLE KEYS */;
INSERT INTO `cql20_finder_taxonomy_map` VALUES (3,3),(3,5),(3,7),(3,9),(5,3),(5,5),(5,7),(5,9),(6,3),(6,5),(6,7),(6,9),(7,3),(7,5),(7,7),(7,9),(9,7),(9,9),(9,10),(9,12),(11,3),(11,5),(11,7),(11,9),(12,3),(12,5),(12,7),(12,9);
/*!40000 ALTER TABLE `cql20_finder_taxonomy_map` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_finder_terms`
--
DROP TABLE IF EXISTS `cql20_finder_terms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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=4334 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_finder_terms`
--
LOCK TABLES `cql20_finder_terms` WRITE;
/*!40000 ALTER TABLE `cql20_finder_terms` DISABLE KEYS */;
INSERT INTO `cql20_finder_terms` VALUES (1,'1','1',0,0,0.1,'',339,'*'),(3,'2','2',0,0,0.1,'',398,'*'),(4,'3','3',0,0,0.1,'',334,'*'),(5,'administrador','administrador',0,0,0.8667,'A3523636',907,'*'),(9,'de','de',0,0,0.1333,'D000',919,'*'),(10,'del','del',0,0,0.2,'D400',622,'*'),(16,'evaluación','evaluación',0,0,0.6667,'E1425',135,'*'),(23,'información','información',0,0,0.7333,'I516525',78,'*'),(33,'sociedad','sociedad',0,0,0.5333,'S300',48,'*'),(35,'y','y',0,0,0.0667,'Y000',730,'*'),(65,'12','12',0,0,0.2,'',187,'*'),(66,'135','135',0,0,0.3,'',81,'*'),(68,'6616800','6616800',0,0,0.7,'',81,'*'),(71,'barcelona','barcelona',0,0,0.6,'B6245',81,'*'),(72,'básicas','básicas',0,0,0.4667,'B200',139,'*'),(74,'ciencias','ciencias',0,0,0.5333,'C520',211,'*'),(75,'co','co',0,0,0.1333,'C000',177,'*'),(76,'contacto','contacto',0,0,0.5333,'C5323',122,'*'),(77,'correo','correo',0,0,0.4,'C600',189,'*'),(79,'e','e',0,0,0.0667,'E000',129,'*'),(80,'edu','edu',0,0,0.2,'E300',140,'*'),(81,'ext','ext',0,0,0.2,'E230',81,'*'),(82,'facultad','facultad',0,0,0.5333,'F243',121,'*'),(85,'ingenierías','ingenierías',0,0,0.7333,'I52562',81,'*'),(86,'institucional','institucional',0,0,0.8667,'I523254',187,'*'),(87,'kilometro','kilometro',0,0,0.6,'K4536',81,'*'),(88,'lugar','lugar',0,0,0.3333,'L260',68,'*'),(89,'lópez','lópez',0,0,0.3333,'L120',89,'*'),(93,'puerto','puerto',0,0,0.4,'P630',81,'*'),(94,'sede','sede',0,0,0.2667,'S300',136,'*'),(95,'teléfono','teléfono',0,0,0.5333,'T415',105,'*'),(97,'unillanos','unillanos',0,0,0.6,'U5452',140,'*'),(98,'vía','vía',0,0,0.2,'V000',81,'*'),(102,'datos','datos',0,0,0.3333,'D200',132,'*'),(104,'4','4',0,0,0.1,'',264,'*'),(105,'agudelo','agudelo',0,0,0.4667,'A234',46,'*'),(107,'manuel','manuel',0,0,0.4,'M400',53,'*'),(108,'oscar','oscar',0,0,0.3333,'O260',46,'*'),(109,'piso','piso',0,0,0.2667,'P200',105,'*'),(110,'varela','varela',0,0,0.4,'V640',46,'*'),(113,'al','al',0,0,0.1333,'A400',397,'*'),(118,'año','año',0,0,0.2,'A000',36,'*'),(123,'como','como',0,0,0.2667,'C500',104,'*'),(124,'con','con',0,0,0.2,'C500',390,'*'),(129,'el','el',0,0,0.1333,'E400',637,'*'),(130,'en','en',0,0,0.1333,'E500',755,'*'),(141,'la','la',0,0,0.1333,'L000',724,'*'),(142,'las','las',0,0,0.2,'L200',382,'*'),(145,'los','los',0,0,0.2,'L200',652,'*'),(150,'métodos','métodos',0,0,0.4667,'M320',211,'*'),(154,'permitan','permitan',0,0,0.5333,'P6535',41,'*'),(155,'por','por',0,0,0.2,'P600',550,'*'),(162,'que','que',0,0,0.2,'Q000',404,'*'),(166,'región','región',0,0,0.4,'R250',81,'*'),(168,'ser','ser',0,0,0.2,'S600',92,'*'),(169,'software','software',0,0,0.5333,'S136',181,'*'),(172,'un','un',0,0,0.1333,'U500',348,'*'),(173,'universidad','universidad',0,0,0.7333,'U51623',321,'*'),(245,'su','su',0,0,0.1333,'S000',191,'*'),(253,'5','5',0,0,0.1,'',168,'*'),(254,'a','a',0,0,0.0667,'A000',419,'*'),(260,'además','además',0,0,0.4,'A352',44,'*'),(264,'aplicaciones','aplicaciones',0,0,0.8,'A14252',154,'*'),(278,'cada','cada',0,0,0.2667,'C300',136,'*'),(287,'dentro','dentro',0,0,0.4,'D536',158,'*'),(291,'diferentes','diferentes',0,0,0.6667,'D16532',53,'*'),(298,'entre','entre',0,0,0.3333,'E536',79,'*'),(302,'está','está',0,0,0.2667,'E230',106,'*'),(328,'o','o',0,0,0.0667,'O000',151,'*'),(333,'para','para',0,0,0.2667,'P600',533,'*'),(336,'podrán','podrán',0,0,0.4,'P365',33,'*'),(340,'profesionales','profesionales',0,0,0.8667,'P612542',108,'*'),(346,'se','se',0,0,0.1333,'S000',508,'*'),(348,'será','será',0,0,0.2667,'S600',57,'*'),(349,'sobre','sobre',0,0,0.3333,'S160',141,'*'),(352,'tipo','tipo',0,0,0.2667,'T100',182,'*'),(353,'trabajo','trabajo',0,0,0.4667,'T612',133,'*'),(354,'una','una',0,0,0.2,'U500',337,'*'),(356,'web','web',0,0,0.2,'W100',96,'*'),(380,'6','6',0,0,0.1,'',342,'*'),(383,'beneficios','beneficios',0,0,0.6667,'B512',30,'*'),(392,'definidos','definidos',0,0,0.6,'D1532',58,'*'),(400,'forma','forma',0,0,0.3333,'F650',48,'*'),(412,'nueva','nueva',0,0,0.3333,'N100',40,'*'),(415,'oral','oral',0,0,0.2667,'O640',132,'*'),(431,'sin','sin',0,0,0.2,'S500',96,'*'),(434,'sus','sus',0,0,0.2,'S000',169,'*'),(443,'7','7',0,0,0.1,'',392,'*'),(444,'8','8',0,0,0.1,'',294,'*'),(455,'cual','cual',0,0,0.2667,'C400',255,'*'),(456,'documento','documento',0,0,0.6,'D253',165,'*'),(457,'registro','registro',0,0,0.5333,'R236',180,'*'),(459,'solicitud','solicitud',0,0,0.6,'S423',142,'*'),(460,'d','d',0,0,0.0667,'D000',56,'*'),(468,'2022','2022',0,0,0.4,'',126,'*'),(469,'acuerdo','acuerdo',0,0,0.4667,'A263',188,'*'),(476,'2023','2023',0,0,0.4,'',183,'*'),(501,'villavicencio','villavicencio',0,0,0.8667,'V41252',132,'*'),(507,'descripción','descripción',0,0,0.7333,'D26125',161,'*'),(510,'título','título',0,0,0.4,'T400',188,'*'),(524,'www','www',0,0,0.2,'W000',102,'*'),(526,'57','57',0,0,0.2,'',40,'*'),(527,'colombia','colombia',0,0,0.5333,'C451',168,'*'),(530,'especializacion','especializacion',0,0,1,'E212425',36,'*'),(531,'ingenieria','ingenieria',0,0,0.6667,'I5256',36,'*'),(532,'formulario','formulario',0,0,0.6667,'F6546',91,'*'),(537,'debe','debe',0,0,0.2667,'D100',124,'*'),(541,'fechas','fechas',0,0,0.4,'F200',194,'*'),(542,'formato','formato',0,0,0.4667,'F653',146,'*'),(545,'pdf','pdf',0,0,0.2,'P310',157,'*'),(547,'realizar','realizar',0,0,0.5333,'R426',105,'*'),(565,'30','30',0,0,0.2,'',181,'*'),(572,'carnet','carnet',0,0,0.4,'C653',59,'*'),(575,'donde','donde',0,0,0.3333,'D530',120,'*'),(576,'días','días',0,0,0.2667,'D200',180,'*'),(584,'identificación','identificación',0,0,0.9333,'I353125',95,'*'),(585,'indique','indique',0,0,0.4667,'I532',89,'*'),(587,'no','no',0,0,0.1333,'N000',198,'*'),(599,'ciencia','ciencia',0,0,0.4667,'C520',134,'*'),(615,'orinoquia','orinoquia',0,0,0.6,'O652',65,'*'),(619,'valores','valores',0,0,0.4667,'V462',47,'*'),(631,'científico','científico',0,0,0.6667,'C5312',82,'*'),(635,'estudiante','estudiante',0,0,0.6667,'E2353',37,'*'),(636,'estudiantes','estudiantes',0,0,0.7333,'E23532',98,'*'),(647,'través','través',0,0,0.4,'T612',58,'*'),(660,'avanzar','avanzar',0,0,0.4667,'A1526',31,'*'),(665,'comunicación','comunicación',0,0,0.8,'C525',101,'*'),(669,'demás','demás',0,0,0.3333,'D520',33,'*'),(691,'le','le',0,0,0.1333,'L000',114,'*'),(698,'permite','permite',0,0,0.4667,'P653',47,'*'),(702,'redes','redes',0,0,0.3333,'R320',118,'*'),(706,'área','área',0,0,0.2667,'á600',235,'*'),(721,'análisis','análisis',0,0,0.5333,'A542',138,'*'),(749,'cursos','cursos',0,0,0.4,'C620',230,'*'),(754,'presentan','presentan',0,0,0.6,'P62535',119,'*'),(772,'curso','curso',0,0,0.3333,'C620',322,'*'),(780,'dos','dos',0,0,0.2,'D200',289,'*'),(785,'19','19',0,0,0.2,'',92,'*'),(792,'seis','seis',0,0,0.2667,'S000',128,'*'),(823,'conocimiento','conocimiento',0,0,0.8,'C5253',83,'*'),(824,'desde','desde',0,0,0.3333,'D230',82,'*'),(858,'diversidad','diversidad',0,0,0.6667,'D1623',61,'*'),(863,'fin','fin',0,0,0.2,'F500',64,'*'),(880,'utilizar','utilizar',0,0,0.5333,'U3426',61,'*'),(913,'aporta','aporta',0,0,0.4,'A163',29,'*'),(919,'contribuye','contribuye',0,0,0.6667,'C5361',29,'*'),(931,'instituciones','instituciones',0,0,0.8667,'I523252',64,'*'),(993,'avances','avances',0,0,0.4667,'A152',115,'*'),(1001,'punto','punto',0,0,0.3333,'P530',58,'*'),(1004,'transformación','transformación',0,0,0.9333,'T65216525',158,'*'),(1010,'enfoques','enfoques',0,0,0.5333,'E512',35,'*'),(1042,'vigente','vigente',0,0,0.4667,'V253',42,'*'),(1063,'actividades','actividades',0,0,0.7333,'A23132',37,'*'),(1072,'cuales','cuales',0,0,0.4,'C420',45,'*'),(1087,'serán','serán',0,0,0.3333,'S650',142,'*'),(1113,'es','es',0,0,0.1333,'E200',133,'*'),(1141,'siguientes','siguientes',0,0,0.6667,'S532',121,'*'),(1164,'discusión','discusión',0,0,0.6,'D250',32,'*'),(1173,'identificar','identificar',0,0,0.7333,'I353126',61,'*'),(1182,'resultados','resultados',0,0,0.6667,'R2432',58,'*'),(1225,'vez','vez',0,0,0.2,'V200',69,'*'),(1239,'cuenta','cuenta',0,0,0.4,'C530',55,'*'),(1245,'hacer','hacer',0,0,0.3333,'H260',59,'*'),(1257,'siguiente','siguiente',0,0,0.6,'S530',10,'*'),(1275,'investigaciones','investigaciones',0,0,1,'I5123252',44,'*'),(1303,'especies','especies',0,0,0.5333,'E212',156,'*'),(1305,'nativas','nativas',0,0,0.4667,'N312',151,'*'),(1310,'recursos','recursos',0,0,0.5333,'R262',199,'*'),(1343,'peces','peces',0,0,0.3333,'P200',183,'*'),(1346,'si','si',0,0,0.1333,'S000',193,'*'),(1361,'introducción','introducción',0,0,0.8,'I536325',55,'*'),(1385,'estrategias','estrategias',0,0,0.7333,'E23632',190,'*'),(1390,'tendrá','tendrá',0,0,0.4,'T536',119,'*'),(1443,'inversión','inversión',0,0,0.6,'I51625',44,'*'),(1449,'participante','participante',0,0,0.8,'P632153',42,'*'),(1468,'abordar','abordar',0,0,0.4667,'A1636',35,'*'),(1472,'clave','clave',0,0,0.3333,'C410',54,'*'),(1477,'durante','durante',0,0,0.4667,'D653',108,'*'),(1481,'inglés','inglés',0,0,0.4,'I5242',63,'*'),(1489,'todas','todas',0,0,0.3333,'T200',54,'*'),(1505,'contenido','contenido',0,0,0.6,'C5353',124,'*'),(1532,'especial','especial',0,0,0.5333,'E2124',87,'*'),(1539,'biodiversidad','biodiversidad',0,0,0.8667,'B31623',41,'*'),(1541,'uso','uso',0,0,0.2,'U200',66,'*'),(1548,'ambientales','ambientales',0,0,0.7333,'A515342',42,'*'),(1575,'11','11',0,0,0.2,'',33,'*'),(1576,'9','9',0,0,0.1,'',106,'*'),(1578,'apoyo','apoyo',0,0,0.3333,'A100',54,'*'),(1587,'son','son',0,0,0.2,'S500',61,'*'),(1589,'criterio','criterio',0,0,0.5333,'C636',90,'*'),(1616,'necesario','necesario',0,0,0.6,'N260',55,'*'),(1636,'enfrentar','enfrentar',0,0,0.6,'E516536',29,'*'),(1638,'evaluador','evaluador',0,0,0.6,'E1436',55,'*'),(1647,'origen','origen',0,0,0.4,'O625',58,'*'),(1705,'investigadores','investigadores',0,0,0.9333,'I51232362',42,'*'),(1727,'biología','biología',0,0,0.5333,'B420',160,'*'),(1729,'cambio','cambio',0,0,0.4,'C510',182,'*'),(1734,'coordinación','coordinación',0,0,0.8,'C63525',31,'*'),(1757,'natural','natural',0,0,0.4667,'N364',71,'*'),(1782,'esta','esta',0,0,0.2667,'E230',73,'*'),(1784,'nuevo','nuevo',0,0,0.3333,'N100',43,'*'),(1795,'conservación','conservación',0,0,0.8,'C526125',177,'*'),(1807,'marinos','marinos',0,0,0.4667,'M652',152,'*'),(1824,'10','10',0,0,0.2,'',197,'*'),(1838,'parte','parte',0,0,0.3333,'P630',63,'*'),(1856,'alguno','alguno',0,0,0.4,'A425',46,'*'),(1860,'deberá','deberá',0,0,0.4,'D160',111,'*'),(1866,'presentación','presentación',0,0,0.8,'P625325',176,'*'),(1867,'profesores','profesores',0,0,0.6667,'P61262',47,'*'),(1889,'presentar','presentar',0,0,0.6,'P62536',57,'*'),(1894,'tema','tema',0,0,0.2667,'T500',102,'*'),(1912,'completo','completo',0,0,0.5333,'C5143',92,'*'),(1916,'cuatro','cuatro',0,0,0.4,'C360',87,'*'),(1921,'duración','duración',0,0,0.5333,'D625',87,'*'),(1928,'estructurado','estructurado',0,0,0.8,'E2362363',87,'*'),(1933,'hasta','hasta',0,0,0.3333,'H230',96,'*'),(1935,'ictiología','ictiología',0,0,0.6667,'I2342',179,'*'),(1947,'ofrecidos','ofrecidos',0,0,0.6,'O16232',42,'*'),(1952,'podrá','podrá',0,0,0.3333,'P360',65,'*'),(1960,'todos','todos',0,0,0.3333,'T200',38,'*'),(1998,'opciones','opciones',0,0,0.5333,'O1252',62,'*'),(2040,'colombiano','colombiano',0,0,0.6667,'C4515',44,'*'),(2043,'comunidades','comunidades',0,0,0.7333,'C532',44,'*'),(2063,'latinoamericano','latinoamericano',0,0,1,'L35625',33,'*'),(2108,'15','15',0,0,0.2,'',96,'*'),(2114,'apa','apa',0,0,0.2,'A100',56,'*'),(2115,'apellidos','apellidos',0,0,0.6,'A1432',58,'*'),(2117,'autor','autor',0,0,0.3333,'A360',60,'*'),(2119,'comité','comité',0,0,0.4,'C530',81,'*'),(2124,'electrónico','electrónico',0,0,0.7333,'E423652',101,'*'),(2136,'nombre','nombre',0,0,0.4,'N160',127,'*'),(2137,'normas','normas',0,0,0.4,'N652',58,'*'),(2148,'tomar','tomar',0,0,0.3333,'T560',43,'*'),(2149,'valor','valor',0,0,0.3333,'V460',47,'*'),(2219,'elaborar','elaborar',0,0,0.5333,'E416',38,'*'),(2221,'establecer','establecer',0,0,0.6667,'E231426',29,'*'),(2260,'costo','costo',0,0,0.3333,'C300',38,'*'),(2267,'2024','2024',0,0,0.4,'',193,'*'),(2283,'este','este',0,0,0.2667,'E230',97,'*'),(2286,'oficial','oficial',0,0,0.4667,'O124',58,'*'),(2314,'deben','deben',0,0,0.3333,'D150',54,'*'),(2316,'depende','depende',0,0,0.4667,'D153',54,'*'),(2358,'pero','pero',0,0,0.2667,'P600',56,'*'),(2378,'también','también',0,0,0.4667,'T515',122,'*'),(2431,'copia','copia',0,0,0.3333,'C100',17,'*'),(2443,'inscripción','inscripción',0,0,0.7333,'I526125',50,'*'),(2445,'pago','pago',0,0,0.2667,'P200',49,'*'),(2455,'tener','tener',0,0,0.3333,'T560',56,'*'),(2533,'caso','caso',0,0,0.2667,'C000',189,'*'),(2560,'puedan','puedan',0,0,0.4,'P350',32,'*'),(2592,'20','20',0,0,0.2,'',89,'*'),(2618,'desafíos','desafíos',0,0,0.5333,'D212',29,'*'),(2624,'han','han',0,0,0.2,'H500',29,'*'),(2626,'inclusión','inclusión',0,0,0.6,'I52425',33,'*'),(2653,'dirección','dirección',0,0,0.6,'D625',92,'*'),(2662,'permitirá','permitirá',0,0,0.6,'P6536',56,'*'),(2689,'climático','climático',0,0,0.6,'C4532',179,'*'),(2697,'dicha','dicha',0,0,0.3333,'D200',61,'*'),(2702,'equidad','equidad',0,0,0.4667,'E230',32,'*'),(2751,'más','más',0,0,0.2,'M200',54,'*'),(2772,'estos','estos',0,0,0.3333,'E232',13,'*'),(2802,'importantes','importantes',0,0,0.7333,'I5163532',55,'*'),(2863,'horas','horas',0,0,0.3333,'H620',87,'*'),(2932,'requiere','requiere',0,0,0.5333,'R260',55,'*'),(2947,'arial','arial',0,0,0.3333,'A640',58,'*'),(2960,'letra','letra',0,0,0.3333,'L360',58,'*'),(2965,'palabras','palabras',0,0,0.5333,'P4162',58,'*'),(3052,'c','c',0,0,0.0667,'C000',89,'*'),(3064,'mauricio','mauricio',0,0,0.5333,'M620',33,'*'),(3150,'acceder','acceder',0,0,0.4667,'A236',44,'*'),(3166,'objetivo','objetivo',0,0,0.5333,'O1231',56,'*'),(3196,'haber','haber',0,0,0.3333,'H160',57,'*'),(3197,'igual','igual',0,0,0.3333,'I240',30,'*'),(3206,'resúmenes','resúmenes',0,0,0.6,'R252',57,'*'),(3223,'les','les',0,0,0.2,'L200',29,'*'),(3273,'esp','esp',0,0,0.2,'E210',15,'*'),(3274,'saludfamiliar','saludfamiliar',0,0,0.8667,'S431546',15,'*'),(3275,'congreso','congreso',0,0,0.5333,'C5262',310,'*'),(3277,'mayo','mayo',0,0,0.2667,'M000',201,'*'),(3282,'patrocinadores','patrocinadores',0,0,0.9333,'P3625362',6,'*'),(3283,'acogerá','acogerá',0,0,0.4667,'A260',28,'*'),(3284,'actual','actual',0,0,0.4,'A234',28,'*'),(3285,'adicionalmente','adicionalmente',0,0,0.9333,'A325453',69,'*'),(3286,'amenazas','amenazas',0,0,0.5333,'A520',175,'*'),(3287,'antrópicas','antrópicas',0,0,0.6667,'A53612',28,'*'),(3288,'belleza','belleza',0,0,0.4667,'B420',28,'*'),(3289,'bianual','bianual',0,0,0.4667,'B540',28,'*'),(3290,'biológica','biológica',0,0,0.6,'B420',28,'*'),(3291,'celebrará','celebrará',0,0,0.6,'C416',28,'*'),(3292,'ciernen','ciernen',0,0,0.4667,'C650',28,'*'),(3293,'cita','cita',0,0,0.2667,'C300',28,'*'),(3294,'ciudad','ciudad',0,0,0.4,'C300',28,'*'),(3295,'compartir','compartir',0,0,0.6,'C51636',28,'*'),(3296,'conjunta','conjunta',0,0,0.5333,'C5253',28,'*'),(3297,'consecuencia','consecuencia',0,0,0.8,'C5252',28,'*'),(3298,'contaminación','contaminación',0,0,0.8667,'C53525',28,'*'),(3299,'degradación','degradación',0,0,0.7333,'D26325',28,'*'),(3300,'dependen','dependen',0,0,0.5333,'D1535',28,'*'),(3301,'descubrimientos','descubrimientos',0,0,1,'D216532',28,'*'),(3302,'discutir','discutir',0,0,0.5333,'D236',28,'*'),(3303,'disfrutar','disfrutar',0,0,0.6,'D21636',28,'*'),(3304,'efectos','efectos',0,0,0.4667,'E1232',28,'*'),(3305,'ellos','ellos',0,0,0.3333,'E420',28,'*'),(3306,'encontrar','encontrar',0,0,0.6,'E52536',28,'*'),(3307,'encuentro','encuentro',0,0,0.6,'E52536',28,'*'),(3308,'esos','esos',0,0,0.2667,'E200',28,'*'),(3309,'espacio','espacio',0,0,0.4667,'E212',169,'*'),(3310,'futuras','futuras',0,0,0.4667,'F362',28,'*'),(3311,'generaciones','generaciones',0,0,0.8,'G56252',28,'*'),(3312,'género','género',0,0,0.4,'G560',28,'*'),(3313,'hecho','hecho',0,0,0.3333,'H200',28,'*'),(3314,'herencia','herencia',0,0,0.5333,'H652',28,'*'),(3315,'hábitat','hábitat',0,0,0.4667,'H130',28,'*'),(3316,'ictiológica','ictiológica',0,0,0.7333,'I2342',28,'*'),(3317,'ictiólogos','ictiólogos',0,0,0.6667,'I2342',56,'*'),(3318,'invitados','invitados',0,0,0.6,'I5132',28,'*'),(3319,'latinoamericana','latinoamericana',0,0,1,'L35625',28,'*'),(3320,'logrados','logrados',0,0,0.5333,'L2632',28,'*'),(3321,'mexicana','mexicana',0,0,0.5333,'M250',28,'*'),(3322,'nuestras','nuestras',0,0,0.5333,'N2362',28,'*'),(3323,'oportunidad','oportunidad',0,0,0.7333,'O16353',28,'*'),(3324,'orientado','orientado',0,0,0.6,'O653',28,'*'),(3325,'pesca','pesca',0,0,0.3333,'P200',39,'*'),(3326,'presentacion','presentacion',0,0,0.8,'P625325',28,'*'),(3327,'primera','primera',0,0,0.4667,'P656',28,'*'),(3328,'puede','puede',0,0,0.3333,'P300',28,'*'),(3329,'recibiendo','recibiendo',0,0,0.6667,'R2153',28,'*'),(3330,'reunión','reunión',0,0,0.4667,'R500',69,'*'),(3331,'rica','rica',0,0,0.2667,'R200',28,'*'),(3332,'riqueza','riqueza',0,0,0.4667,'R200',28,'*'),(3333,'seguir','seguir',0,0,0.4,'S600',81,'*'),(3334,'simposio','simposio',0,0,0.5333,'S512',144,'*'),(3335,'simposios','simposios',0,0,0.6,'S512',216,'*'),(3336,'sino','sino',0,0,0.2667,'S500',28,'*'),(3337,'sobrepesca','sobrepesca',0,0,0.6667,'S1612',28,'*'),(3338,'solo','solo',0,0,0.2667,'S400',83,'*'),(3339,'suramericano','suramericano',0,0,0.8,'S65625',28,'*'),(3340,'trabajamos','trabajamos',0,0,0.6667,'T61252',28,'*'),(3341,'variaciones','variaciones',0,0,0.7333,'V6252',28,'*'),(3342,'variados','variados',0,0,0.5333,'V632',28,'*'),(3343,'vasta','vasta',0,0,0.3333,'V230',28,'*'),(3344,'versión','versión',0,0,0.4667,'V625',28,'*'),(3345,'volver','volver',0,0,0.4,'V416',28,'*'),(3346,'x','x',0,0,0.0667,'X000',28,'*'),(3347,'íctica','íctica',0,0,0.4,'í232',28,'*'),(3348,'única','única',0,0,0.3333,'ú520',28,'*'),(3410,'mañana','mañana',0,0,0.4,'M000',149,'*'),(3411,'sesión','sesión',0,0,0.4,'S500',88,'*'),(3412,'tarde','tarde',0,0,0.3333,'T630',89,'*'),(3413,'programacion','programacion',0,0,0.8,'P626525',151,'*'),(3414,'programación','programación',0,0,0.8,'P626525',151,'*'),(3416,'resumenes','resumenes',0,0,0.6,'R252',56,'*'),(3417,'informacion','informacion',0,0,0.7333,'I516525',49,'*'),(3418,'turistica','turistica',0,0,0.6,'T6232',49,'*'),(3420,'23600016776','23600016776',0,0,1.1,'',40,'*'),(3421,'300.000','300.000',0,0,0.7,'',41,'*'),(3422,'31','31',0,0,0.2,'',37,'*'),(3423,'330.000','330.000',0,0,0.7,'',41,'*'),(3424,'363.000','363.000',0,0,0.7,'',41,'*'),(3425,'399.300','399.300',0,0,0.7,'',41,'*'),(3426,'495.000','495.000',0,0,0.7,'',41,'*'),(3427,'520.000','520.000',0,0,0.7,'',41,'*'),(3428,'544.500','544.500',0,0,0.7,'',41,'*'),(3429,'572.000','572.000',0,0,0.7,'',41,'*'),(3430,'580.000','580.000',0,0,0.7,'',41,'*'),(3431,'598.950','598.950',0,0,0.7,'',41,'*'),(3432,'629.200','629.200',0,0,0.7,'',41,'*'),(3433,'638.000','638.000',0,0,0.7,'',41,'*'),(3434,'660.000','660.000',0,0,0.7,'',41,'*'),(3435,'701.000','701.000',0,0,0.7,'',41,'*'),(3436,'726.000','726.000',0,0,0.7,'',41,'*'),(3437,'798.600','798.600',0,0,0.7,'',41,'*'),(3438,'abril','abril',0,0,0.3333,'A164',51,'*'),(3439,'acictios','acictios',0,0,0.5333,'A232',41,'*'),(3440,'adelante','adelante',0,0,0.5333,'A3453',41,'*'),(3441,'adicionales','adicionales',0,0,0.7333,'A32542',41,'*'),(3442,'ahorros','ahorros',0,0,0.4667,'A620',40,'*'),(3443,'ajuste','ajuste',0,0,0.4,'A230',60,'*'),(3444,'anexar','anexar',0,0,0.4,'A526',7,'*'),(3445,'asociación','asociación',0,0,0.6667,'A250',35,'*'),(3446,'bancolombia','bancolombia',0,0,0.7333,'B52451',40,'*'),(3447,'bienvenida','bienvenida',0,0,0.6667,'B5153',41,'*'),(3448,'colombianos','colombianos',0,0,0.7333,'C45152',21,'*'),(3449,'combinación','combinación',0,0,0.7333,'C51525',188,'*'),(3450,'conferencista','conferencista',0,0,0.8667,'C516523',44,'*'),(3451,'conferencistaestudiante','conferencistaestudiante',0,0,1,'C5165232353',41,'*'),(3452,'conferencistaprofesional','conferencistaprofesional',0,0,1,'C516523161254',41,'*'),(3453,'consignación','consignación',0,0,0.8,'C52525',41,'*'),(3454,'cop','cop',0,0,0.2,'C100',12,'*'),(3455,'definida','definida',0,0,0.5333,'D153',7,'*'),(3456,'depósito','depósito',0,0,0.5333,'D123',7,'*'),(3457,'depósitos','depósitos',0,0,0.6,'D1232',12,'*'),(3458,'desea','desea',0,0,0.3333,'D200',41,'*'),(3459,'desprendible','desprendible',0,0,0.8,'D2165314',7,'*'),(3460,'encontrará','encontrará',0,0,0.6667,'E52536',7,'*'),(3461,'imagen','imagen',0,0,0.4,'I525',7,'*'),(3462,'incluyen','incluyen',0,0,0.5333,'I5245',12,'*'),(3463,'inversion','inversion',0,0,0.6,'I51625',7,'*'),(3464,'iva','iva',0,0,0.2,'I100',12,'*'),(3465,'marzo','marzo',0,0,0.3333,'M620',90,'*'),(3466,'memorias','memorias',0,0,0.5333,'M620',94,'*'),(3467,'momento','momento',0,0,0.4667,'M300',41,'*'),(3468,'noviembre','noviembre',0,0,0.6,'N1516',94,'*'),(3469,'número','número',0,0,0.4,'N600',62,'*'),(3470,'org','org',0,0,0.2,'O620',84,'*'),(3471,'periodo','periodo',0,0,0.4667,'P630',41,'*'),(3472,'pesos','pesos',0,0,0.3333,'P200',12,'*'),(3473,'presentaciones','presentaciones',0,0,0.9333,'P6253252',127,'*'),(3474,'programadas','programadas',0,0,0.7333,'P626532',41,'*'),(3475,'página','página',0,0,0.4,'P250',7,'*'),(3476,'póster','póster',0,0,0.4,'P236',127,'*'),(3477,'realizada','realizada',0,0,0.6,'R423',7,'*'),(3478,'realizó','realizó',0,0,0.4667,'R420',7,'*'),(3479,'refrigerios','refrigerios',0,0,0.7333,'R16262',41,'*'),(3480,'souvenirs','souvenirs',0,0,0.6,'S1562',41,'*'),(3481,'tarifa','tarifa',0,0,0.4,'T610',41,'*'),(3482,'trabajos','trabajos',0,0,0.5333,'T612',94,'*'),(3483,'verificar','verificar',0,0,0.6,'V6126',7,'*'),(3547,'barco','barco',0,0,0.3333,'B620',26,'*'),(3548,'esperamos','esperamos',0,0,0.6,'E21652',26,'*'),(3549,'homenajeado','homenajeado',0,0,0.7333,'H523',26,'*'),(3550,'ictiólogo','ictiólogo',0,0,0.6,'I2342',26,'*'),(3551,'valderrama','valderrama',0,0,0.6667,'V4365',26,'*'),(3554,'45','45',0,0,0.2,'',86,'*'),(3555,'arcila','arcila',0,0,0.4,'A624',127,'*'),(3556,'biogeografía','biogeografía',0,0,0.8,'B261',147,'*'),(3557,'california','california',0,0,0.6667,'C4165',127,'*'),(3558,'conferencia','conferencia',0,0,0.7333,'C51652',182,'*'),(3559,'corta','corta',0,0,0.3333,'C630',86,'*'),(3560,'cupos','cupos',0,0,0.3333,'C120',87,'*'),(3561,'dahiana','dahiana',0,0,0.4667,'D500',127,'*'),(3562,'dictado','dictado',0,0,0.4667,'D230',127,'*'),(3563,'dictados','dictados',0,0,0.5333,'D232',87,'*'),(3564,'diego','diego',0,0,0.3333,'D200',127,'*'),(3565,'dra','dra',0,0,0.2,'D600',127,'*'),(3566,'ecología','ecología',0,0,0.5333,'E242',147,'*'),(3567,'filogenómica','filogenómica',0,0,0.8,'F4252',150,'*'),(3568,'inferencia','inferencia',0,0,0.6667,'I51652',150,'*'),(3569,'institution','institution',0,0,0.7333,'I5235',127,'*'),(3570,'jornadas','jornadas',0,0,0.5333,'J6532',87,'*'),(3571,'magistral','magistral',0,0,0.6,'M2364',86,'*'),(3572,'minutos','minutos',0,0,0.4667,'M320',86,'*'),(3573,'mujeres','mujeres',0,0,0.4667,'M262',147,'*'),(3574,'oceanography','oceanography',0,0,0.8,'O25261',127,'*'),(3575,'of','of',0,0,0.1333,'O100',127,'*'),(3576,'pesqueros','pesqueros',0,0,0.6,'P262',147,'*'),(3577,'pesquerías','pesquerías',0,0,0.6667,'P262',147,'*'),(3578,'piscicultura','piscicultura',0,0,0.8,'P2436',147,'*'),(3579,'pre-congreso','pre-congreso',0,0,0.8,'P625262',150,'*'),(3580,'previos','previos',0,0,0.4667,'P612',87,'*'),(3581,'programados','programados',0,0,0.7333,'P626532',86,'*'),(3582,'reporte','reporte',0,0,0.4667,'R163',86,'*'),(3583,'revisión','revisión',0,0,0.5333,'R125',86,'*'),(3584,'san','san',0,0,0.2,'S500',136,'*'),(3585,'scripps','scripps',0,0,0.4667,'S612',127,'*'),(3586,'sistemática','sistemática',0,0,0.7333,'S3532',150,'*'),(3587,'taxonomía','taxonomía',0,0,0.6,'T250',150,'*'),(3588,'tipos','tipos',0,0,0.3333,'T120',86,'*'),(3589,'ícticos','ícticos',0,0,0.4667,'í232',147,'*'),(3617,'250.000','250.000',0,0,0.7,'',39,'*'),(3618,'275.000','275.000',0,0,0.7,'',39,'*'),(3619,'302.500','302.500',0,0,0.7,'',39,'*'),(3624,'día','día',0,0,0.2,'D000',38,'*'),(3625,'miembro','miembro',0,0,0.4667,'M160',38,'*'),(3626,'precongreso','precongreso',0,0,0.7333,'P625262',38,'*'),(3627,'profesionales-conferencistas','profesionales-conferencistas',0,0,1,'P6125425165232',38,'*'),(3631,'324.500','324.500',0,0,0.7,'',37,'*'),(3632,'356.950','356.950',0,0,0.7,'',37,'*'),(3633,'392.645','392.645',0,0,0.7,'',37,'*'),(3634,'412.500','412.500',0,0,0.7,'',37,'*'),(3635,'453.750','453.750',0,0,0.7,'',37,'*'),(3636,'499.125','499.125',0,0,0.7,'',37,'*'),(3637,'621.500','621.500',0,0,0.7,'',37,'*'),(3638,'683.650','683.650',0,0,0.7,'',37,'*'),(3639,'687.500','687.500',0,0,0.7,'',37,'*'),(3640,'752.015','752.015',0,0,0.7,'',37,'*'),(3641,'756.250','756.250',0,0,0.7,'',37,'*'),(3642,'775.500','775.500',0,0,0.7,'',37,'*'),(3643,'831.875','831.875',0,0,0.7,'',37,'*'),(3644,'853.050','853.050',0,0,0.7,'',37,'*'),(3645,'938.355','938.355',0,0,0.7,'',37,'*'),(3646,'aceptan','aceptan',0,0,0.4667,'A2135',92,'*'),(3647,'cambios','cambios',0,0,0.4667,'C512',37,'*'),(3648,'comprobante','comprobante',0,0,0.7333,'C516153',37,'*'),(3649,'corporativo','corporativo',0,0,0.7333,'C61631',37,'*'),(3650,'departicipar','departicipar',0,0,0.8,'D163216',3,'*'),(3651,'devoluciones','devoluciones',0,0,0.8,'D14252',37,'*'),(3652,'elaborada','elaborada',0,0,0.6,'E4163',37,'*'),(3653,'emisión','emisión',0,0,0.4667,'E525',37,'*'),(3654,'emite','emite',0,0,0.3333,'E530',37,'*'),(3655,'empresa','empresa',0,0,0.4667,'E5162',37,'*'),(3656,'entidad','entidad',0,0,0.4667,'E530',37,'*'),(3657,'envíe','envíe',0,0,0.3333,'E510',4,'*'),(3658,'factura','factura',0,0,0.4667,'F236',37,'*'),(3659,'jurídica','jurídica',0,0,0.5333,'J632',37,'*'),(3660,'ni','ni',0,0,0.1333,'N000',37,'*'),(3661,'nit','nit',0,0,0.2,'N300',37,'*'),(3662,'nota','nota',0,0,0.2667,'N300',37,'*'),(3663,'persona','persona',0,0,0.4667,'P625',37,'*'),(3664,'procedencia','procedencia',0,0,0.7333,'P62352',37,'*'),(3665,'radicada','radicada',0,0,0.5333,'R323',37,'*'),(3666,'serían','serían',0,0,0.4,'S650',37,'*'),(3667,'tesoreria','tesoreria',0,0,0.6,'T260',4,'*'),(3668,'ubicación','ubicación',0,0,0.6,'U125',37,'*'),(3694,'300','300',0,0,0.3,'',55,'*'),(3695,'alguna','alguna',0,0,0.4,'A425',55,'*'),(3696,'asignar','asignar',0,0,0.4667,'A256',55,'*'),(3697,'autores','autores',0,0,0.4667,'A362',55,'*'),(3698,'coma','coma',0,0,0.2667,'C500',55,'*'),(3699,'contener','contener',0,0,0.5333,'C5356',55,'*'),(3700,'correspondencia','correspondencia',0,0,1,'C6215352',55,'*'),(3701,'deberán','deberán',0,0,0.4667,'D165',55,'*'),(3702,'después','después',0,0,0.4667,'D212',55,'*'),(3703,'digitado','digitado',0,0,0.5333,'D230',55,'*'),(3704,'escribirán','escribirán',0,0,0.6667,'E26165',55,'*'),(3705,'español','español',0,0,0.4667,'E214',55,'*'),(3706,'evento','evento',0,0,0.4,'E153',58,'*'),(3707,'identificado','identificado',0,0,0.8,'I353123',55,'*'),(3708,'idioma','idioma',0,0,0.4,'I350',55,'*'),(3709,'iniciales','iniciales',0,0,0.6,'I5242',55,'*'),(3710,'inmediatamente','inmediatamente',0,0,0.9333,'I5353',55,'*'),(3711,'institución','institución',0,0,0.7333,'I52325',55,'*'),(3712,'justificar','justificar',0,0,0.6667,'J3126',55,'*'),(3713,'luego','luego',0,0,0.3333,'L200',55,'*'),(3714,'mayúscula','mayúscula',0,0,0.6,'M240',55,'*'),(3715,'minúscula','minúscula',0,0,0.6,'M240',55,'*'),(3716,'negrita','negrita',0,0,0.4667,'N263',55,'*'),(3717,'nombres','nombres',0,0,0.4667,'N162',55,'*'),(3718,'ofrecerá','ofrecerá',0,0,0.5333,'O1626',55,'*'),(3719,'portugués','portugués',0,0,0.6,'P632',55,'*'),(3720,'resaltado','resaltado',0,0,0.6,'R243',55,'*'),(3721,'resumen','resumen',0,0,0.4667,'R250',55,'*'),(3722,'seguidas','seguidas',0,0,0.5333,'S320',55,'*'),(3723,'seleccione','seleccione',0,0,0.6667,'S425',55,'*'),(3724,'separadas','separadas',0,0,0.6,'S1632',55,'*'),(3725,'separarse','separarse',0,0,0.6,'S162',55,'*'),(3726,'sobrepasar','sobrepasar',0,0,0.6667,'S16126',55,'*'),(3727,'superíndice','superíndice',0,0,0.7333,'S16532',55,'*'),(3728,'símbolo','símbolo',0,0,0.4667,'S514',55,'*'),(3729,'texto','texto',0,0,0.3333,'T230',61,'*'),(3730,'varios','varios',0,0,0.4,'V620',55,'*'),(3731,'word','word',0,0,0.2667,'W630',55,'*'),(3757,'a.a','a.a',0,0,0.2,'A000',54,'*'),(3758,'asignada','asignada',0,0,0.5333,'A253',54,'*'),(3759,'atlántico','atlántico',0,0,0.6,'A34532',167,'*'),(3760,'auniversidad','auniversidad',0,0,0.8,'A51623',54,'*'),(3761,'bmuseu','bmuseu',0,0,0.4,'B520',54,'*'),(3762,'c.a','c.a',0,0,0.2,'C000',54,'*'),(3763,'c.ta','c.ta',0,0,0.2667,'C300',54,'*'),(3764,'campinas','campinas',0,0,0.5333,'C5152',54,'*'),(3765,'cardoso”.','cardoso”.',0,0,0.6,'C632',54,'*'),(3767,'da','da',0,0,0.1333,'D000',54,'*'),(3768,'ejemplo','ejemplo',0,0,0.4667,'E2514',54,'*'),(3769,'escribir','escribir',0,0,0.5333,'E2616',54,'*'),(3770,'estadual','estadual',0,0,0.5333,'E234',54,'*'),(3771,'f','f',0,0,0.0667,'F000',54,'*'),(3772,'garcía-alzate','garcía-alzate',0,0,0.8667,'G62423',104,'*'),(3773,'ingresar','ingresar',0,0,0.5333,'I52626',54,'*'),(3774,'josé','josé',0,0,0.2667,'J000',65,'*'),(3775,'lima','lima',0,0,0.2667,'L500',54,'*'),(3777,'sólo','sólo',0,0,0.2667,'S400',54,'*'),(3778,'taphorn','taphorn',0,0,0.4667,'T165',71,'*'),(3779,'uniatlantico','uniatlantico',0,0,0.8,'U534532',60,'*'),(3780,'universidade','universidade',0,0,0.8,'U51623',54,'*'),(3781,'zoologia','zoologia',0,0,0.5333,'Z420',54,'*'),(3782,'“adao','“adao',0,0,0.3333,'“300',54,'*'),(3788,'29','29',0,0,0.2,'',50,'*'),(3789,'aceptación','aceptación',0,0,0.6667,'A21325',53,'*'),(3790,'ajustes','ajustes',0,0,0.4667,'A232',53,'*'),(3791,'aquellos','aquellos',0,0,0.5333,'A242',53,'*'),(3792,'aquí','aquí',0,0,0.2667,'A200',96,'*'),(3793,'celeridad','celeridad',0,0,0.6,'C463',53,'*'),(3794,'cifras','cifras',0,0,0.4,'C162',53,'*'),(3795,'cinco','cinco',0,0,0.3333,'C520',72,'*'),(3796,'comunicará','comunicará',0,0,0.6667,'C526',53,'*'),(3797,'conclusiones','conclusiones',0,0,0.8,'C524252',53,'*'),(3798,'contenidas','contenidas',0,0,0.6667,'C53532',53,'*'),(3799,'contienen','contienen',0,0,0.6,'C535',53,'*'),(3800,'corrección','corrección',0,0,0.6667,'C625',53,'*'),(3801,'corregidos','corregidos',0,0,0.6667,'C6232',53,'*'),(3802,'decisión','decisión',0,0,0.5333,'D250',53,'*'),(3803,'definido','definido',0,0,0.5333,'D153',53,'*'),(3804,'delegado','delegado',0,0,0.5333,'D423',53,'*'),(3805,'diferente','diferente',0,0,0.6,'D1653',53,'*'),(3806,'editorial','editorial',0,0,0.6,'E364',53,'*'),(3807,'editoriales','editoriales',0,0,0.7333,'E3642',53,'*'),(3808,'enviar','enviar',0,0,0.4,'E516',59,'*'),(3809,'envío','envío',0,0,0.3333,'E510',53,'*'),(3810,'estar','estar',0,0,0.3333,'E236',53,'*'),(3811,'evaluado','evaluado',0,0,0.5333,'E143',53,'*'),(3812,'favor','favor',0,0,0.3333,'F600',53,'*'),(3813,'febrero','febrero',0,0,0.4667,'F600',43,'*'),(3814,'financiadoras','financiadoras',0,0,0.8667,'F52362',53,'*'),(3815,'frase','frase',0,0,0.3333,'F620',53,'*'),(3816,'frases','frases',0,0,0.4,'F620',53,'*'),(3817,'incluidos','incluidos',0,0,0.6,'I52432',53,'*'),(3818,'indicar','indicar',0,0,0.4667,'I5326',53,'*'),(3819,'listadas','listadas',0,0,0.5333,'L232',53,'*'),(3820,'mensaje','mensaje',0,0,0.4667,'M200',52,'*'),(3821,'mismas','mismas',0,0,0.4,'M252',53,'*'),(3822,'notificar','notificar',0,0,0.6,'N3126',53,'*'),(3823,'oportunamente','oportunamente',0,0,0.8667,'O16353',53,'*'),(3824,'organizador','organizador',0,0,0.7333,'O625236',68,'*'),(3825,'permitidas','permitidas',0,0,0.6667,'P6532',53,'*'),(3826,'podrían','podrían',0,0,0.4667,'P365',53,'*'),(3827,'ponentes','ponentes',0,0,0.5333,'P532',53,'*'),(3828,'primeras','primeras',0,0,0.5333,'P6562',53,'*'),(3829,'priorizar','priorizar',0,0,0.6,'P626',53,'*'),(3830,'prontitud','prontitud',0,0,0.6,'P653',53,'*'),(3831,'realizarse','realizarse',0,0,0.6667,'R4262',53,'*'),(3832,'reasignados','reasignados',0,0,0.7333,'R2532',53,'*'),(3833,'recepción','recepción',0,0,0.6,'R2125',53,'*'),(3834,'recomienda','recomienda',0,0,0.6667,'R253',53,'*'),(3835,'revisados','revisados',0,0,0.6,'R1232',53,'*'),(3836,'sean','sean',0,0,0.2667,'S500',53,'*'),(3837,'secciones','secciones',0,0,0.6,'S520',53,'*'),(3838,'semanas','semanas',0,0,0.4667,'S520',53,'*'),(3839,'tempranamente','tempranamente',0,0,0.8667,'T51653',53,'*'),(3840,'tiempos','tiempos',0,0,0.4667,'T512',53,'*'),(3841,'usted','usted',0,0,0.3333,'U230',53,'*'),(3842,'éste','éste',0,0,0.2667,'é230',53,'*'),(3843,'última','última',0,0,0.4,'ú435',53,'*'),(3851,'ingrese','ingrese',0,0,0.4667,'I5262',49,'*'),(3852,'carlosgarcía','carlosgarcía',0,0,0.8,'C64262',49,'*'),(3853,'com','com',0,0,0.2,'C500',52,'*'),(3854,'congresoictiologia2024','congresoictiologia2024',0,0,1,'C5262342',16,'*'),(3855,'gmail','gmail',0,0,0.3333,'G540',49,'*'),(3856,'turística','turística',0,0,0.6,'T6232',45,'*'),(3857,'bienvenidos','bienvenidos',0,0,0.7333,'B51532',22,'*'),(3858,'delresumen','delresumen',0,0,0.6667,'D4625',1,'*'),(3859,'enadelante','enadelante',0,0,0.6667,'E53453',5,'*'),(3860,'participar','participar',0,0,0.6667,'P63216',34,'*'),(3862,'disponible','disponible',0,0,0.6667,'D21514',33,'*'),(3863,'gov','gov',0,0,0.2,'G100',104,'*'),(3864,'https','https',0,0,0.3333,'H312',108,'*'),(3865,'link','link',0,0,0.2667,'L520',37,'*'),(3866,'nuestra-ciudad','nuestra-ciudad',0,0,0.9333,'N23623',34,'*'),(3867,'transporte','transporte',0,0,0.6667,'T652163',34,'*'),(3868,'turismovillavicencio','turismovillavicencio',0,0,1,'T625141252',34,'*'),(3870,'interes','interes',0,0,0.4667,'I5362',31,'*'),(3871,'sitios','sitios',0,0,0.4,'S320',31,'*'),(3873,'antioquia','antioquia',0,0,0.6,'A532',122,'*'),(3874,'carlos','carlos',0,0,0.4,'C642',122,'*'),(3875,'donascimento','donascimento',0,0,0.8,'D5253',107,'*'),(3876,'dr','dr',0,0,0.1333,'D600',107,'*'),(3877,'dulceacuícolas','dulceacuícolas',0,0,0.9333,'D4242',125,'*'),(3880,'dulceacuicolas','dulceacuicolas',0,0,0.9333,'D4242',116,'*'),(3881,'neotropicales','neotropicales',0,0,0.8667,'N361242',116,'*'),(3882,'ictiologia','ictiologia',0,0,0.6667,'I2342',2,'*'),(3883,'analizar','analizar',0,0,0.5333,'A5426',91,'*'),(3884,'computador','computador',0,0,0.6667,'C5136',91,'*'),(3885,'llevar','llevar',0,0,0.4,'L160',91,'*'),(3886,'preferible','preferible',0,0,0.6667,'P61614',91,'*'),(3887,'requisitos','requisitos',0,0,0.6667,'R232',91,'*'),(3888,'tienen','tienen',0,0,0.4,'T500',91,'*'),(3890,'adan','adan',0,0,0.2667,'A350',9,'*'),(3891,'conocimientos','conocimientos',0,0,0.8667,'C52532',9,'*'),(3892,'esqueletos','esqueletos',0,0,0.6667,'E2432',9,'*'),(3893,'explorando','explorando',0,0,0.6667,'E214653',9,'*'),(3894,'ingles','ingles',0,0,0.4,'I5242',9,'*'),(3895,'massachusetts','massachusetts',0,0,0.8667,'M232',9,'*'),(3896,'p','p',0,0,0.0667,'P000',12,'*'),(3897,'summers','summers',0,0,0.4667,'S562',23,'*'),(3898,'tecnología','tecnología',0,0,0.6667,'T2542',9,'*'),(3905,'-cicimar','-cicimar',0,0,0.5333,'C560',17,'*'),(3906,'centro','centro',0,0,0.4,'C536',17,'*'),(3907,'fernanda','fernanda',0,0,0.5333,'F653',16,'*'),(3908,'funes','funes',0,0,0.3333,'F520',57,'*'),(3909,'interdisciplinario','interdisciplinario',0,0,1,'I536321456',17,'*'),(3910,'jiménez','jiménez',0,0,0.4667,'J520',16,'*'),(3911,'larvas','larvas',0,0,0.4,'L612',111,'*'),(3912,'luz','luz',0,0,0.2,'L200',47,'*'),(3913,'marinas','marinas',0,0,0.4667,'M652',17,'*'),(3914,'moleculares','moleculares',0,0,0.7333,'M42462',111,'*'),(3915,'morfológicas','morfológicas',0,0,0.8,'M6142',111,'*'),(3916,'rene','rene',0,0,0.2667,'R500',17,'*'),(3917,'técnicas','técnicas',0,0,0.5333,'T252',111,'*'),(3920,'laciencia','laciencia',0,0,0.6,'L252',7,'*'),(3921,'13','13',0,0,0.2,'',28,'*'),(3922,'28','28',0,0,0.2,'',28,'*'),(3923,'301','301',0,0,0.3,'',28,'*'),(3924,'75','75',0,0,0.2,'',28,'*'),(3925,'81','81',0,0,0.2,'',28,'*'),(3926,'830.034.378-6','830.034.378-6',0,0,1.3,'',28,'*'),(3927,'a-18','a-18',0,0,0.2667,'A000',28,'*'),(3928,'atrio','atrio',0,0,0.3333,'A360',28,'*'),(3929,'bancaria','bancaria',0,0,0.5333,'B526',28,'*'),(3930,'banco','banco',0,0,0.3333,'B520',28,'*'),(3931,'bogotá','bogotá',0,0,0.4,'B230',60,'*'),(3932,'calle','calle',0,0,0.3333,'C400',28,'*'),(3933,'codigo','codigo',0,0,0.4,'C320',6,'*'),(3934,'colocibm','colocibm',0,0,0.5333,'C4215',28,'*'),(3935,'colombiana','colombiana',0,0,0.6667,'C4515',28,'*'),(3936,'código','código',0,0,0.4,'C320',28,'*'),(3937,'edificio','edificio',0,0,0.5333,'E312',57,'*'),(3938,'electronico','electronico',0,0,0.7333,'E423652',26,'*'),(3939,'exterior','exterior',0,0,0.5333,'E236',28,'*'),(3940,'hay','hay',0,0,0.2,'H000',6,'*'),(3941,'oficina','oficina',0,0,0.4667,'O125',28,'*'),(3942,'pagos','pagos',0,0,0.3333,'P200',28,'*'),(3943,'poner','poner',0,0,0.3333,'P560',6,'*'),(3944,'qr','qr',0,0,0.1333,'Q600',9,'*'),(3945,'s','s',0,0,0.0667,'S000',62,'*'),(3946,'swif','swif',0,0,0.2667,'S100',28,'*'),(3947,'transferencia','transferencia',0,0,0.8667,'T6521652',28,'*'),(3948,'voy','voy',0,0,0.2,'V000',6,'*'),(3952,'dificultad','dificultad',0,0,0.6667,'D1243',13,'*'),(3953,'enlace','enlace',0,0,0.4,'E542',13,'*'),(3954,'instrucciones','instrucciones',0,0,0.8667,'I5236252',13,'*'),(3955,'sigue','sigue',0,0,0.3333,'S000',13,'*'),(3956,'subir','subir',0,0,0.3333,'S160',13,'*'),(3957,'tienes','tienes',0,0,0.4,'T520',13,'*'),(3959,'114442849885207565476','114442849885207565476',0,0,1.5,'',2,'*'),(3960,'1fbccepz31btneltgjkmsjrosytht5yut','1fbccepz31btneltgjkmsjrosytht5yut',0,0,1,'F21213543252623',2,'*'),(3961,'docs','docs',0,0,0.2667,'D200',2,'*'),(3962,'document','document',0,0,0.5333,'D253',2,'*'),(3963,'drive','drive',0,0,0.3333,'D610',3,'*'),(3964,'edit','edit',0,0,0.2667,'E300',2,'*'),(3965,'google','google',0,0,0.4,'G400',3,'*'),(3966,'ouid','ouid',0,0,0.2667,'O300',2,'*'),(3967,'rtpof','rtpof',0,0,0.3333,'R310',2,'*'),(3968,'sd','sd',0,0,0.1333,'S300',2,'*'),(3969,'true','true',0,0,0.2667,'T600',2,'*'),(3970,'usp','usp',0,0,0.2,'U210',3,'*'),(3974,'instructivo','instructivo',0,0,0.7333,'I5236231',8,'*'),(3975,'️','️',0,0,0.0667,'️000',8,'*'),(3977,'20minutos','20minutos',0,0,0.6,'M320',1,'*'),(3978,'alicia','alicia',0,0,0.4,'A420',80,'*'),(3979,'autónoma','autónoma',0,0,0.5333,'A350',89,'*'),(3980,'baja','baja',0,0,0.2667,'B200',80,'*'),(3981,'beatriz','beatriz',0,0,0.4667,'B362',80,'*'),(3982,'beltrán-león','beltrán-león',0,0,0.8,'B436545',80,'*'),(3983,'cicimar','cicimar',0,0,0.4667,'C560',80,'*'),(3984,'claudia','claudia',0,0,0.4667,'C430',80,'*'),(3985,'instituto','instituto',0,0,0.6,'I523',49,'*'),(3986,'jiménez-segura','jiménez-segura',0,0,0.9333,'J526',31,'*'),(3987,'méxico','méxico',0,0,0.4,'M200',89,'*'),(3988,'nacional','nacional',0,0,0.5333,'N254',55,'*'),(3989,'politécnico','politécnico',0,0,0.7333,'P43252',40,'*'),(3990,'rené','rené',0,0,0.2667,'R500',40,'*'),(3991,'rodríguez','rodríguez',0,0,0.6,'R362',49,'*'),(3992,'segundo','segundo',0,0,0.4667,'S530',80,'*'),(3993,'silva','silva',0,0,0.3333,'S410',80,'*'),(3994,'sur','sur',0,0,0.2,'S600',80,'*'),(3995,'susana','susana',0,0,0.4,'S500',80,'*'),(3996,'valle','valle',0,0,0.3333,'V400',89,'*'),(4008,'conferenciaespecial','conferenciaespecial',0,0,1,'C51652124',5,'*'),(4009,'tarjetas','tarjetas',0,0,0.5333,'T6232',13,'*'),(4010,'bgonai','bgonai',0,0,0.4,'B250',2,'*'),(4011,'checkout','checkout',0,0,0.5333,'C300',2,'*'),(4012,'l','l',0,0,0.0667,'L000',2,'*'),(4013,'vpos','vpos',0,0,0.2667,'V200',2,'*'),(4014,'wompi','wompi',0,0,0.3333,'W510',2,'*'),(4017,'plataforma','plataforma',0,0,0.6667,'P43165',1,'*'),(4018,'pasarela','pasarela',0,0,0.5333,'P264',9,'*'),(4019,'test','test',0,0,0.2667,'T230',1,'*'),(4020,'3.curso','3.curso',0,0,0.4667,'C620',13,'*'),(4021,'aplicadas','aplicadas',0,0,0.6,'A14232',98,'*'),(4022,'depresentación','depresentación',0,0,0.9333,'D1625325',2,'*'),(4023,'acuáticos','acuáticos',0,0,0.6,'A232',33,'*'),(4024,'biomonitoreo','biomonitoreo',0,0,0.8,'B536',33,'*'),(4025,'ecosistemas','ecosistemas',0,0,0.7333,'E2352',33,'*'),(4026,'alvarado','alvarado',0,0,0.5333,'A4163',41,'*'),(4027,'centroccidental','centroccidental',0,0,1,'C53623534',41,'*'),(4028,'colección','colección',0,0,0.6,'C425',32,'*'),(4029,'douglas','douglas',0,0,0.4667,'D242',41,'*'),(4030,'lisandro','lisandro',0,0,0.5333,'L2536',41,'*'),(4031,'lópez-casas','lópez-casas',0,0,0.7333,'L120',32,'*'),(4032,'museo','museo',0,0,0.3333,'M200',32,'*'),(4033,'naturales','naturales',0,0,0.6,'N3642',32,'*'),(4034,'olarte','olarte',0,0,0.4,'O463',41,'*'),(4035,'regional','regional',0,0,0.5333,'R254',32,'*'),(4036,'silvia','silvia',0,0,0.4,'S410',40,'*'),(4037,'venezuela','venezuela',0,0,0.6,'V524',41,'*'),(4038,'wcs','wcs',0,0,0.2,'W200',40,'*'),(4039,'ytransformación','ytransformación',0,0,1,'Y365216525',2,'*'),(4041,'acceso','acceso',0,0,0.4,'A200',70,'*'),(4042,'bases','bases',0,0,0.3333,'B200',70,'*'),(4043,'boldsystem','boldsystem',0,0,0.6667,'B43235',70,'*'),(4044,'contar','contar',0,0,0.4,'C536',70,'*'),(4045,'depeces','depeces',0,0,0.4667,'D120',2,'*'),(4046,'descargado','descargado',0,0,0.6667,'D2623',70,'*'),(4047,'genético','genético',0,0,0.5333,'G532',70,'*'),(4048,'haya','haya',0,0,0.2667,'H000',70,'*'),(4049,'libre','libre',0,0,0.3333,'L160',70,'*'),(4050,'megasoftware','megasoftware',0,0,0.8,'M2136',70,'*'),(4051,'ncbi','ncbi',0,0,0.2667,'N210',70,'*'),(4052,'net','net',0,0,0.2,'N300',70,'*'),(4053,'nih','nih',0,0,0.2,'N000',70,'*'),(4054,'previamente','previamente',0,0,0.7333,'P6153',70,'*'),(4055,'trabajará','trabajará',0,0,0.6,'T6126',70,'*'),(4056,'1jczll5vzyyu-hiabkyc19zgkxfmmfdp7','1jczll5vzyyu-hiabkyc19zgkxfmmfdp7',0,0,1,'J4121215131',1,'*'),(4057,'file','file',0,0,0.2667,'F400',1,'*'),(4058,'view','view',0,0,0.2667,'V000',1,'*'),(4059,'ver','ver',0,0,0.2,'V600',88,'*'),(4060,'sistemáticay','sistemáticay',0,0,0.8,'S3532',2,'*'),(4061,'abrir','abrir',0,0,0.3333,'A160',1,'*'),(4062,'mínimo','mínimo',0,0,0.4,'M000',21,'*'),(4063,'participantes','participantes',0,0,0.8667,'P6321532',21,'*'),(4064,'requerido','requerido',0,0,0.6,'R263',21,'*'),(4068,'impartir','impartir',0,0,0.5333,'I51636',20,'*'),(4069,'23','23',0,0,0.2,'',10,'*'),(4070,'29de','29de',0,0,0.2667,'D000',3,'*'),(4071,'acero','acero',0,0,0.3333,'A260',20,'*'),(4072,'adriana','adriana',0,0,0.4667,'A365',25,'*'),(4073,'alonso','alonso',0,0,0.4,'A452',18,'*'),(4074,'amazonas-ufam','amazonas-ufam',0,0,0.8667,'A525215',9,'*'),(4075,'arturo','arturo',0,0,0.4,'A636',26,'*'),(4076,'atencio','atencio',0,0,0.4667,'A352',58,'*'),(4077,'brasil','brasil',0,0,0.4,'B624',9,'*'),(4078,'car','car',0,0,0.2,'C600',8,'*'),(4079,'córdoba','córdoba',0,0,0.4667,'C631',58,'*'),(4080,'do','do',0,0,0.1333,'D000',9,'*'),(4081,'donald','donald',0,0,0.4,'D543',26,'*'),(4082,'donascimiento','donascimiento',0,0,0.8667,'D5253',15,'*'),(4083,'doris','doris',0,0,0.3333,'D620',9,'*'),(4084,'escobar','escobar',0,0,0.4667,'E216',9,'*'),(4085,'estados','estados',0,0,0.4667,'E232',9,'*'),(4086,'estatal','estatal',0,0,0.4667,'E234',9,'*'),(4087,'federal','federal',0,0,0.4667,'F364',8,'*'),(4088,'flavio','flavio',0,0,0.4,'F410',9,'*'),(4089,'francisco','francisco',0,0,0.6,'F652',12,'*'),(4090,'garcía-de','garcía-de',0,0,0.6,'G623',9,'*'),(4091,'gonzález','gonzález',0,0,0.5333,'G5242',9,'*'),(4092,'gutiérrez','gutiérrez',0,0,0.6,'G362',9,'*'),(4093,'hernando','hernando',0,0,0.5333,'H653',14,'*'),(4094,'humboldt','humboldt',0,0,0.5333,'H5143',9,'*'),(4095,'independiente','independiente',0,0,0.8667,'I5315353',9,'*'),(4096,'investigador','investigador',0,0,0.8,'I5123236',9,'*'),(4097,'javier','javier',0,0,0.4,'J160',12,'*'),(4098,'juan','juan',0,0,0.2667,'J500',9,'*'),(4099,'julián','julián',0,0,0.4,'J450',9,'*'),(4100,'león','león',0,0,0.2667,'L500',9,'*'),(4101,'llanos','llanos',0,0,0.4,'L520',23,'*'),(4102,'luis','luis',0,0,0.2667,'L200',17,'*'),(4103,'maría','maría',0,0,0.3333,'M600',33,'*'),(4104,'museum','museum',0,0,0.4,'M250',9,'*'),(4105,'noreste','noreste',0,0,0.4667,'N623',9,'*'),(4106,'ontario','ontario',0,0,0.4667,'O536',9,'*'),(4107,'ornelas','ornelas',0,0,0.4667,'O6542',9,'*'),(4108,'patricia','patricia',0,0,0.5333,'P362',9,'*'),(4109,'paula','paula',0,0,0.3333,'P400',8,'*'),(4110,'ramírez','ramírez',0,0,0.4667,'R562',14,'*'),(4111,'royal','royal',0,0,0.3333,'R400',36,'*'),(4112,'santos','santos',0,0,0.4,'S532',25,'*'),(4113,'sánchez','sánchez',0,0,0.4667,'S520',8,'*'),(4114,'tavera','tavera',0,0,0.4,'T160',20,'*'),(4115,'unidos','unidos',0,0,0.4,'U532',9,'*'),(4116,'víctor','víctor',0,0,0.4,'V236',58,'*'),(4117,'wwf','wwf',0,0,0.2,'W100',14,'*'),(4118,'zapata','zapata',0,0,0.4,'Z130',17,'*'),(4119,'ángela','ángela',0,0,0.4,'á524',9,'*'),(4133,'universidadfederal','universidadfederal',0,0,1,'U516231364',1,'*'),(4134,'garcía','garcía',0,0,0.4,'G620',63,'*'),(4135,'álzate','álzate',0,0,0.4,'á423',57,'*'),(4137,'deregistro','deregistro',0,0,0.6667,'D6236',3,'*'),(4138,'cerrada','cerrada',0,0,0.4667,'C630',2,'*'),(4139,'fechasimportantes','fechasimportantes',0,0,1,'F25163532',1,'*'),(4140,'algunos','algunos',0,0,0.4667,'A4252',29,'*'),(4141,'cercanos','cercanos',0,0,0.5333,'C6252',29,'*'),(4142,'hoteles','hoteles',0,0,0.4667,'H342',29,'*'),(4143,'listado','listado',0,0,0.4667,'L230',29,'*'),(4147,'3138516470','3138516470',0,0,1,'',27,'*'),(4148,'celular','celular',0,0,0.4667,'C460',27,'*'),(4149,'hotel','hotel',0,0,0.3333,'H340',27,'*'),(4150,'plaza','plaza',0,0,0.3333,'P420',27,'*'),(4151,'reservasvvchoteles','reservasvvchoteles',0,0,1,'R261212342',27,'*'),(4154,'3127713830','3127713830',0,0,1,'',26,'*'),(4155,'ana','ana',0,0,0.2,'A500',26,'*'),(4156,'armoni','armoni',0,0,0.4,'A650',26,'*'),(4157,'boutique','boutique',0,0,0.5333,'B320',26,'*'),(4158,'casa','casa',0,0,0.2667,'C000',26,'*'),(4159,'centenario','centenario',0,0,0.6667,'C5356',26,'*'),(4160,'corona','corona',0,0,0.4,'C650',26,'*'),(4161,'llano','llano',0,0,0.3333,'L500',26,'*'),(4162,'portal','portal',0,0,0.4,'P634',26,'*'),(4163,'real','real',0,0,0.2667,'R400',26,'*'),(4164,'santa','santa',0,0,0.3333,'S530',26,'*'),(4165,'sol','sol',0,0,0.2,'S400',26,'*'),(4169,'3044481777','3044481777',0,0,1,'',25,'*'),(4170,'3115300055','3115300055',0,0,1,'',25,'*'),(4171,'3142165385','3142165385',0,0,1,'',25,'*'),(4172,'3167522472','3167522472',0,0,1,'',25,'*'),(4173,'3212111957','3212111957',0,0,1,'',25,'*'),(4174,'3213430208','3213430208',0,0,1,'',25,'*'),(4175,'3219492527','3219492527',0,0,1,'',25,'*'),(4176,'3115902014','3115902014',0,0,1,'',24,'*'),(4177,'3143328609','3143328609',0,0,1,'',24,'*'),(4178,'3227940772','3227940772',0,0,1,'',24,'*'),(4179,'armonihotel','armonihotel',0,0,0.7333,'A6534',24,'*'),(4180,'cayena','cayena',0,0,0.4,'C500',24,'*'),(4181,'gloria','gloria',0,0,0.4,'G460',24,'*'),(4182,'hotelcentenarioboutique','hotelcentenarioboutique',0,0,1,'H3425356132',24,'*'),(4183,'hotelportaldelllano','hotelportaldelllano',0,0,1,'H341634345',24,'*'),(4184,'inn','inn',0,0,0.2,'I500',24,'*'),(4185,'recepcioncasacorona','recepcioncasacorona',0,0,1,'R2125265',24,'*'),(4186,'reservas','reservas',0,0,0.5333,'R2612',24,'*'),(4187,'vvc','vvc',0,0,0.2,'V200',24,'*'),(4191,'hotelcayenainn','hotelcayenainn',0,0,0.9333,'H3425',23,'*'),(4192,'hoteldelllano','hoteldelllano',0,0,0.8667,'H34345',23,'*'),(4193,'hotelmariagloria','hotelmariagloria',0,0,1,'H3456246',23,'*'),(4194,'hotelsantaanareal','hotelsantaanareal',0,0,1,'H34253564',23,'*'),(4198,'comite','comite',0,0,0.4,'C530',2,'*'),(4199,'adam','adam',0,0,0.2667,'A350',14,'*'),(4200,'artesanal','artesanal',0,0,0.6,'A63254',11,'*'),(4201,'caribe','caribe',0,0,0.4,'C610',17,'*'),(4202,'funcional','funcional',0,0,0.6,'F5254',11,'*'),(4203,'informes','informes',0,0,0.5333,'I51652',11,'*'),(4204,'morfológica','morfológica',0,0,0.7333,'M6142',11,'*'),(4205,'pecesmarinos','pecesmarinos',0,0,0.8,'P25652',2,'*'),(4206,'taxonómica','taxonómica',0,0,0.6667,'T252',11,'*'),(4207,'washington','washington',0,0,0.6667,'W25235',11,'*'),(4214,'ajiaco','ajiaco',0,0,0.4,'A200',6,'*'),(4215,'alzate','alzate',0,0,0.4,'A423',6,'*'),(4216,'asantosm','asantosm',0,0,0.5333,'A25325',6,'*'),(4217,'bioikos','bioikos',0,0,0.4667,'B200',6,'*'),(4218,'camilo','camilo',0,0,0.4,'C540',6,'*'),(4219,'carlosgarciaa','carlosgarciaa',0,0,0.8667,'C64262',6,'*'),(4220,'ccconde27','ccconde27',0,0,0.6,'C530',6,'*'),(4221,'christian','christian',0,0,0.6,'C6235',6,'*'),(4222,'conde','conde',0,0,0.3333,'C530',6,'*'),(4223,'donascimiento1','donascimiento1',0,0,0.9333,'D5253',6,'*'),(4224,'elena','elena',0,0,0.3333,'E450',6,'*'),(4225,'fundación','fundación',0,0,0.6,'F5325',6,'*'),(4226,'gil','gil',0,0,0.2,'G400',6,'*'),(4227,'lzapata','lzapata',0,0,0.4667,'L213',6,'*'),(4228,'mail','mail',0,0,0.2667,'M400',6,'*'),(4229,'martínez','martínez',0,0,0.5333,'M6352',6,'*'),(4230,'padilla','padilla',0,0,0.4667,'P340',9,'*'),(4231,'ramirez','ramirez',0,0,0.4667,'R562',6,'*'),(4232,'reajiaco','reajiaco',0,0,0.5333,'R200',6,'*'),(4233,'rosa','rosa',0,0,0.2667,'R200',6,'*'),(4234,'saldaña','saldaña',0,0,0.4667,'S430',6,'*'),(4235,'tolima','tolima',0,0,0.4,'T450',6,'*'),(4236,'udea','udea',0,0,0.2667,'U300',6,'*'),(4237,'unal','unal',0,0,0.2667,'U540',6,'*'),(4245,'agotados','agotados',0,0,0.5333,'A232',7,'*'),(4246,'marinoscolombianos','marinoscolombianos',0,0,1,'M65245152',2,'*'),(4248,'clase','clase',0,0,0.3333,'C420',4,'*'),(4249,'contenidodel','contenidodel',0,0,0.8,'C53534',3,'*'),(4250,'dictara','dictara',0,0,0.4667,'D236',2,'*'),(4251,'docente','docente',0,0,0.4667,'D253',4,'*'),(4252,'manera','manera',0,0,0.4,'M600',4,'*'),(4253,'virtual','virtual',0,0,0.4667,'V634',4,'*'),(4255,'dictará','dictará',0,0,0.4667,'D236',2,'*'),(4256,'16','16',0,0,0.2,'',29,'*'),(4257,'17','17',0,0,0.2,'',13,'*'),(4258,'agenda','agenda',0,0,0.4,'A253',62,'*'),(4259,'00','00',0,0,0.2,'',32,'*'),(4260,'14','14',0,0,0.2,'',3,'*'),(4261,'18','18',0,0,0.2,'',32,'*'),(4262,'35','35',0,0,0.2,'',32,'*'),(4263,'adaptaciones','adaptaciones',0,0,0.8,'A313252',3,'*'),(4264,'and','and',0,0,0.2,'A530',3,'*'),(4265,'atardecer','atardecer',0,0,0.6,'A36326',32,'*'),(4266,'auditorio','auditorio',0,0,0.6,'A360',60,'*'),(4267,'clausura','clausura',0,0,0.5333,'C426',32,'*'),(4268,'comunidad','comunidad',0,0,0.6,'C530',3,'*'),(4269,'conectividad','conectividad',0,0,0.8,'C52313',3,'*'),(4270,'conferencias','conferencias',0,0,0.8,'C51652',58,'*'),(4271,'dinámica','dinámica',0,0,0.5333,'D520',3,'*'),(4272,'estructura','estructura',0,0,0.6667,'E236236',3,'*'),(4273,'evolutiva','evolutiva',0,0,0.6,'E1431',3,'*'),(4274,'fish','fish',0,0,0.2667,'F200',3,'*'),(4275,'garcia-de','garcia-de',0,0,0.6,'G623',3,'*'),(4276,'garzon','garzon',0,0,0.4,'G625',60,'*'),(4277,'genética','genética',0,0,0.5333,'G532',3,'*'),(4278,'gobernanza','gobernanza',0,0,0.6667,'G1652',3,'*'),(4279,'hora','hora',0,0,0.2667,'H600',3,'*'),(4280,'ictioplanctónica','ictioplanctónica',0,0,1,'I231452352',3,'*'),(4281,'inauguracion','inauguracion',0,0,0.8,'I52625',60,'*'),(4282,'jaime','jaime',0,0,0.3333,'J500',60,'*'),(4283,'jueves','jueves',0,0,0.4,'J120',3,'*'),(4284,'leon','leon',0,0,0.2667,'L500',3,'*'),(4285,'llanero','llanero',0,0,0.4667,'L560',32,'*'),(4286,'magistrales','magistrales',0,0,0.7333,'M23642',58,'*'),(4287,'miercoles','miercoles',0,0,0.6,'M6242',3,'*'),(4288,'new','new',0,0,0.2,'N000',3,'*'),(4289,'ordenación','ordenación',0,0,0.6667,'O63525',3,'*'),(4290,'pacífico','pacífico',0,0,0.5333,'P212',3,'*'),(4291,'pesquera','pesquera',0,0,0.5333,'P260',3,'*'),(4292,'quién','quién',0,0,0.3333,'Q500',3,'*'),(4293,'simposiotaxonomía','simposiotaxonomía',0,0,1,'S512325',3,'*'),(4294,'skeletons','skeletons',0,0,0.6,'S4352',3,'*'),(4295,'technology','technology',0,0,0.6667,'T2542',3,'*'),(4296,'tejiendo','tejiendo',0,0,0.5333,'T253',32,'*'),(4297,'viernes','viernes',0,0,0.4667,'V652',3,'*'),(4322,'migratorios','migratorios',0,0,0.7333,'M26362',46,'*'),(4323,'detallada','detallada',0,0,0.6,'D430',36,'*'),(4324,'garzón','garzón',0,0,0.4,'G625',29,'*'),(4325,'rosas','rosas',0,0,0.3333,'R200',29,'*'),(4327,'am','am',0,0,0.1333,'A500',9,'*'),(4328,'antonio','antonio',0,0,0.4667,'A535',9,'*'),(4329,'inscripciones','inscripciones',0,0,0.8667,'I5261252',9,'*'),(4330,'martes','martes',0,0,0.4,'M632',9,'*'),(4331,'miércoles','miércoles',0,0,0.6,'M6242',9,'*'),(4332,'pm','pm',0,0,0.1333,'P500',9,'*'),(4333,'elmensaje','elmensaje',0,0,0.6,'E452',1,'*');
/*!40000 ALTER TABLE `cql20_finder_terms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_finder_terms_common`
--
DROP TABLE IF EXISTS `cql20_finder_terms_common`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_finder_terms_common`
--
LOCK TABLES `cql20_finder_terms_common` WRITE;
/*!40000 ALTER TABLE `cql20_finder_terms_common` DISABLE KEYS */;
INSERT INTO `cql20_finder_terms_common` VALUES ('a','en',0),('about','en',0),('above','en',0),('after','en',0),('again','en',0),('against','en',0),('all','en',0),('am','en',0),('an','en',0),('and','en',0),('any','en',0),('are','en',0),('aren\'t','en',0),('as','en',0),('at','en',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),('can\'t','en',0),('cannot','en',0),('could','en',0),('couldn\'t','en',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),('down','en',0),('during','en',0),('each','en',0),('few','en',0),('for','en',0),('from','en',0),('further','en',0),('had','en',0),('hadn\'t','en',0),('has','en',0),('hasn\'t','en',0),('have','en',0),('haven\'t','en',0),('having','en',0),('he','en',0),('he\'d','en',0),('he\'ll','en',0),('he\'s','en',0),('her','en',0),('here','en',0),('here\'s','en',0),('hers','en',0),('herself','en',0),('him','en',0),('himself','en',0),('his','en',0),('how','en',0),('how\'s','en',0),('i','en',0),('i\'d','en',0),('i\'ll','en',0),('i\'m','en',0),('i\'ve','en',0),('if','en',0),('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),('more','en',0),('most','en',0),('mustn\'t','en',0),('my','en',0),('myself','en',0),('no','en',0),('nor','en',0),('not','en',0),('of','en',0),('off','en',0),('on','en',0),('once','en',0),('only','en',0),('or','en',0),('other','en',0),('ought','en',0),('our','en',0),('ours','en',0),('ourselves','en',0),('out','en',0),('over','en',0),('own','en',0),('same','en',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),('so','en',0),('some','en',0),('such','en',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),('too','en',0),('under','en',0),('until','en',0),('up','en',0),('very','en',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),('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);
/*!40000 ALTER TABLE `cql20_finder_terms_common` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_finder_tokens`
--
DROP TABLE IF EXISTS `cql20_finder_tokens`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_finder_tokens`
--
LOCK TABLES `cql20_finder_tokens` WRITE;
/*!40000 ALTER TABLE `cql20_finder_tokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_finder_tokens` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_finder_tokens_aggregate`
--
DROP TABLE IF EXISTS `cql20_finder_tokens_aggregate`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_finder_tokens_aggregate`
--
LOCK TABLES `cql20_finder_tokens_aggregate` WRITE;
/*!40000 ALTER TABLE `cql20_finder_tokens_aggregate` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_finder_tokens_aggregate` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_finder_types`
--
DROP TABLE IF EXISTS `cql20_finder_types`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_finder_types` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`title` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`mime` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
UNIQUE KEY `title` (`title`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_finder_types`
--
LOCK TABLES `cql20_finder_types` WRITE;
/*!40000 ALTER TABLE `cql20_finder_types` DISABLE KEYS */;
INSERT INTO `cql20_finder_types` VALUES (1,'Category',''),(2,'Contact',''),(3,'Article',''),(4,'News Feed',''),(5,'Tag','');
/*!40000 ALTER TABLE `cql20_finder_types` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_guidedtour_steps`
--
DROP TABLE IF EXISTS `cql20_guidedtour_steps`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_guidedtour_steps` (
`id` int NOT NULL AUTO_INCREMENT,
`tour_id` int NOT NULL DEFAULT '0',
`title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`published` tinyint NOT NULL DEFAULT '0',
`description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`ordering` int NOT NULL DEFAULT '0',
`position` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`target` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`type` int NOT NULL,
`interactive_type` int NOT NULL DEFAULT '1',
`url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`created` datetime NOT NULL,
`created_by` int unsigned NOT NULL DEFAULT '0',
`modified` datetime NOT NULL,
`modified_by` int unsigned NOT NULL DEFAULT '0',
`checked_out_time` datetime DEFAULT NULL,
`checked_out` int unsigned DEFAULT NULL,
`language` varchar(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`note` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `idx_tour` (`tour_id`),
KEY `idx_state` (`published`),
KEY `idx_language` (`language`)
) ENGINE=InnoDB AUTO_INCREMENT=112 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_guidedtour_steps`
--
LOCK TABLES `cql20_guidedtour_steps` WRITE;
/*!40000 ALTER TABLE `cql20_guidedtour_steps` DISABLE KEYS */;
INSERT INTO `cql20_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','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(2,1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_TITLE_DESCRIPTION',2,'bottom','#jform_title',2,2,'administrator/index.php?option=com_guidedtours&view=tour&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(3,1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_URL_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_URL_DESCRIPTION',3,'top','#jform_url',2,2,'administrator/index.php?option=com_guidedtours&view=tour&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(4,1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_CONTENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_CONTENT_DESCRIPTION',4,'bottom','#jform_description,#jform_description_ifr',2,3,'administrator/index.php?option=com_guidedtours&view=tour&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(5,1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_COMPONENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_COMPONENT_DESCRIPTION',5,'top','joomla-field-fancy-select .choices',2,3,'administrator/index.php?option=com_guidedtours&view=tour&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(6,1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_SAVECLOSE_DESCRIPTION',6,'top','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_guidedtours&view=tour&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(7,1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_STEP_CONGRATULATIONS_DESCRIPTION',7,'bottom','',0,1,'administrator/index.php?option=com_guidedtours&view=tour&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(8,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_COUNTER_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_COUNTER_DESCRIPTION',8,'top','#toursList tbody tr:nth-last-of-type(1) td:nth-of-type(5) .btn',2,1,'','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(9,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_NEW_DESCRIPTION',9,'bottom','.button-new',2,1,'','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(10,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_TITLE_DESCRIPTION',10,'bottom','#jform_title',2,2,'','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(11,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_DESCRIPTION_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_DESCRIPTION_DESCRIPTION',11,'bottom','#jform_description,#jform_description_ifr',2,3,'','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(12,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_STATUS_DESCRIPTION',12,'bottom','#jform_published',2,3,'','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(13,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_POSITION_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_POSITION_DESCRIPTION',13,'top','#jform_position',2,3,'','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(14,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_TARGET_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_TARGET_DESCRIPTION',14,'top','#jform_target',2,3,'','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(15,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_TYPE_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_TYPE_DESCRIPTION',15,'top','#jform_type',2,3,'','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(16,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_SAVECLOSE_DESCRIPTION',16,'bottom','#save-group-children-save .button-save',2,1,'','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(17,2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_STEP_CONGRATULATIONS_DESCRIPTION',17,'bottom','',0,1,'','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(18,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_NEW_DESCRIPTION',18,'bottom','.button-new',2,1,'administrator/index.php?option=com_content&view=articles','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(19,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_TITLE_DESCRIPTION',19,'bottom','#jform_title',2,2,'administrator/index.php?option=com_content&view=article&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(20,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_ALIAS_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_ALIAS_DESCRIPTION',20,'bottom','#jform_alias',2,2,'administrator/index.php?option=com_content&view=article&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(21,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_CONTENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_CONTENT_DESCRIPTION',21,'bottom','#jform_articletext,#jform_articletext_ifr',2,3,'administrator/index.php?option=com_content&view=article&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(22,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_STATUS_DESCRIPTION',22,'bottom','#jform_state',2,3,'administrator/index.php?option=com_content&view=article&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(23,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_CATEGORY_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_CATEGORY_DESCRIPTION',23,'top','joomla-field-fancy-select .choices[data-type=select-one]',2,3,'administrator/index.php?option=com_content&view=article&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(24,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_FEATURED_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_FEATURED_DESCRIPTION',24,'bottom','#jform_featured0',2,3,'administrator/index.php?option=com_content&view=article&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(25,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_ACCESS_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_ACCESS_DESCRIPTION',25,'bottom','#jform_access',2,3,'administrator/index.php?option=com_content&view=article&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(26,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_TAGS_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_TAGS_DESCRIPTION',26,'top','joomla-field-fancy-select .choices[data-type=select-multiple]',2,3,'administrator/index.php?option=com_content&view=article&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(27,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_NOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_NOTE_DESCRIPTION',27,'top','#jform_note',2,2,'administrator/index.php?option=com_content&view=article&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(28,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_VERSIONNOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_VERSIONNOTE_DESCRIPTION',28,'top','#jform_version_note',2,2,'administrator/index.php?option=com_content&view=article&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(29,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_SAVECLOSE_DESCRIPTION',29,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_content&view=article&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(30,3,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_ARTICLES_STEP_CONGRATULATIONS_DESCRIPTION',30,'bottom','',0,1,'administrator/index.php?option=com_content&view=article&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(31,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_NEW_DESCRIPTION',31,'bottom','.button-new',2,1,'administrator/index.php?option=com_categories&view=categories&extension=com_content','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(32,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_TITLE_DESCRIPTION',32,'bottom','#jform_title',2,2,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(33,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_ALIAS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_ALIAS_DESCRIPTION',33,'bottom','#jform_alias',2,2,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(34,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_CONTENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_CONTENT_DESCRIPTION',34,'bottom','#jform_description,#jform_description_ifr',2,3,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(35,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_PARENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_PARENT_DESCRIPTION',35,'top','joomla-field-fancy-select .choices[data-type=select-one]',2,3,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(36,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_STATUS_DESCRIPTION',36,'bottom','#jform_published',2,3,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(37,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_ACCESS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_ACCESS_DESCRIPTION',37,'bottom','#jform_access',2,3,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(38,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_TAGS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_TAGS_DESCRIPTION',38,'top','joomla-field-fancy-select .choices[data-type=select-multiple]',2,3,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(39,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_NOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_NOTE_DESCRIPTION',39,'top','#jform_note',2,2,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(40,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_VERSIONNOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_VERSIONNOTE_DESCRIPTION',40,'top','#jform_version_note',2,2,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(41,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_SAVECLOSE_DESCRIPTION',41,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(42,4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CATEGORIES_STEP_CONGRATULATIONS_DESCRIPTION',42,'bottom','',0,1,'administrator/index.php?option=com_categories&view=category&layout=edit&extension=com_content','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(43,5,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_NEW_DESCRIPTION',43,'bottom','.button-new',2,1,'administrator/index.php?option=com_menus&view=menus','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(44,5,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_TITLE_DESCRIPTION',44,'bottom','#jform_title',2,2,'administrator/index.php?option=com_menus&view=menu&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(45,5,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_UNIQUENAME_TITLE',1,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_UNIQUENAME_DESCRIPTION',45,'top','#jform_menutype',2,2,'administrator/index.php?option=com_menus&view=menu&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(46,5,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_DESCRIPTION_TITLE',1,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_DESCRIPTION_DESCRIPTION',46,'top','#jform_menudescription',2,2,'administrator/index.php?option=com_menus&view=menu&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(47,5,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_SAVECLOSE_DESCRIPTION',47,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_menus&view=menu&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(48,5,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_MENUS_STEP_CONGRATULATIONS_DESCRIPTION',48,'bottom','',0,1,'administrator/index.php?option=com_menus&view=menu&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(49,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_NEW_DESCRIPTION',49,'bottom','.button-new',2,1,'administrator/index.php?option=com_tags&view=tags','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(50,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_TITLE_DESCRIPTION',50,'bottom','#jform_title',2,2,'administrator/index.php?option=com_tags&view=tag&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(51,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_ALIAS_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_ALIAS_DESCRIPTION',51,'bottom','#jform_alias',2,2,'administrator/index.php?option=com_tags&view=tag&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(52,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_CONTENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_CONTENT_DESCRIPTION',52,'bottom','#jform_description,#jform_description_ifr',2,3,'administrator/index.php?option=com_tags&view=tag&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(53,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_PARENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_PARENT_DESCRIPTION',53,'top','joomla-field-fancy-select .choices[data-type=select-one]',2,3,'administrator/index.php?option=com_tags&view=tag&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(54,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_STATUS_DESCRIPTION',54,'bottom','#jform_published',2,3,'administrator/index.php?option=com_tags&view=tag&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(55,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_ACCESS_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_ACCESS_DESCRIPTION',55,'bottom','#jform_access',2,3,'administrator/index.php?option=com_tags&view=tag&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(56,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_NOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_NOTE_DESCRIPTION',56,'top','#jform_note',2,2,'administrator/index.php?option=com_tags&view=tag&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(57,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_VERSIONNOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_VERSIONNOTE_DESCRIPTION',57,'top','#jform_version_note',2,2,'administrator/index.php?option=com_tags&view=tag&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(58,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_SAVECLOSE_DESCRIPTION',58,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_tags&view=tag&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(59,6,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_TAGS_STEP_CONGRATULATIONS_DESCRIPTION',59,'bottom','',0,1,'administrator/index.php?option=com_tags&view=tag&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(60,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_NEW_DESCRIPTION',60,'bottom','.button-new',2,1,'administrator/index.php?option=com_banners&view=banners','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(61,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_TITLE_DESCRIPTION',61,'bottom','#jform_name',2,2,'administrator/index.php?option=com_banners&view=banner&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(62,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_ALIAS_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_ALIAS_DESCRIPTION',62,'bottom','#jform_alias',2,2,'administrator/index.php?option=com_banners&view=banner&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(63,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_DETAILS_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_DETAILS_DESCRIPTION',63,'bottom','.col-lg-9',2,3,'administrator/index.php?option=com_banners&view=banner&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(64,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_STATUS_DESCRIPTION',64,'bottom','#jform_state',2,3,'administrator/index.php?option=com_banners&view=banner&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(65,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_CATEGORY_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_CATEGORY_DESCRIPTION',65,'top','joomla-field-fancy-select .choices[data-type=select-one]',2,3,'administrator/index.php?option=com_banners&view=banner&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(66,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_PINNED_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_PINNED_DESCRIPTION',66,'bottom','#jform_sticky1',2,3,'administrator/index.php?option=com_banners&view=banner&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(67,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_VERSIONNOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_VERSIONNOTE_DESCRIPTION',67,'top','#jform_version_note',2,2,'administrator/index.php?option=com_banners&view=banner&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(68,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_SAVECLOSE_DESCRIPTION',68,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_banners&view=banner&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(69,7,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_BANNERS_STEP_CONGRATULATIONS_DESCRIPTION',69,'bottom','',0,1,'administrator/index.php?option=com_banners&view=banner&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(70,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_NEW_DESCRIPTION',70,'bottom','.button-new',2,1,'administrator/index.php?option=com_contact&view=contacts','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(71,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_TITLE_DESCRIPTION',71,'bottom','#jform_name',2,2,'administrator/index.php?option=com_contact&view=contact&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(72,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_ALIAS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_ALIAS_DESCRIPTION',72,'bottom','#jform_alias',2,2,'administrator/index.php?option=com_contact&view=contact&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(73,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_DETAILS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_DETAILS_DESCRIPTION',73,'bottom','.col-lg-9',0,1,'administrator/index.php?option=com_contact&view=contact&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(74,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_STATUS_DESCRIPTION',74,'bottom','#jform_published',2,3,'administrator/index.php?option=com_contact&view=contact&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(75,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_CATEGORY_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_CATEGORY_DESCRIPTION',75,'top','joomla-field-fancy-select .choices[data-type=select-one]',2,3,'administrator/index.php?option=com_contact&view=contact&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(76,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_FEATURED_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_FEATURED_DESCRIPTION',76,'bottom','#jform_featured0',2,3,'administrator/index.php?option=com_contact&view=contact&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(77,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_ACCESS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_ACCESS_DESCRIPTION',77,'bottom','#jform_access',2,3,'administrator/index.php?option=com_contact&view=contact&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(78,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_TAGS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_TAGS_DESCRIPTION',78,'top','joomla-field-fancy-select .choices[data-type=select-multiple]',2,3,'administrator/index.php?option=com_contact&view=contact&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(79,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_VERSIONNOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_VERSIONNOTE_DESCRIPTION',79,'top','#jform_version_note',2,2,'administrator/index.php?option=com_contact&view=contact&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(80,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_SAVECLOSE_DESCRIPTION',80,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_contact&view=contact&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(81,8,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_CONTACTS_STEP_CONGRATULATIONS_DESCRIPTION',81,'bottom','',0,1,'administrator/index.php?option=com_contact&view=contact&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(82,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_NEW_DESCRIPTION',82,'bottom','.button-new',2,1,'administrator/index.php?option=com_newsfeeds&view=newsfeeds','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(83,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_TITLE_DESCRIPTION',83,'bottom','#jform_name',2,2,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(84,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_ALIAS_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_ALIAS_DESCRIPTION',84,'bottom','#jform_alias',2,2,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(85,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_LINK_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_LINK_DESCRIPTION',85,'bottom','#jform_link',2,2,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(86,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_DESCRIPTION_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_DESCRIPTION_DESCRIPTION',86,'bottom','#jform_description,#jform_description_ifr',2,3,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(87,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_STATUS_DESCRIPTION',87,'bottom','#jform_published',2,3,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(88,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_CATEGORY_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_CATEGORY_DESCRIPTION',88,'top','joomla-field-fancy-select .choices[data-type=select-one]',2,3,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(89,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_ACCESS_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_ACCESS_DESCRIPTION',89,'bottom','#jform_access',2,3,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(90,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_TAGS_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_TAGS_DESCRIPTION',90,'top','joomla-field-fancy-select .choices[data-type=select-multiple]',2,3,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(91,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_VERSIONNOTE_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_VERSIONNOTE_DESCRIPTION',91,'top','#jform_version_note',2,2,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(92,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_SAVECLOSE_DESCRIPTION',92,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(93,9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_STEP_CONGRATULATIONS_DESCRIPTION',93,'bottom','',0,1,'administrator/index.php?option=com_newsfeeds&view=newsfeed&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(94,10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_NEW_DESCRIPTION',94,'bottom','.button-new',2,1,'administrator/index.php?option=com_finder&view=filters','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(95,10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_TITLE_TITLE',1,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_TITLE_DESCRIPTION',95,'bottom','#jform_title',2,2,'administrator/index.php?option=com_finder&view=filter&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(96,10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_ALIAS_TITLE',1,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_ALIAS_DESCRIPTION',96,'bottom','#jform_alias',2,2,'administrator/index.php?option=com_finder&view=filter&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(97,10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_CONTENT_TITLE',1,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_CONTENT_DESCRIPTION',97,'bottom','.col-lg-9',0,1,'administrator/index.php?option=com_finder&view=filter&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(98,10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_STATUS_DESCRIPTION',98,'bottom','#jform_state',2,3,'administrator/index.php?option=com_finder&view=filter&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(99,10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_SAVECLOSE_DESCRIPTION',99,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_finder&view=filter&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(100,10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_STEP_CONGRATULATIONS_DESCRIPTION',100,'bottom','',0,1,'administrator/index.php?option=com_finder&view=filter&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(101,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_NEW_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_NEW_DESCRIPTION',101,'bottom','.button-new',2,1,'administrator/index.php?option=com_users&view=user&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(102,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_NAME_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_NAME_DESCRIPTION',102,'bottom','#jform_name',2,2,'administrator/index.php?option=com_users&view=user&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(103,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_LOGINNAME_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_LOGINNAME_DESCRIPTION',103,'bottom','#jform_username',2,2,'administrator/index.php?option=com_users&view=user&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(104,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_PASSWORD_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_PASSWORD_DESCRIPTION',104,'bottom','#jform_password',2,2,'administrator/index.php?option=com_users&view=user&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(105,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_PASSWORD2_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_PASSWORD2_DESCRIPTION',105,'bottom','#jform_password2',2,2,'administrator/index.php?option=com_users&view=user&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(106,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_EMAIL_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_EMAIL_DESCRIPTION',106,'bottom','#jform_email',2,2,'administrator/index.php?option=com_users&view=user&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(107,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_SYSTEMEMAIL_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_SYSTEMEMAIL_DESCRIPTION',107,'top','#jform_sendEmail0',2,3,'administrator/index.php?option=com_users&view=user&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(108,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_STATUS_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_STATUS_DESCRIPTION',108,'top','#jform_block0',2,3,'administrator/index.php?option=com_users&view=user&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(109,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_PASSWORDRESET_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_PASSWORDRESET_DESCRIPTION',109,'top','#jform_requireReset0',2,3,'administrator/index.php?option=com_users&view=user&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(110,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_SAVECLOSE_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_SAVECLOSE_DESCRIPTION',110,'bottom','#save-group-children-save .button-save',2,1,'administrator/index.php?option=com_users&view=user&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*',''),(111,11,'COM_GUIDEDTOURS_TOUR_USERS_STEP_CONGRATULATIONS_TITLE',1,'COM_GUIDEDTOURS_TOUR_USERS_STEP_CONGRATULATIONS_DESCRIPTION',111,'bottom','',0,1,'administrator/index.php?option=com_users&view=user&layout=edit','2023-07-05 22:05:00',0,'2023-07-05 22:05:00',0,NULL,NULL,'*','');
/*!40000 ALTER TABLE `cql20_guidedtour_steps` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_guidedtours`
--
DROP TABLE IF EXISTS `cql20_guidedtours`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_guidedtours` (
`id` int NOT NULL AUTO_INCREMENT,
`title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`ordering` int NOT NULL DEFAULT '0',
`extensions` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`created` datetime NOT NULL,
`created_by` int NOT NULL DEFAULT '0',
`modified` datetime NOT NULL,
`modified_by` int NOT NULL DEFAULT '0',
`checked_out_time` datetime DEFAULT NULL,
`checked_out` int unsigned DEFAULT NULL,
`published` tinyint NOT NULL DEFAULT '0',
`language` varchar(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`note` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`access` int unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `idx_access` (`access`),
KEY `idx_state` (`published`),
KEY `idx_language` (`language`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_guidedtours`
--
LOCK TABLES `cql20_guidedtours` WRITE;
/*!40000 ALTER TABLE `cql20_guidedtours` DISABLE KEYS */;
INSERT INTO `cql20_guidedtours` VALUES (1,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_TITLE','COM_GUIDEDTOURS_TOUR_GUIDEDTOURS_DESCRIPTION',1,'[\"com_guidedtours\"]','administrator/index.php?option=com_guidedtours&view=tours','2023-07-05 22:04:59',0,'2023-07-05 22:04:59',0,NULL,NULL,1,'*','',1),(2,'COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_TITLE','COM_GUIDEDTOURS_TOUR_GUIDEDTOURSTEPS_DESCRIPTION',2,'[\"com_guidedtours\"]','administrator/index.php?option=com_guidedtours&view=tours','2023-07-05 22:04:59',0,'2023-07-05 22:04:59',0,NULL,NULL,1,'*','',1),(3,'COM_GUIDEDTOURS_TOUR_ARTICLES_TITLE','COM_GUIDEDTOURS_TOUR_ARTICLES_DESCRIPTION',3,'[\"*\"]','administrator/index.php?option=com_content&view=articles','2023-07-05 22:04:59',0,'2023-07-05 22:04:59',0,NULL,NULL,1,'*','',1),(4,'COM_GUIDEDTOURS_TOUR_CATEGORIES_TITLE','COM_GUIDEDTOURS_TOUR_CATEGORIES_DESCRIPTION',4,'[\"*\"]','administrator/index.php?option=com_categories&view=categories&extension=com_content','2023-07-05 22:04:59',0,'2023-07-05 22:04:59',0,NULL,NULL,1,'*','',1),(5,'COM_GUIDEDTOURS_TOUR_MENUS_TITLE','COM_GUIDEDTOURS_TOUR_MENUS_DESCRIPTION',5,'[\"*\"]','administrator/index.php?option=com_menus&view=menus','2023-07-05 22:04:59',0,'2023-07-05 22:04:59',0,NULL,NULL,1,'*','',1),(6,'COM_GUIDEDTOURS_TOUR_TAGS_TITLE','COM_GUIDEDTOURS_TOUR_TAGS_DESCRIPTION',6,'[\"*\"]','administrator/index.php?option=com_tags&view=tags','2023-07-05 22:04:59',0,'2023-07-05 22:04:59',0,NULL,NULL,1,'*','',1),(7,'COM_GUIDEDTOURS_TOUR_BANNERS_TITLE','COM_GUIDEDTOURS_TOUR_BANNERS_DESCRIPTION',7,'[\"*\"]','administrator/index.php?option=com_banners&view=banners','2023-07-05 22:04:59',0,'2023-07-05 22:04:59',0,NULL,NULL,1,'*','',1),(8,'COM_GUIDEDTOURS_TOUR_CONTACTS_TITLE','COM_GUIDEDTOURS_TOUR_CONTACTS_DESCRIPTION',8,'[\"*\"]','administrator/index.php?option=com_contact&view=contacts','2023-07-05 22:04:59',0,'2023-07-05 22:04:59',0,NULL,NULL,1,'*','',1),(9,'COM_GUIDEDTOURS_TOUR_NEWSFEEDS_TITLE','COM_GUIDEDTOURS_TOUR_NEWSFEEDS_DESCRIPTION',9,'[\"*\"]','administrator/index.php?option=com_newsfeeds&view=newsfeeds','2023-07-05 22:04:59',0,'2023-07-05 22:04:59',0,NULL,NULL,1,'*','',1),(10,'COM_GUIDEDTOURS_TOUR_SMARTSEARCH_TITLE','COM_GUIDEDTOURS_TOUR_SMARTSEARCH_DESCRIPTION',10,'[\"*\"]','administrator/index.php?option=com_finder&view=filters','2023-07-05 22:04:59',0,'2023-07-05 22:04:59',0,NULL,NULL,1,'*','',1),(11,'COM_GUIDEDTOURS_TOUR_USERS_TITLE','COM_GUIDEDTOURS_TOUR_USERS_DESCRIPTION',11,'[\"*\"]','administrator/index.php?option=com_users&view=users','2023-07-05 22:04:59',0,'2023-07-05 22:04:59',0,NULL,NULL,1,'*','',1);
/*!40000 ALTER TABLE `cql20_guidedtours` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_history`
--
DROP TABLE IF EXISTS `cql20_history`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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=889 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_history`
--
LOCK TABLES `cql20_history` WRITE;
/*!40000 ALTER TABLE `cql20_history` DISABLE KEYS */;
INSERT INTO `cql20_history` VALUES (524,'com_content.article.7','','2023-09-26 12:10:44',393,1875,'6868cee389327be2fc5291ade899de5cc91827ae','{\"id\":\"7\",\"asset_id\":106,\"title\":\"Plan de estudios\",\"alias\":\"plan-de-estudios\",\"introtext\":\"<p>El programa de Doctorado en Ciencias Agrarias contempla los siguientes n\\u00facleos de formaci\\u00f3n:<\\/p>\\r\\n<p>1. Fundamentaci\\u00f3n<\\/p>\\r\\n<p>2. Profundizaci\\u00f3n<\\/p>\\r\\n<p>3. Investigaci\\u00f3n<\\/p>\\r\\n<p>4. Complementarios\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:31:11\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-09-26 12:10:44\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-09-25 22:31:44\",\"publish_up\":\"2023-07-12 19:31:11\",\"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\":190,\"ordering\":3,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":248,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(525,'com_content.article.7','','2023-09-26 12:12:52',393,2444,'c3dcc10cf5caca36d776b6009f15867bfeaf785a','{\"id\":\"7\",\"asset_id\":106,\"title\":\"Plan de estudios\",\"alias\":\"plan-de-estudios\",\"introtext\":\"<p>El programa de Doctorado en Ciencias Agrarias contempla los siguientes n\\u00facleos de formaci\\u00f3n:<\\/p>\\r\\n<p>1. Fundamentaci\\u00f3n<\\/p>\\r\\n<p>2. Profundizaci\\u00f3n<\\/p>\\r\\n<p>3. Investigaci\\u00f3n<\\/p>\\r\\n<p>4. Complementarios\\u00a0<\\/p>\\r\\n<p><img title=\\\"Plan de estudios\\\" role=\\\"presentation\\\" src=\\\"images\\/materiasdoc.jpeg\\\" alt=\\\"\\\" width=\\\"684\\\" height=\\\"466\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El plan de estudios se ha dise\\u00f1ado de manera tal que el alumno doctorando pueda dedicar los dos primeros a\\u00f1os para realizar las actividades correspondientes a cursos y seminarios, dejando tiempo suficiente para destinarlo al desarrollo de la tesis en los \\u00faltimos a\\u00f1os.<\\/p>\\r\\n<p><img role=\\\"presentation\\\" src=\\\"images\\/pensumdoctorado.png\\\" alt=\\\"\\\" width=\\\"NaN\\\" height=\\\"NaN\\\" \\/><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:31:11\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-09-26 12:12:52\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-09-26 12:10:44\",\"publish_up\":\"2023-07-12 19:31:11\",\"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\":191,\"ordering\":3,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":249,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(526,'com_content.article.7','','2023-09-26 12:13:16',393,2574,'6a2f04a2defea107ec33e5c4c1b30e56172da148','{\"id\":\"7\",\"asset_id\":106,\"title\":\"Plan de estudios\",\"alias\":\"plan-de-estudios\",\"introtext\":\"<p>El programa de Doctorado en Ciencias Agrarias contempla los siguientes n\\u00facleos de formaci\\u00f3n:<\\/p>\\r\\n<p>1. Fundamentaci\\u00f3n<\\/p>\\r\\n<p>2. Profundizaci\\u00f3n<\\/p>\\r\\n<p>3. Investigaci\\u00f3n<\\/p>\\r\\n<p>4. Complementarios\\u00a0<\\/p>\\r\\n<p><img style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" title=\\\"Plan de estudios\\\" role=\\\"presentation\\\" src=\\\"images\\/materiasdoc.jpeg\\\" alt=\\\"\\\" width=\\\"684\\\" height=\\\"466\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El plan de estudios se ha dise\\u00f1ado de manera tal que el alumno doctorando pueda dedicar los dos primeros a\\u00f1os para realizar las actividades correspondientes a cursos y seminarios, dejando tiempo suficiente para destinarlo al desarrollo de la tesis en los \\u00faltimos a\\u00f1os.<\\/p>\\r\\n<p><img style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" role=\\\"presentation\\\" src=\\\"images\\/pensumdoctorado.png\\\" alt=\\\"\\\" width=\\\"NaN\\\" height=\\\"NaN\\\" \\/><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:31:11\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-09-26 12:13:16\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-09-26 12:12:52\",\"publish_up\":\"2023-07-12 19:31:11\",\"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\":192,\"ordering\":3,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":250,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(527,'com_content.article.7','','2023-09-26 12:13:58',393,2592,'1465ce47640c07e88a5ff484c8df29262f948f83','{\"id\":\"7\",\"asset_id\":106,\"title\":\"Plan de estudios\",\"alias\":\"plan-de-estudios\",\"introtext\":\"<p>El programa de Doctorado en Ciencias Agrarias contempla los siguientes n\\u00facleos de formaci\\u00f3n:<\\/p>\\r\\n<ol>\\r\\n<li>Fundamentaci\\u00f3n.<\\/li>\\r\\n<li>Profundizaci\\u00f3n.<\\/li>\\r\\n<li>Investigaci\\u00f3n.<\\/li>\\r\\n<li>Complementarios.\\u00a0<\\/li>\\r\\n<\\/ol>\\r\\n<p><img style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" title=\\\"Plan de estudios\\\" role=\\\"presentation\\\" src=\\\"images\\/materiasdoc.jpeg\\\" alt=\\\"\\\" width=\\\"684\\\" height=\\\"466\\\" \\/><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El plan de estudios se ha dise\\u00f1ado de manera tal que el alumno doctorando pueda dedicar los dos primeros a\\u00f1os para realizar las actividades correspondientes a cursos y seminarios, dejando tiempo suficiente para destinarlo al desarrollo de la tesis en los \\u00faltimos a\\u00f1os.<\\/p>\\r\\n<p><img style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" role=\\\"presentation\\\" src=\\\"images\\/pensumdoctorado.png\\\" alt=\\\"\\\" width=\\\"NaN\\\" height=\\\"NaN\\\" \\/><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:31:11\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-09-26 12:13:58\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-09-26 12:13:16\",\"publish_up\":\"2023-07-12 19:31:11\",\"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\":193,\"ordering\":3,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":251,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(543,'com_contact.contact.1','','2023-09-29 16:26:48',393,2519,'8b66652d73e30d849404ccd131d80b371b7bdb1d','{\"id\":\"1\",\"name\":\"Formulario de contacto\",\"alias\":\"oscar-manuel-agudelo-varela\",\"con_position\":\"Especializacion en ingenieria del software\",\"address\":\"Facultad de Ciencias B\\u00e1sicas e Ingenier\\u00edas, 4 piso Sede Barcelona Kilometro 12 V\\u00eda Puerto L\\u00f3pez\",\"suburb\":\"\",\"state\":\"\",\"country\":\"colombia\",\"postcode\":\"57\",\"telephone\":\"6616800 Ext. 135\",\"fax\":\"\",\"misc\":\"<ul style=\\\"list-style: none;\\\">\\r\\n<li>\\r\\n<p class=\\\"fa fa-user-circle-o\\\">\\u00a0<\\/p>\\r\\n<strong>Director de programa: <\\/strong>Oscar Manuel Agudelo Varela<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-envelope-o\\\">\\u00a0<\\/p>\\r\\n<strong>Correo Institucional:<\\/strong> <a href=\\\"mailto: [email protected]\\\"> [email protected]<\\/a><\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-map-marker\\\">\\u00a0<\\/p>\\r\\n<strong>Lugar de contacto:<\\/strong> Facultad de Ciencias B\\u00e1sicas e Ingenier\\u00edas, 4 piso Sede Barcelona Kilometro 12 V\\u00eda Puerto L\\u00f3pez<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-phone\\\">\\u00a0<\\/p>\\r\\n<strong>Tel\\u00e9fono:<\\/strong> 6616800 Ext. 135<\\/li>\\r\\n<\\/ul>\",\"image\":\"\",\"email_to\":\"[email protected]\",\"default_con\":0,\"published\":\"1\",\"checked_out\":393,\"checked_out_time\":\"2023-09-29 16:26:26\",\"ordering\":1,\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_info\\\":\\\"0\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"0\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"0\\\",\\\"show_user_custom_fields\\\":[\\\"-1\\\"],\\\"contact_layout\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":\\\"\\\",\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":\\\"\\\",\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":\\\"\\\",\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":\\\"\\\",\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"1\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"1\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":4,\"access\":1,\"mobile\":\"\",\"webpage\":\"\",\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2023-07-13 19:24:54\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-09-29 16:26:48\",\"modified_by\":393,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"publish_up\":null,\"publish_down\":null,\"version\":23,\"hits\":295}',0),(551,'com_content.article.7','','2023-11-02 20:16:27',393,1751,'5ea8b2f309a5d1199b144fda06554c050ccb17cb','{\"id\":\"7\",\"asset_id\":106,\"title\":\"Plan de estudios\",\"alias\":\"plan-de-estudios\",\"introtext\":\"<p><img title=\\\"Plan de estudios\\\" role=\\\"presentation\\\" src=\\\"images\\/PLAN-DE-ESTUDIOS.svg\\\" alt=\\\"\\\" width=\\\"1086\\\" height=\\\"740\\\" \\/><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:31:11\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-11-02 20:16:27\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-11-02 20:14:46\",\"publish_up\":\"2023-07-12 19:31:11\",\"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\":194,\"ordering\":4,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":276,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(552,'com_content.article.7','','2023-11-02 20:17:45',393,1750,'e20a69f31437e228567776f0c287c973399cad18','{\"id\":\"7\",\"asset_id\":106,\"title\":\"Plan de estudios\",\"alias\":\"plan-de-estudios\",\"introtext\":\"<p><img title=\\\"Plan de estudios\\\" role=\\\"presentation\\\" src=\\\"images\\/PLAN-DE-ESTUDIOS.svg\\\" alt=\\\"\\\" width=\\\"900\\\" height=\\\"613\\\" \\/><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:31:11\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-11-02 20:17:45\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-11-02 20:16:27\",\"publish_up\":\"2023-07-12 19:31:11\",\"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\":195,\"ordering\":4,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":277,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(553,'com_content.article.7','','2023-11-02 20:22:52',393,1882,'6f0a1405f30c4801e837f575ca1425bf33054353','{\"id\":\"7\",\"asset_id\":106,\"title\":\"Plan de estudios\",\"alias\":\"plan-de-estudios\",\"introtext\":\"<figure class=\\\"image\\\"><img style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" title=\\\"Plan de estudios\\\" role=\\\"presentation\\\" src=\\\"images\\/PLAN-DE-ESTUDIOS.svg\\\" alt=\\\"\\\" width=\\\"900\\\" height=\\\"613\\\" \\/>\\r\\n<figcaption>Caption<\\/figcaption>\\r\\n<\\/figure>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:31:11\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-11-02 20:22:52\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-11-02 20:17:45\",\"publish_up\":\"2023-07-12 19:31:11\",\"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\":196,\"ordering\":4,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":280,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(554,'com_content.article.7','','2023-11-02 20:23:23',393,1875,'5319641a152fbe5c905f79c1841b04c7729c7d81','{\"id\":\"7\",\"asset_id\":106,\"title\":\"Plan de estudios\",\"alias\":\"plan-de-estudios\",\"introtext\":\"<figure class=\\\"image\\\"><img style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" title=\\\"Plan de estudios\\\" role=\\\"presentation\\\" src=\\\"images\\/PLAN-DE-ESTUDIOS.svg\\\" alt=\\\"\\\" width=\\\"900\\\" height=\\\"613\\\" \\/>\\r\\n<figcaption><\\/figcaption>\\r\\n<\\/figure>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:31:11\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-11-02 20:23:23\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-11-02 20:22:52\",\"publish_up\":\"2023-07-12 19:31:11\",\"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\":197,\"ordering\":4,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":281,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(556,'com_contact.contact.1','','2023-11-02 22:56:20',393,2511,'7bbdfafe303c30024efe815464c730b100d30baf','{\"id\":\"1\",\"name\":\"Formulario de contacto\",\"alias\":\"oscar-manuel-agudelo-varela\",\"con_position\":\"Especializacion en ingenieria del software\",\"address\":\"Facultad de Ciencias B\\u00e1sicas e Ingenier\\u00edas, 4 piso Sede Barcelona Kilometro 12 V\\u00eda Puerto L\\u00f3pez\",\"suburb\":\"\",\"state\":\"\",\"country\":\"colombia\",\"postcode\":\"57\",\"telephone\":\"6616800 Ext. 135\",\"fax\":\"\",\"misc\":\"<ul style=\\\"list-style: none;\\\">\\r\\n<li>\\r\\n<p class=\\\"fa fa-user-circle-o\\\">\\u00a0<\\/p>\\r\\n<strong>Director de programa: <\\/strong>Oscar Manuel Agudelo Varela<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-envelope-o\\\">\\u00a0<\\/p>\\r\\n<strong>Correo Institucional:<\\/strong> <a href=\\\"mailto: [email protected]\\\"> [email protected]<\\/a><\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-map-marker\\\">\\u00a0<\\/p>\\r\\n<strong>Lugar de contacto:<\\/strong> Facultad de Ciencias B\\u00e1sicas e Ingenier\\u00edas, 4 piso Sede Barcelona Kilometro 12 V\\u00eda Puerto L\\u00f3pez<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-phone\\\">\\u00a0<\\/p>\\r\\n<strong>Tel\\u00e9fono:<\\/strong> 6616800 Ext. 135<\\/li>\\r\\n<\\/ul>\",\"image\":\"\",\"email_to\":\"[email protected]\",\"default_con\":0,\"published\":\"1\",\"checked_out\":393,\"checked_out_time\":\"2023-11-02 22:55:24\",\"ordering\":1,\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_info\\\":\\\"0\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"0\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"0\\\",\\\"show_user_custom_fields\\\":[\\\"-1\\\"],\\\"contact_layout\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":\\\"\\\",\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":\\\"\\\",\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":\\\"\\\",\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":\\\"\\\",\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"1\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"1\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":4,\"access\":1,\"mobile\":\"\",\"webpage\":\"\",\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2023-07-13 19:24:54\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-11-02 22:56:20\",\"modified_by\":393,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"publish_up\":null,\"publish_down\":null,\"version\":24,\"hits\":325}',0),(569,'com_content.article.7','','2023-11-17 14:36:56',393,1606,'c4452d3fc783223d484d0bf205fb1a00bd1bba8f','{\"id\":\"7\",\"asset_id\":106,\"title\":\"patrocinadores\",\"alias\":\"patrocinadores\",\"introtext\":\"\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:31:11\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-11-17 14:36:56\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-11-17 14:36:43\",\"publish_up\":\"2023-07-12 19:31:11\",\"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\":198,\"ordering\":4,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":291,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(596,'com_contact.contact.1','','2023-11-24 02:42:07',393,2403,'928d6b71a75e0bcdcd5b1904f02ca7fbee03eff0','{\"id\":\"1\",\"name\":\"Formulario de contacto\",\"alias\":\"oscar-manuel-agudelo-varela\",\"con_position\":\"Especializacion en ingenieria del software\",\"address\":\"Facultad de Ciencias B\\u00e1sicas e Ingenier\\u00edas, 4 piso Sede Barcelona Kilometro 12 V\\u00eda Puerto L\\u00f3pez\",\"suburb\":\"\",\"state\":\"\",\"country\":\"colombia\",\"postcode\":\"57\",\"telephone\":\"6616800 Ext. 135\",\"fax\":\"\",\"misc\":\"<ul style=\\\"list-style: none;\\\">\\r\\n<li>\\r\\n<p class=\\\"fa fa-user-circle-o\\\">\\u00a0<\\/p>\\r\\n<strong>Correo Institucional:<\\/strong> <a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-map-marker\\\">\\u00a0<\\/p>\\r\\n<strong>Lugar de contacto:<\\/strong> Facultad de Ciencias B\\u00e1sicas e Ingenier\\u00edas, 4 piso Sede Barcelona Kilometro 12 V\\u00eda Puerto L\\u00f3pez<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-phone\\\">\\u00a0<\\/p>\\r\\n<strong>Tel\\u00e9fono:<\\/strong> 6616800 Ext. 135<\\/li>\\r\\n<\\/ul>\",\"image\":\"\",\"email_to\":\"[email protected]\",\"default_con\":0,\"published\":\"1\",\"checked_out\":393,\"checked_out_time\":\"2023-11-24 02:40:21\",\"ordering\":1,\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_info\\\":\\\"0\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"0\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"0\\\",\\\"show_user_custom_fields\\\":[\\\"-1\\\"],\\\"contact_layout\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":\\\"\\\",\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":\\\"\\\",\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":\\\"\\\",\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":\\\"\\\",\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"1\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"1\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":4,\"access\":1,\"mobile\":\"\",\"webpage\":\"\",\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2023-07-13 19:24:54\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-11-24 02:42:07\",\"modified_by\":393,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"publish_up\":null,\"publish_down\":null,\"version\":25,\"hits\":373}',0),(597,'com_contact.contact.1','','2023-11-24 02:42:46',393,2409,'017dcc7004cfcc95dc223f70962bf188f050fbc5','{\"id\":\"1\",\"name\":\"Formulario de contacto\",\"alias\":\"oscar-manuel-agudelo-varela\",\"con_position\":\"Especializacion en ingenieria del software\",\"address\":\"Facultad de Ciencias B\\u00e1sicas e Ingenier\\u00edas, 4 piso Sede Barcelona Kilometro 12 V\\u00eda Puerto L\\u00f3pez\",\"suburb\":\"\",\"state\":\"\",\"country\":\"colombia\",\"postcode\":\"57\",\"telephone\":\"6616800 Ext. 135\",\"fax\":\"\",\"misc\":\"<ul style=\\\"list-style: none;\\\">\\r\\n<li>\\r\\n<p class=\\\"fa fa-user-circle-o\\\">\\u00a0<\\/p>\\r\\n<strong>Correo Institucional:<\\/strong> \\u00a0<a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-map-marker\\\">\\u00a0<\\/p>\\r\\n<strong>Lugar de contacto:<\\/strong> Facultad de Ciencias B\\u00e1sicas e Ingenier\\u00edas, 4 piso Sede Barcelona Kilometro 12 V\\u00eda Puerto L\\u00f3pez<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-phone\\\">\\u00a0<\\/p>\\r\\n<strong>Tel\\u00e9fono:<\\/strong> 6616800 Ext. 135<\\/li>\\r\\n<\\/ul>\",\"image\":\"\",\"email_to\":\"[email protected]\",\"default_con\":0,\"published\":\"1\",\"checked_out\":393,\"checked_out_time\":\"2023-11-24 02:42:34\",\"ordering\":1,\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_info\\\":\\\"0\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"0\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"0\\\",\\\"show_user_custom_fields\\\":[\\\"-1\\\"],\\\"contact_layout\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":\\\"\\\",\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":\\\"\\\",\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":\\\"\\\",\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":\\\"\\\",\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"1\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"1\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":4,\"access\":1,\"mobile\":\"\",\"webpage\":\"\",\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2023-07-13 19:24:54\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-11-24 02:42:46\",\"modified_by\":393,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"publish_up\":null,\"publish_down\":null,\"version\":27,\"hits\":374}',0),(598,'com_contact.contact.1','','2023-11-24 03:01:33',393,2410,'099d7d96f8afc62b3c8146078f0a57556bfa0a08','{\"id\":\"1\",\"name\":\"Formulario de contacto\",\"alias\":\"oscar-manuel-agudelo-varela\",\"con_position\":\"Especializacion en ingenieria del software\",\"address\":\"Facultad de Ciencias B\\u00e1sicas e Ingenier\\u00edas, 4 piso Sede Barcelona Kilometro 12 V\\u00eda Puerto L\\u00f3pez\",\"suburb\":\"\",\"state\":\"\",\"country\":\"colombia\",\"postcode\":\"57\",\"telephone\":\"6616800 Ext. 135\",\"fax\":\"\",\"misc\":\"<ul style=\\\"list-style: none;\\\">\\r\\n<li>\\r\\n<p class=\\\"fa fa-user-circle-o\\\">\\u00a0<\\/p>\\r\\n<strong>Correo Institucional:<\\/strong> \\u00a0<a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-map-marker\\\">\\u00a0<\\/p>\\r\\n<strong>Lugar de contacto:<\\/strong> Facultad de Ciencias B\\u00e1sicas e Ingenier\\u00edas, 4 piso Sede Barcelona Kilometro 12 V\\u00eda Puerto L\\u00f3pez<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-phone\\\">\\u00a0<\\/p>\\r\\n<strong>Tel\\u00e9fono:<\\/strong> 6616800 Ext. 135<\\/li>\\r\\n<\\/ul>\",\"image\":\"\",\"email_to\":\"[email protected]\",\"default_con\":0,\"published\":\"1\",\"checked_out\":393,\"checked_out_time\":\"2023-11-24 03:01:00\",\"ordering\":1,\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_info\\\":\\\"0\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"0\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"0\\\",\\\"show_user_custom_fields\\\":[\\\"-1\\\"],\\\"contact_layout\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":\\\"\\\",\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":\\\"\\\",\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":\\\"\\\",\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":\\\"\\\",\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"1\\\",\\\"validate_session\\\":\\\"0\\\",\\\"custom_reply\\\":\\\"1\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":4,\"access\":1,\"mobile\":\"\",\"webpage\":\"\",\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2023-07-13 19:24:54\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-11-24 03:01:33\",\"modified_by\":393,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"publish_up\":null,\"publish_down\":null,\"version\":29,\"hits\":385}',0),(599,'com_contact.contact.1','','2023-11-24 03:04:40',393,2410,'153f1092818b85022ed3db18498570fdb2024656','{\"id\":\"1\",\"name\":\"Formulario de contacto\",\"alias\":\"oscar-manuel-agudelo-varela\",\"con_position\":\"Especializacion en ingenieria del software\",\"address\":\"Facultad de Ciencias B\\u00e1sicas e Ingenier\\u00edas, 4 piso Sede Barcelona Kilometro 12 V\\u00eda Puerto L\\u00f3pez\",\"suburb\":\"\",\"state\":\"\",\"country\":\"colombia\",\"postcode\":\"57\",\"telephone\":\"6616800 Ext. 135\",\"fax\":\"\",\"misc\":\"<ul style=\\\"list-style: none;\\\">\\r\\n<li>\\r\\n<p class=\\\"fa fa-user-circle-o\\\">\\u00a0<\\/p>\\r\\n<strong>Correo Institucional:<\\/strong> \\u00a0<a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-map-marker\\\">\\u00a0<\\/p>\\r\\n<strong>Lugar de contacto:<\\/strong> Facultad de Ciencias B\\u00e1sicas e Ingenier\\u00edas, 4 piso Sede Barcelona Kilometro 12 V\\u00eda Puerto L\\u00f3pez<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-phone\\\">\\u00a0<\\/p>\\r\\n<strong>Tel\\u00e9fono:<\\/strong> 6616800 Ext. 135<\\/li>\\r\\n<\\/ul>\",\"image\":\"\",\"email_to\":\"[email protected]\",\"default_con\":0,\"published\":\"1\",\"checked_out\":393,\"checked_out_time\":\"2023-11-24 03:03:47\",\"ordering\":1,\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_info\\\":\\\"0\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"0\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"0\\\",\\\"show_user_custom_fields\\\":[\\\"-1\\\"],\\\"contact_layout\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":\\\"\\\",\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":\\\"\\\",\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":\\\"\\\",\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":\\\"\\\",\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"1\\\",\\\"validate_session\\\":\\\"0\\\",\\\"custom_reply\\\":\\\"0\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":4,\"access\":1,\"mobile\":\"\",\"webpage\":\"\",\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2023-07-13 19:24:54\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-11-24 03:04:40\",\"modified_by\":393,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"publish_up\":null,\"publish_down\":null,\"version\":32,\"hits\":390}',0),(600,'com_contact.contact.1','','2023-11-24 03:04:55',393,2410,'46dc704ac36009e8f06a75ae34076b08d445e112','{\"id\":\"1\",\"name\":\"Formulario de contacto\",\"alias\":\"oscar-manuel-agudelo-varela\",\"con_position\":\"Especializacion en ingenieria del software\",\"address\":\"Facultad de Ciencias B\\u00e1sicas e Ingenier\\u00edas, 4 piso Sede Barcelona Kilometro 12 V\\u00eda Puerto L\\u00f3pez\",\"suburb\":\"\",\"state\":\"\",\"country\":\"colombia\",\"postcode\":\"57\",\"telephone\":\"6616800 Ext. 135\",\"fax\":\"\",\"misc\":\"<ul style=\\\"list-style: none;\\\">\\r\\n<li>\\r\\n<p class=\\\"fa fa-user-circle-o\\\">\\u00a0<\\/p>\\r\\n<strong>Correo Institucional:<\\/strong> \\u00a0<a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-map-marker\\\">\\u00a0<\\/p>\\r\\n<strong>Lugar de contacto:<\\/strong> Facultad de Ciencias B\\u00e1sicas e Ingenier\\u00edas, 4 piso Sede Barcelona Kilometro 12 V\\u00eda Puerto L\\u00f3pez<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-phone\\\">\\u00a0<\\/p>\\r\\n<strong>Tel\\u00e9fono:<\\/strong> 6616800 Ext. 135<\\/li>\\r\\n<\\/ul>\",\"image\":\"\",\"email_to\":\"[email protected]\",\"default_con\":0,\"published\":\"1\",\"checked_out\":393,\"checked_out_time\":\"2023-11-24 03:04:48\",\"ordering\":1,\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_info\\\":\\\"0\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"0\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"0\\\",\\\"show_user_custom_fields\\\":[\\\"-1\\\"],\\\"contact_layout\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":\\\"\\\",\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":\\\"\\\",\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":\\\"\\\",\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":\\\"\\\",\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"1\\\",\\\"validate_session\\\":\\\"1\\\",\\\"custom_reply\\\":\\\"1\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":4,\"access\":1,\"mobile\":\"\",\"webpage\":\"\",\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2023-07-13 19:24:54\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-11-24 03:04:55\",\"modified_by\":393,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"publish_up\":null,\"publish_down\":null,\"version\":33,\"hits\":391}',0),(601,'com_contact.contact.1','','2023-11-24 03:05:35',393,2441,'b39bb4ee52bd2c92914d4a0e56e837d7c6c1ee16','{\"id\":\"1\",\"name\":\"Formulario de contacto\",\"alias\":\"oscar-manuel-agudelo-varela\",\"con_position\":\"Especializacion en ingenieria del software\",\"address\":\"Facultad de Ciencias B\\u00e1sicas e Ingenier\\u00edas, 4 piso Sede Barcelona Kilometro 12 V\\u00eda Puerto L\\u00f3pez\",\"suburb\":\"\",\"state\":\"\",\"country\":\"colombia\",\"postcode\":\"57\",\"telephone\":\"6616800 Ext. 135\",\"fax\":\"\",\"misc\":\"<ul style=\\\"list-style: none;\\\">\\r\\n<li>\\r\\n<p class=\\\"fa fa-user-circle-o\\\">\\u00a0<\\/p>\\r\\n<strong>Correo Institucional:<\\/strong> \\u00a0<a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-map-marker\\\">\\u00a0<\\/p>\\r\\n<strong>Lugar de contacto:<\\/strong> Facultad de Ciencias B\\u00e1sicas e Ingenier\\u00edas, 4 piso Sede Barcelona Kilometro 12 V\\u00eda Puerto L\\u00f3pez<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-phone\\\">\\u00a0<\\/p>\\r\\n<strong>Tel\\u00e9fono:<\\/strong> 6616800 Ext. 135<\\/li>\\r\\n<\\/ul>\",\"image\":\"\",\"email_to\":\"[email protected]\",\"default_con\":0,\"published\":\"1\",\"checked_out\":393,\"checked_out_time\":\"2023-11-24 03:05:26\",\"ordering\":1,\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_info\\\":\\\"0\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"0\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"0\\\",\\\"show_user_custom_fields\\\":[\\\"-1\\\"],\\\"contact_layout\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":\\\"\\\",\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":\\\"\\\",\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":\\\"\\\",\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":\\\"\\\",\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"1\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"1\\\",\\\"redirect\\\":\\\"[email protected]\\\"}\",\"user_id\":0,\"catid\":4,\"access\":1,\"mobile\":\"\",\"webpage\":\"\",\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2023-07-13 19:24:54\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-11-24 03:05:35\",\"modified_by\":393,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"publish_up\":null,\"publish_down\":null,\"version\":35,\"hits\":394}',0),(602,'com_contact.contact.1','','2023-11-24 03:05:57',393,2466,'c3174772f96b749a37ae35c910bf15e2037ebd18','{\"id\":\"1\",\"name\":\"Formulario de contacto\",\"alias\":\"oscar-manuel-agudelo-varela\",\"con_position\":\"Especializacion en ingenieria del software\",\"address\":\"Facultad de Ciencias B\\u00e1sicas e Ingenier\\u00edas, 4 piso Sede Barcelona Kilometro 12 V\\u00eda Puerto L\\u00f3pez\",\"suburb\":\"\",\"state\":\"\",\"country\":\"colombia\",\"postcode\":\"57\",\"telephone\":\"6616800 Ext. 135\",\"fax\":\"\",\"misc\":\"<ul style=\\\"list-style: none;\\\">\\r\\n<li>\\r\\n<p class=\\\"fa fa-user-circle-o\\\">\\u00a0<\\/p>\\r\\n<strong>Correo Institucional:<\\/strong> \\u00a0<a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-map-marker\\\">\\u00a0<\\/p>\\r\\n<strong>Lugar de contacto:<\\/strong> Facultad de Ciencias B\\u00e1sicas e Ingenier\\u00edas, 4 piso Sede Barcelona Kilometro 12 V\\u00eda Puerto L\\u00f3pez<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-phone\\\">\\u00a0<\\/p>\\r\\n<strong>Tel\\u00e9fono:<\\/strong> 6616800 Ext. 135<\\/li>\\r\\n<\\/ul>\",\"image\":\"\",\"email_to\":\"[email protected]\",\"default_con\":0,\"published\":\"1\",\"checked_out\":393,\"checked_out_time\":\"2023-11-24 03:05:35\",\"ordering\":1,\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_info\\\":\\\"0\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"0\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"0\\\",\\\"show_user_custom_fields\\\":[\\\"-1\\\"],\\\"contact_layout\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":\\\"\\\",\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":\\\"\\\",\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":\\\"\\\",\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":\\\"\\\",\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"1\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"1\\\",\\\"redirect\\\":\\\"https:\\\\\\/\\\\\\/congresoictiologia2024.unillanos.edu.co\\\\\\/\\\"}\",\"user_id\":0,\"catid\":4,\"access\":1,\"mobile\":\"\",\"webpage\":\"\",\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2023-07-13 19:24:54\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-11-24 03:05:57\",\"modified_by\":393,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"publish_up\":null,\"publish_down\":null,\"version\":36,\"hits\":396}',0),(606,'com_content.article.7','','2023-11-24 21:08:19',393,1606,'5474d9fea8e6b54ed45bb3472bc49c42cffe9b2c','{\"id\":\"7\",\"asset_id\":106,\"title\":\"Patrocinadores\",\"alias\":\"patrocinadores\",\"introtext\":\"\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:31:11\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2023-11-24 21:08:19\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2023-11-24 21:08:06\",\"publish_up\":\"2023-07-12 19:31:11\",\"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\":199,\"ordering\":4,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":360,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(659,'com_contact.contact.1','','2024-02-05 15:21:04',393,2243,'6d6e2ff4b39bace57aee323a62202dc3cd229596','{\"id\":\"1\",\"name\":\"Formulario de contacto\",\"alias\":\"formulario-de-contacto\",\"con_position\":\"ictiologia 2024\",\"address\":\"\",\"suburb\":\"\",\"state\":\"\",\"country\":\"colombia\",\"postcode\":\"57\",\"telephone\":\"\",\"fax\":\"\",\"misc\":\"<ul style=\\\"list-style: none;\\\">\\r\\n<li>\\r\\n<p class=\\\"fa fa-user-circle-o\\\">\\u00a0<\\/p>\\r\\n<strong>Correo Institucional:<\\/strong> \\u00a0<a href=\\\"mailto:[email protected]\\\">[email protected]<\\/a><\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-map-marker\\\">\\u00a0<\\/p>\\r\\n<strong>Lugar de contacto:<\\/strong> Facultad de Ciencias B\\u00e1sicas e Ingenier\\u00edas, 4 piso Sede Barcelona Kilometro 12 V\\u00eda Puerto L\\u00f3pez<\\/li>\\r\\n<li>\\r\\n<p class=\\\"fa fa-phone\\\">\\u00a0<\\/p>\\r\\n<strong>Tel\\u00e9fono:<\\/strong> 6616800 Ext. 135<\\/li>\\r\\n<\\/ul>\",\"image\":\"\",\"email_to\":\"[email protected]\",\"default_con\":0,\"published\":\"1\",\"checked_out\":393,\"checked_out_time\":\"2024-02-05 15:20:36\",\"ordering\":1,\"params\":\"{\\\"show_contact_category\\\":\\\"\\\",\\\"show_contact_list\\\":\\\"\\\",\\\"show_tags\\\":\\\"0\\\",\\\"show_info\\\":\\\"0\\\",\\\"show_name\\\":\\\"\\\",\\\"show_position\\\":\\\"\\\",\\\"show_email\\\":\\\"\\\",\\\"add_mailto_link\\\":\\\"\\\",\\\"show_street_address\\\":\\\"\\\",\\\"show_suburb\\\":\\\"\\\",\\\"show_state\\\":\\\"\\\",\\\"show_postcode\\\":\\\"\\\",\\\"show_country\\\":\\\"\\\",\\\"show_telephone\\\":\\\"\\\",\\\"show_mobile\\\":\\\"\\\",\\\"show_fax\\\":\\\"\\\",\\\"show_webpage\\\":\\\"\\\",\\\"show_image\\\":\\\"\\\",\\\"show_misc\\\":\\\"0\\\",\\\"allow_vcard\\\":\\\"\\\",\\\"show_articles\\\":\\\"\\\",\\\"articles_display_num\\\":\\\"\\\",\\\"show_profile\\\":\\\"0\\\",\\\"show_user_custom_fields\\\":[\\\"-1\\\"],\\\"contact_layout\\\":\\\"\\\",\\\"show_links\\\":\\\"\\\",\\\"linka_name\\\":\\\"\\\",\\\"linka\\\":\\\"\\\",\\\"linkb_name\\\":\\\"\\\",\\\"linkb\\\":\\\"\\\",\\\"linkc_name\\\":\\\"\\\",\\\"linkc\\\":\\\"\\\",\\\"linkd_name\\\":\\\"\\\",\\\"linkd\\\":\\\"\\\",\\\"linke_name\\\":\\\"\\\",\\\"linke\\\":\\\"\\\",\\\"show_email_form\\\":\\\"\\\",\\\"show_email_copy\\\":\\\"1\\\",\\\"validate_session\\\":\\\"\\\",\\\"custom_reply\\\":\\\"1\\\",\\\"redirect\\\":\\\"\\\"}\",\"user_id\":0,\"catid\":4,\"access\":1,\"mobile\":\"\",\"webpage\":\"\",\"sortname1\":\"\",\"sortname2\":\"\",\"sortname3\":\"\",\"language\":\"*\",\"created\":\"2023-07-13 19:24:54\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-02-05 15:21:04\",\"modified_by\":393,\"metakey\":\"\",\"metadesc\":\"\",\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"publish_up\":null,\"publish_down\":null,\"version\":39,\"hits\":474}',0),(697,'com_content.article.5','','2024-02-12 21:14:18',393,13120,'49d10cbb17554dbc2b7cd05d48a7f34c6f01bec3','{\"id\":\"5\",\"asset_id\":104,\"title\":\"Registro como participante\",\"alias\":\"registro-y-pago\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\">\\u00a0INVERSI\\u00d3N<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">La inversi\\u00f3n le permite acceder a cada participante a todas las presentaciones programadas, reuni\\u00f3n de bienvenida, memorias del Congreso, souvenirs y refrigerios ofrecidos durante los d\\u00edas del congreso. Adicionalmente, le permite al conferencistaprofesional presentar hasta dos trabajos (oral, p\\u00f3ster o su combinaci\\u00f3n) y al conferencistaestudiante hasta un trabajo (oral o p\\u00f3ster), en alguno de los simposios del Congreso. Si desea presentar trabajos adicionales, el conferencista deber\\u00e1 realizar la inversi\\u00f3n del 30% del valor de la inscripci\\u00f3n (tarifa vigente al momento del registro), por cada nuevo trabajo.<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 100.007%; height: 207.969px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"height: 20.7969px; width: 25.0224%;\\\" rowspan=\\\"2\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 1<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 2<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 20.7969px;\\\">Periodo 3<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 41.5938px;\\\">\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">1 de noviembre de 2023 al 31 de marzo de 2024<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">1 de abril de 2024 al 30 de abril de 2022\\u00a0<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 41.5938px;\\\">\\u00a01 de mayo de 2024 en adelante<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$520.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$572.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$629.200<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">2<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$660.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$726.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$798.600<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">3<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$580.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$638.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$701.000<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">4<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$330.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$363.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$399.300<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">5<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$250.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$275.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$302.500<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">6<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$495.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$544.500<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$598.950<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">7<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$300.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$330.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$363.000<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 32.8244%; height: 62.3907px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"width: 13.8138%; height: 20.7969px;\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 86.1862%; height: 20.7969px;\\\">Descripci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 13.8138%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 86.1862%; height: 20.7969px;\\\">Miembro de acictios<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">2<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n profesionales sin conferencia<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">3<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n profesionales-conferencistas<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">4<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">\\u00a0Inscripci\\u00f3n estudiantes sin conferencia<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">5<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n estudiantes con conferencia\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">6<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">\\u00a0Curso precongreso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">7<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n a un d\\u00eda del congreso\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>En caso de participar en el congreso y tambi\\u00e9n tomar un curso, los valores ser\\u00edan los siguientes:<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 100.007%; height: 207.969px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"height: 20.7969px; width: 25.0224%;\\\" rowspan=\\\"2\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 1<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 2<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 20.7969px;\\\">Periodo 3<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 41.5938px;\\\">\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">1 de noviembre de 2023 al 31 de marzo de 2024<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">1 de abril de 2024 al 30 de abril de 2022\\u00a0<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 41.5938px;\\\">\\u00a01 de mayo de 2024 en adelante<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$621.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$683.650<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$752.015<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">2<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$775.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$853.050<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$938.355<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">3<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$687.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$756.250<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$831.875<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">4<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$412.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$453.750<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$499.125<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">5<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$324.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$356.950<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$392.645<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 39.4084%; height: 62.3907px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"width: 13.6842%; height: 20.7969px;\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 86.3158%; height: 20.7969px;\\\">Descripci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 13.6842%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 86.3158%; height: 20.7969px;\\\">Miembro de acictios +curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">2<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">Inscripci\\u00f3n profesionales sin conferencia + curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">3<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">Inscripci\\u00f3n profesionales-conferencistas + curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">4<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">\\u00a0Inscripci\\u00f3n estudiantes sin conferencia + curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">5<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">Inscripci\\u00f3n estudiantes con conferencia + curso\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h3><strong>Pagos en <\\/strong><strong>Colombia<\\/strong>:<\\/h3>\\r\\n<p><strong>Consignaci\\u00f3n o transferencia a:<\\/strong> Cuenta de ahorros n\\u00famero 23600016776 de Bancolombia, a nombre de Asociaci\\u00f3n Colombiana de icti\\u00f3logos. Nit. 830.034.378-6.<\\/p>\\r\\n<h3 style=\\\"text-align: center;\\\"><img src=\\\"images\\/qr.jpg\\\" alt=\\\"\\\" width=\\\"500\\\" height=\\\"891\\\" loading=\\\"lazy\\\" \\/><\\/h3>\\r\\n<h3><strong>Pagos desde el exterior<\\/strong>:<\\/h3>\\r\\n<p><strong>Consignaci\\u00f3n o transferencia bancaria a:<\\/strong> Cuenta de ahorros n\\u00famero 23600016776 del Banco de Colombia S.A. C\\u00f3digo SWIF COLOCIBM<\\/p>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>Direcci\\u00f3n del Banco:<\\/strong> Calle 28 # 13 A 75 Piso 5 Edificio Atrio Bogot\\u00e1<\\/p>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>A nombre de: <\\/strong>Asociaci\\u00f3n Colombiana de icti\\u00f3logos. Nit. 830.034.378-6<\\/p>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>Direcci\\u00f3n de la Asociaci\\u00f3n:<\\/strong> Calle 81 #19 A-18 oficina 301<\\/p>\\r\\n<p><strong>Pagos con tarjetas: <a title=\\\"wompi\\\" href=\\\"https:\\/\\/checkout.wompi.co\\/l\\/VPOS_bgONai\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">https:\\/\\/checkout.wompi.co\\/l\\/VPOS_bgONai<\\/a><\\/strong><\\/p>\\r\\n<h2><strong>Para tener en cuenta al momento de la inscripci\\u00f3n<\\/strong><\\/h2>\\r\\n<ul>\\r\\n<li style=\\\"text-align: justify;\\\">Al momento de realizar el pago de su inscripci\\u00f3n, indique el nombre y n\\u00famero de identificaci\\u00f3n del participante.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Indique los siguientes datos para elaborar la factura por el costo de su inscripci\\u00f3n:\\r\\n<ul>\\r\\n<li style=\\\"text-align: justify;\\\">Persona natural: nombre completo, tipo de documento, n\\u00famero del documento, procedencia de emisi\\u00f3n del documento, direcci\\u00f3n, tel\\u00e9fono, correo electr\\u00f3nico<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Persona jur\\u00eddica: nombre completo de la empresa o entidad, n\\u00famero de NIT, ubicaci\\u00f3n donde est\\u00e1 radicada, direcci\\u00f3n, tel\\u00e9fono, correo electr\\u00f3nico corporativo de la entidad a la cual se emite la factura.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>Nota: Una vez elaborada la factura no se aceptan cambios ni devoluciones.<\\/strong><\\/p>\\r\\n<ul>\\r\\n<li style=\\\"line-height: 1;\\\"><strong>Al momento del registro tener disponible el comprobante de consignaci\\u00f3n en formato PDF.<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<h1 style=\\\"text-align: center;\\\"><strong><a href=\\\"https:\\/\\/acictios.org\\/registro-congreso-2024\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Registro como participante. \\ud83d\\udc1f<\\/a><\\/strong><\\/h1>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:24:30\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-02-12 21:14:18\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-02-12 21:13:32\",\"publish_up\":\"2023-07-12 19:24: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\":64,\"ordering\":6,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":699,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(698,'com_content.article.5','','2024-02-12 21:17:37',393,13156,'4f8ccb2ffbeeac88ac34099fdacf5fd3a85d2bc5','{\"id\":\"5\",\"asset_id\":104,\"title\":\"Registro como participante\",\"alias\":\"registro-y-pago\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\">\\u00a0INVERSI\\u00d3N<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">La inversi\\u00f3n le permite acceder a cada participante a todas las presentaciones programadas, reuni\\u00f3n de bienvenida, memorias del Congreso, souvenirs y refrigerios ofrecidos durante los d\\u00edas del congreso. Adicionalmente, le permite al conferencistaprofesional presentar hasta dos trabajos (oral, p\\u00f3ster o su combinaci\\u00f3n) y al conferencistaestudiante hasta un trabajo (oral o p\\u00f3ster), en alguno de los simposios del Congreso. Si desea presentar trabajos adicionales, el conferencista deber\\u00e1 realizar la inversi\\u00f3n del 30% del valor de la inscripci\\u00f3n (tarifa vigente al momento del registro), por cada nuevo trabajo.<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 100.007%; height: 207.969px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"height: 20.7969px; width: 25.0224%;\\\" rowspan=\\\"2\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 1<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 2<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 20.7969px;\\\">Periodo 3<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 41.5938px;\\\">\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">1 de noviembre de 2023 al 31 de marzo de 2024<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">1 de abril de 2024 al 30 de abril de 2022\\u00a0<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 41.5938px;\\\">\\u00a01 de mayo de 2024 en adelante<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$520.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$572.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$629.200<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">2<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$660.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$726.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$798.600<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">3<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$580.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$638.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$701.000<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">4<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$330.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$363.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$399.300<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">5<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$250.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$275.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$302.500<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">6<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$495.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$544.500<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$598.950<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">7<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$300.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$330.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$363.000<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 32.8244%; height: 62.3907px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"width: 13.8138%; height: 20.7969px;\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 86.1862%; height: 20.7969px;\\\">Descripci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 13.8138%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 86.1862%; height: 20.7969px;\\\">Miembro de acictios<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">2<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n profesionales sin conferencia<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">3<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n profesionales-conferencistas<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">4<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">\\u00a0Inscripci\\u00f3n estudiantes sin conferencia<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">5<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n estudiantes con conferencia\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">6<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">\\u00a0Curso precongreso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">7<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n a un d\\u00eda del congreso\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>En caso de participar en el congreso y tambi\\u00e9n tomar un curso, los valores ser\\u00edan los siguientes:<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 100.007%; height: 207.969px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"height: 20.7969px; width: 25.0224%;\\\" rowspan=\\\"2\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 1<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 2<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 20.7969px;\\\">Periodo 3<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 41.5938px;\\\">\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">1 de noviembre de 2023 al 31 de marzo de 2024<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">1 de abril de 2024 al 30 de abril de 2022\\u00a0<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 41.5938px;\\\">\\u00a01 de mayo de 2024 en adelante<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$621.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$683.650<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$752.015<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">2<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$775.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$853.050<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$938.355<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">3<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$687.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$756.250<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$831.875<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">4<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$412.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$453.750<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$499.125<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">5<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$324.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$356.950<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$392.645<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 39.4084%; height: 62.3907px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"width: 13.6842%; height: 20.7969px;\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 86.3158%; height: 20.7969px;\\\">Descripci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 13.6842%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 86.3158%; height: 20.7969px;\\\">Miembro de acictios +curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">2<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">Inscripci\\u00f3n profesionales sin conferencia + curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">3<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">Inscripci\\u00f3n profesionales-conferencistas + curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">4<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">\\u00a0Inscripci\\u00f3n estudiantes sin conferencia + curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">5<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">Inscripci\\u00f3n estudiantes con conferencia + curso\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h3><strong>Pagos en <\\/strong><strong>Colombia<\\/strong>:<\\/h3>\\r\\n<p><strong>Consignaci\\u00f3n o transferencia a:<\\/strong> Cuenta de ahorros n\\u00famero 23600016776 de Bancolombia, a nombre de Asociaci\\u00f3n Colombiana de icti\\u00f3logos. Nit. 830.034.378-6.<\\/p>\\r\\n<h3 style=\\\"text-align: center;\\\"><img src=\\\"images\\/qr.jpg\\\" alt=\\\"\\\" width=\\\"500\\\" height=\\\"891\\\" loading=\\\"lazy\\\" \\/><\\/h3>\\r\\n<h3><strong>Pagos desde el exterior<\\/strong>:<\\/h3>\\r\\n<p><strong>Consignaci\\u00f3n o transferencia bancaria a:<\\/strong> Cuenta de ahorros n\\u00famero 23600016776 del Banco de Colombia S.A. C\\u00f3digo SWIF COLOCIBM<\\/p>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>Direcci\\u00f3n del Banco:<\\/strong> Calle 28 # 13 A 75 Piso 5 Edificio Atrio Bogot\\u00e1<\\/p>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>A nombre de: <\\/strong>Asociaci\\u00f3n Colombiana de icti\\u00f3logos. Nit. 830.034.378-6<\\/p>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>Direcci\\u00f3n de la Asociaci\\u00f3n:<\\/strong> Calle 81 #19 A-18 oficina 301<\\/p>\\r\\n<p><strong>Pagos con tarjetas: <a title=\\\"wompi\\\" href=\\\"https:\\/\\/checkout.wompi.co\\/l\\/VPOS_bgONai\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">https:\\/\\/checkout.wompi.co\\/l\\/VPOS_bgONai<\\/a><\\/strong><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<h2><strong>Para tener en cuenta al momento de la inscripci\\u00f3n<\\/strong><\\/h2>\\r\\n<ul>\\r\\n<li style=\\\"text-align: justify;\\\">Al momento de realizar el pago de su inscripci\\u00f3n, indique el nombre y n\\u00famero de identificaci\\u00f3n del participante.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Indique los siguientes datos para elaborar la factura por el costo de su inscripci\\u00f3n:\\r\\n<ul>\\r\\n<li style=\\\"text-align: justify;\\\">Persona natural: nombre completo, tipo de documento, n\\u00famero del documento, procedencia de emisi\\u00f3n del documento, direcci\\u00f3n, tel\\u00e9fono, correo electr\\u00f3nico<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Persona jur\\u00eddica: nombre completo de la empresa o entidad, n\\u00famero de NIT, ubicaci\\u00f3n donde est\\u00e1 radicada, direcci\\u00f3n, tel\\u00e9fono, correo electr\\u00f3nico corporativo de la entidad a la cual se emite la factura.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>Nota: Una vez elaborada la factura no se aceptan cambios ni devoluciones.<\\/strong><\\/p>\\r\\n<ul>\\r\\n<li style=\\\"line-height: 1;\\\"><strong>Al momento del registro tener disponible el comprobante de consignaci\\u00f3n en formato PDF.<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<h1 style=\\\"text-align: center;\\\"><strong><a href=\\\"https:\\/\\/acictios.org\\/registro-congreso-2024\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Registro como participante. \\ud83d\\udc1f<\\/a><\\/strong><\\/h1>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:24:30\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-02-12 21:17:37\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-02-12 21:15:32\",\"publish_up\":\"2023-07-12 19:24: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\":65,\"ordering\":6,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":700,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(699,'com_content.article.5','','2024-02-12 21:34:42',393,13146,'1b63db42719e55a2ed9043c79ed9a7bfdf210b0b','{\"id\":\"5\",\"asset_id\":104,\"title\":\"Registro como participante\",\"alias\":\"registro-y-pago\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\">\\u00a0INVERSI\\u00d3N<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">La inversi\\u00f3n le permite acceder a cada participante a todas las presentaciones programadas, reuni\\u00f3n de bienvenida, memorias del Congreso, souvenirs y refrigerios ofrecidos durante los d\\u00edas del congreso. Adicionalmente, le permite al conferencistaprofesional presentar hasta dos trabajos (oral, p\\u00f3ster o su combinaci\\u00f3n) y al conferencistaestudiante hasta un trabajo (oral o p\\u00f3ster), en alguno de los simposios del Congreso. Si desea presentar trabajos adicionales, el conferencista deber\\u00e1 realizar la inversi\\u00f3n del 30% del valor de la inscripci\\u00f3n (tarifa vigente al momento del registro), por cada nuevo trabajo.<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 100.007%; height: 207.969px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"height: 20.7969px; width: 25.0224%;\\\" rowspan=\\\"2\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 1<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 2<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 20.7969px;\\\">Periodo 3<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 41.5938px;\\\">\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">1 de noviembre de 2023 al 31 de marzo de 2024<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">1 de abril de 2024 al 30 de abril de 2022\\u00a0<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 41.5938px;\\\">\\u00a01 de mayo de 2024 en adelante<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$520.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$572.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$629.200<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">2<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$660.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$726.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$798.600<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">3<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$580.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$638.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$701.000<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">4<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$330.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$363.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$399.300<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">5<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$250.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$275.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$302.500<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">6<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$495.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$544.500<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$598.950<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">7<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$300.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$330.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$363.000<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 32.8244%; height: 62.3907px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"width: 13.8138%; height: 20.7969px;\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 86.1862%; height: 20.7969px;\\\">Descripci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 13.8138%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 86.1862%; height: 20.7969px;\\\">Miembro de acictios<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">2<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n profesionales sin conferencia<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">3<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n profesionales-conferencistas<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">4<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">\\u00a0Inscripci\\u00f3n estudiantes sin conferencia<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">5<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n estudiantes con conferencia\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">6<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">\\u00a0Curso precongreso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">7<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n a un d\\u00eda del congreso\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>En caso de participar en el congreso y tambi\\u00e9n tomar un curso, los valores ser\\u00edan los siguientes:<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 100.007%; height: 207.969px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"height: 20.7969px; width: 25.0224%;\\\" rowspan=\\\"2\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 1<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 2<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 20.7969px;\\\">Periodo 3<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 41.5938px;\\\">\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">1 de noviembre de 2023 al 31 de marzo de 2024<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">1 de abril de 2024 al 30 de abril de 2022\\u00a0<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 41.5938px;\\\">\\u00a01 de mayo de 2024 en adelante<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$621.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$683.650<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$752.015<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">2<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$775.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$853.050<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$938.355<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">3<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$687.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$756.250<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$831.875<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">4<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$412.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$453.750<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$499.125<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">5<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$324.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$356.950<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$392.645<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 39.4084%; height: 62.3907px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"width: 13.6842%; height: 20.7969px;\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 86.3158%; height: 20.7969px;\\\">Descripci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 13.6842%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 86.3158%; height: 20.7969px;\\\">Miembro de acictios +curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">2<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">Inscripci\\u00f3n profesionales sin conferencia + curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">3<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">Inscripci\\u00f3n profesionales-conferencistas + curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">4<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">\\u00a0Inscripci\\u00f3n estudiantes sin conferencia + curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">5<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">Inscripci\\u00f3n estudiantes con conferencia + curso\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h3><strong>Pagos en <\\/strong><strong>Colombia<\\/strong>:<\\/h3>\\r\\n<p><strong>Consignaci\\u00f3n o transferencia a:<\\/strong> Cuenta de ahorros n\\u00famero 23600016776 de Bancolombia, a nombre de Asociaci\\u00f3n Colombiana de icti\\u00f3logos. Nit. 830.034.378-6.<\\/p>\\r\\n<h3 style=\\\"text-align: center;\\\"><img src=\\\"images\\/qr.jpg\\\" alt=\\\"\\\" width=\\\"500\\\" height=\\\"891\\\" loading=\\\"lazy\\\" \\/><\\/h3>\\r\\n<h3><strong>Pagos desde el exterior<\\/strong>:<\\/h3>\\r\\n<p><strong>Consignaci\\u00f3n o transferencia bancaria a:<\\/strong> Cuenta de ahorros n\\u00famero 23600016776 del Banco de Colombia S.A. C\\u00f3digo SWIF COLOCIBM<\\/p>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>Direcci\\u00f3n del Banco:<\\/strong> Calle 28 # 13 A 75 Piso 5 Edificio Atrio Bogot\\u00e1<\\/p>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>A nombre de: <\\/strong>Asociaci\\u00f3n Colombiana de icti\\u00f3logos. Nit. 830.034.378-6<\\/p>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>Direcci\\u00f3n de la Asociaci\\u00f3n:<\\/strong> Calle 81 #19 A-18 oficina 301<\\/p>\\r\\n<p><strong>Pagos con tarjetas: <\\/strong><a title=\\\"Plataforma de pagos\\\" href=\\\"https:\\/\\/checkout.wompi.co\\/l\\/VPOS_bgONai\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Plataforma de pagos<\\/a><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<h2><strong>Para tener en cuenta al momento de la inscripci\\u00f3n<\\/strong><\\/h2>\\r\\n<ul>\\r\\n<li style=\\\"text-align: justify;\\\">Al momento de realizar el pago de su inscripci\\u00f3n, indique el nombre y n\\u00famero de identificaci\\u00f3n del participante.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Indique los siguientes datos para elaborar la factura por el costo de su inscripci\\u00f3n:\\r\\n<ul>\\r\\n<li style=\\\"text-align: justify;\\\">Persona natural: nombre completo, tipo de documento, n\\u00famero del documento, procedencia de emisi\\u00f3n del documento, direcci\\u00f3n, tel\\u00e9fono, correo electr\\u00f3nico<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Persona jur\\u00eddica: nombre completo de la empresa o entidad, n\\u00famero de NIT, ubicaci\\u00f3n donde est\\u00e1 radicada, direcci\\u00f3n, tel\\u00e9fono, correo electr\\u00f3nico corporativo de la entidad a la cual se emite la factura.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>Nota: Una vez elaborada la factura no se aceptan cambios ni devoluciones.<\\/strong><\\/p>\\r\\n<ul>\\r\\n<li style=\\\"line-height: 1;\\\"><strong>Al momento del registro tener disponible el comprobante de consignaci\\u00f3n en formato PDF.<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<h1 style=\\\"text-align: center;\\\"><strong><a href=\\\"https:\\/\\/acictios.org\\/registro-congreso-2024\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Registro como participante. \\ud83d\\udc1f<\\/a><\\/strong><\\/h1>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:24:30\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-02-12 21:34:42\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-02-12 21:31:07\",\"publish_up\":\"2023-07-12 19:24: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\":66,\"ordering\":6,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":702,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(700,'com_content.article.5','','2024-02-12 21:36:18',393,13155,'8a32ab3a42ef69f9750f2909c8521ed1065d41ff','{\"id\":\"5\",\"asset_id\":104,\"title\":\"Registro como participante\",\"alias\":\"registro-y-pago\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\">\\u00a0INVERSI\\u00d3N<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">La inversi\\u00f3n le permite acceder a cada participante a todas las presentaciones programadas, reuni\\u00f3n de bienvenida, memorias del Congreso, souvenirs y refrigerios ofrecidos durante los d\\u00edas del congreso. Adicionalmente, le permite al conferencistaprofesional presentar hasta dos trabajos (oral, p\\u00f3ster o su combinaci\\u00f3n) y al conferencistaestudiante hasta un trabajo (oral o p\\u00f3ster), en alguno de los simposios del Congreso. Si desea presentar trabajos adicionales, el conferencista deber\\u00e1 realizar la inversi\\u00f3n del 30% del valor de la inscripci\\u00f3n (tarifa vigente al momento del registro), por cada nuevo trabajo.<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 100.007%; height: 207.969px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"height: 20.7969px; width: 25.0224%;\\\" rowspan=\\\"2\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 1<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 2<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 20.7969px;\\\">Periodo 3<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 41.5938px;\\\">\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">1 de noviembre de 2023 al 31 de marzo de 2024<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">1 de abril de 2024 al 30 de abril de 2022\\u00a0<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 41.5938px;\\\">\\u00a01 de mayo de 2024 en adelante<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$520.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$572.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$629.200<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">2<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$660.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$726.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$798.600<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">3<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$580.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$638.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$701.000<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">4<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$330.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$363.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$399.300<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">5<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$250.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$275.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$302.500<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">6<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$495.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$544.500<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$598.950<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">7<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$300.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$330.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$363.000<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 32.8244%; height: 62.3907px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"width: 13.8138%; height: 20.7969px;\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 86.1862%; height: 20.7969px;\\\">Descripci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 13.8138%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 86.1862%; height: 20.7969px;\\\">Miembro de acictios<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">2<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n profesionales sin conferencia<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">3<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n profesionales-conferencistas<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">4<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">\\u00a0Inscripci\\u00f3n estudiantes sin conferencia<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">5<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n estudiantes con conferencia\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">6<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">\\u00a0Curso precongreso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">7<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n a un d\\u00eda del congreso\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>En caso de participar en el congreso y tambi\\u00e9n tomar un curso, los valores ser\\u00edan los siguientes:<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 100.007%; height: 207.969px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"height: 20.7969px; width: 25.0224%;\\\" rowspan=\\\"2\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 1<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 2<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 20.7969px;\\\">Periodo 3<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 41.5938px;\\\">\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">1 de noviembre de 2023 al 31 de marzo de 2024<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">1 de abril de 2024 al 30 de abril de 2022\\u00a0<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 41.5938px;\\\">\\u00a01 de mayo de 2024 en adelante<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$621.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$683.650<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$752.015<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">2<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$775.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$853.050<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$938.355<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">3<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$687.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$756.250<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$831.875<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">4<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$412.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$453.750<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$499.125<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">5<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$324.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$356.950<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$392.645<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 39.4084%; height: 62.3907px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"width: 13.6842%; height: 20.7969px;\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 86.3158%; height: 20.7969px;\\\">Descripci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 13.6842%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 86.3158%; height: 20.7969px;\\\">Miembro de acictios +curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">2<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">Inscripci\\u00f3n profesionales sin conferencia + curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">3<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">Inscripci\\u00f3n profesionales-conferencistas + curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">4<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">\\u00a0Inscripci\\u00f3n estudiantes sin conferencia + curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">5<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">Inscripci\\u00f3n estudiantes con conferencia + curso\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h3><strong>Pagos en <\\/strong><strong>Colombia<\\/strong>:<\\/h3>\\r\\n<p><strong>Consignaci\\u00f3n o transferencia a:<\\/strong> Cuenta de ahorros n\\u00famero 23600016776 de Bancolombia, a nombre de Asociaci\\u00f3n Colombiana de icti\\u00f3logos. Nit. 830.034.378-6.<\\/p>\\r\\n<h3 style=\\\"text-align: center;\\\"><img src=\\\"images\\/qr.jpg\\\" alt=\\\"\\\" width=\\\"500\\\" height=\\\"891\\\" loading=\\\"lazy\\\" \\/><\\/h3>\\r\\n<h3><strong>Pagos desde el exterior<\\/strong>:<\\/h3>\\r\\n<p><strong>Consignaci\\u00f3n o transferencia bancaria a:<\\/strong> Cuenta de ahorros n\\u00famero 23600016776 del Banco de Colombia S.A. C\\u00f3digo SWIF COLOCIBM<\\/p>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>Direcci\\u00f3n del Banco:<\\/strong> Calle 28 # 13 A 75 Piso 5 Edificio Atrio Bogot\\u00e1<\\/p>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>A nombre de: <\\/strong>Asociaci\\u00f3n Colombiana de icti\\u00f3logos. Nit. 830.034.378-6<\\/p>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>Direcci\\u00f3n de la Asociaci\\u00f3n:<\\/strong> Calle 81 #19 A-18 oficina 301<\\/p>\\r\\n<p><strong>Pagos con tarjetas: <\\/strong><a title=\\\"Pasarela de pagos\\\" href=\\\"https:\\/\\/checkout.wompi.co\\/l\\/VPOS_bgONai\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Pasarela de pagos \\ud83d\\udcb2<\\/a><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<h2><strong>Para tener en cuenta al momento de la inscripci\\u00f3n<\\/strong><\\/h2>\\r\\n<ul>\\r\\n<li style=\\\"text-align: justify;\\\">Al momento de realizar el pago de su inscripci\\u00f3n, indique el nombre y n\\u00famero de identificaci\\u00f3n del participante.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Indique los siguientes datos para elaborar la factura por el costo de su inscripci\\u00f3n:\\r\\n<ul>\\r\\n<li style=\\\"text-align: justify;\\\">Persona natural: nombre completo, tipo de documento, n\\u00famero del documento, procedencia de emisi\\u00f3n del documento, direcci\\u00f3n, tel\\u00e9fono, correo electr\\u00f3nico<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Persona jur\\u00eddica: nombre completo de la empresa o entidad, n\\u00famero de NIT, ubicaci\\u00f3n donde est\\u00e1 radicada, direcci\\u00f3n, tel\\u00e9fono, correo electr\\u00f3nico corporativo de la entidad a la cual se emite la factura.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>Nota: Una vez elaborada la factura no se aceptan cambios ni devoluciones.<\\/strong><\\/p>\\r\\n<ul>\\r\\n<li style=\\\"line-height: 1;\\\"><strong>Al momento del registro tener disponible el comprobante de consignaci\\u00f3n en formato PDF.<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<h1 style=\\\"text-align: center;\\\"><strong><a href=\\\"https:\\/\\/acictios.org\\/registro-congreso-2024\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Registro como participante. \\ud83d\\udc1f<\\/a><\\/strong><\\/h1>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:24:30\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-02-12 21:36:18\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-02-12 21:35:13\",\"publish_up\":\"2023-07-12 19:24: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\":67,\"ordering\":6,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":703,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(701,'com_content.article.5','','2024-02-12 21:37:02',393,13196,'d04db6a764a933c24bbce53805ffa4a4217f5b05','{\"id\":\"5\",\"asset_id\":104,\"title\":\"Registro como participante\",\"alias\":\"registro-y-pago\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\">\\u00a0INVERSI\\u00d3N<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">La inversi\\u00f3n le permite acceder a cada participante a todas las presentaciones programadas, reuni\\u00f3n de bienvenida, memorias del Congreso, souvenirs y refrigerios ofrecidos durante los d\\u00edas del congreso. Adicionalmente, le permite al conferencistaprofesional presentar hasta dos trabajos (oral, p\\u00f3ster o su combinaci\\u00f3n) y al conferencistaestudiante hasta un trabajo (oral o p\\u00f3ster), en alguno de los simposios del Congreso. Si desea presentar trabajos adicionales, el conferencista deber\\u00e1 realizar la inversi\\u00f3n del 30% del valor de la inscripci\\u00f3n (tarifa vigente al momento del registro), por cada nuevo trabajo.<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 100.007%; height: 207.969px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"height: 20.7969px; width: 25.0224%;\\\" rowspan=\\\"2\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 1<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 2<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 20.7969px;\\\">Periodo 3<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 41.5938px;\\\">\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">1 de noviembre de 2023 al 31 de marzo de 2024<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">1 de abril de 2024 al 30 de abril de 2022\\u00a0<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 41.5938px;\\\">\\u00a01 de mayo de 2024 en adelante<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$520.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$572.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$629.200<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">2<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$660.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$726.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$798.600<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">3<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$580.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$638.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$701.000<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">4<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$330.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$363.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$399.300<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">5<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$250.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$275.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$302.500<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">6<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$495.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$544.500<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$598.950<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">7<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$300.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$330.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$363.000<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 32.8244%; height: 62.3907px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"width: 13.8138%; height: 20.7969px;\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 86.1862%; height: 20.7969px;\\\">Descripci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 13.8138%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 86.1862%; height: 20.7969px;\\\">Miembro de acictios<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">2<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n profesionales sin conferencia<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">3<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n profesionales-conferencistas<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">4<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">\\u00a0Inscripci\\u00f3n estudiantes sin conferencia<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">5<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n estudiantes con conferencia\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">6<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">\\u00a0Curso precongreso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">7<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n a un d\\u00eda del congreso\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>En caso de participar en el congreso y tambi\\u00e9n tomar un curso, los valores ser\\u00edan los siguientes:<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 100.007%; height: 207.969px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"height: 20.7969px; width: 25.0224%;\\\" rowspan=\\\"2\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 1<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 2<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 20.7969px;\\\">Periodo 3<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 41.5938px;\\\">\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">1 de noviembre de 2023 al 31 de marzo de 2024<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">1 de abril de 2024 al 30 de abril de 2022\\u00a0<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 41.5938px;\\\">\\u00a01 de mayo de 2024 en adelante<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$621.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$683.650<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$752.015<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">2<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$775.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$853.050<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$938.355<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">3<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$687.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$756.250<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$831.875<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">4<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$412.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$453.750<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$499.125<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">5<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$324.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$356.950<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$392.645<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 39.4084%; height: 62.3907px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"width: 13.6842%; height: 20.7969px;\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 86.3158%; height: 20.7969px;\\\">Descripci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 13.6842%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 86.3158%; height: 20.7969px;\\\">Miembro de acictios +curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">2<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">Inscripci\\u00f3n profesionales sin conferencia + curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">3<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">Inscripci\\u00f3n profesionales-conferencistas + curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">4<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">\\u00a0Inscripci\\u00f3n estudiantes sin conferencia + curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">5<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">Inscripci\\u00f3n estudiantes con conferencia + curso\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h3><strong>Pagos en <\\/strong><strong>Colombia<\\/strong>:<\\/h3>\\r\\n<p><strong>Consignaci\\u00f3n o transferencia a:<\\/strong> Cuenta de ahorros n\\u00famero 23600016776 de Bancolombia, a nombre de Asociaci\\u00f3n Colombiana de icti\\u00f3logos. Nit. 830.034.378-6.<\\/p>\\r\\n<h3 style=\\\"text-align: center;\\\"><img src=\\\"images\\/qr.jpg\\\" alt=\\\"\\\" width=\\\"500\\\" height=\\\"891\\\" loading=\\\"lazy\\\" \\/><\\/h3>\\r\\n<h3><strong>Pagos desde el exterior<\\/strong>:<\\/h3>\\r\\n<p><strong>Consignaci\\u00f3n o transferencia bancaria a:<\\/strong> Cuenta de ahorros n\\u00famero 23600016776 del Banco de Colombia S.A. C\\u00f3digo SWIF COLOCIBM<\\/p>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>Direcci\\u00f3n del Banco:<\\/strong> Calle 28 # 13 A 75 Piso 5 Edificio Atrio Bogot\\u00e1<\\/p>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>A nombre de: <\\/strong>Asociaci\\u00f3n Colombiana de icti\\u00f3logos. Nit. 830.034.378-6<\\/p>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>Direcci\\u00f3n de la Asociaci\\u00f3n:<\\/strong> Calle 81 #19 A-18 oficina 301<\\/p>\\r\\n<p><strong>Pagos con tarjetas: <\\/strong><span style=\\\"font-size: 24px;\\\"><a title=\\\"Pasarela de pagos\\\" href=\\\"https:\\/\\/checkout.wompi.co\\/l\\/VPOS_bgONai\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Pasarela de pagos \\ud83d\\udcb2<\\/a><\\/span><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<h2><strong>Para tener en cuenta al momento de la inscripci\\u00f3n<\\/strong><\\/h2>\\r\\n<ul>\\r\\n<li style=\\\"text-align: justify;\\\">Al momento de realizar el pago de su inscripci\\u00f3n, indique el nombre y n\\u00famero de identificaci\\u00f3n del participante.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Indique los siguientes datos para elaborar la factura por el costo de su inscripci\\u00f3n:\\r\\n<ul>\\r\\n<li style=\\\"text-align: justify;\\\">Persona natural: nombre completo, tipo de documento, n\\u00famero del documento, procedencia de emisi\\u00f3n del documento, direcci\\u00f3n, tel\\u00e9fono, correo electr\\u00f3nico<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Persona jur\\u00eddica: nombre completo de la empresa o entidad, n\\u00famero de NIT, ubicaci\\u00f3n donde est\\u00e1 radicada, direcci\\u00f3n, tel\\u00e9fono, correo electr\\u00f3nico corporativo de la entidad a la cual se emite la factura.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>Nota: Una vez elaborada la factura no se aceptan cambios ni devoluciones.<\\/strong><\\/p>\\r\\n<ul>\\r\\n<li style=\\\"line-height: 1;\\\"><strong>Al momento del registro tener disponible el comprobante de consignaci\\u00f3n en formato PDF.<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<h1 style=\\\"text-align: center;\\\"><strong><a href=\\\"https:\\/\\/acictios.org\\/registro-congreso-2024\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Registro como participante. \\ud83d\\udc1f<\\/a><\\/strong><\\/h1>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:24:30\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-02-12 21:37:02\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-02-12 21:36:27\",\"publish_up\":\"2023-07-12 19:24: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\":69,\"ordering\":6,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":704,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(702,'com_content.article.5','','2024-02-12 21:37:16',393,13160,'1f4ba20f6e2468a379b6725ff7fc91124b680388','{\"id\":\"5\",\"asset_id\":104,\"title\":\"Registro como participante\",\"alias\":\"registro-y-pago\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\">\\u00a0INVERSI\\u00d3N<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">La inversi\\u00f3n le permite acceder a cada participante a todas las presentaciones programadas, reuni\\u00f3n de bienvenida, memorias del Congreso, souvenirs y refrigerios ofrecidos durante los d\\u00edas del congreso. Adicionalmente, le permite al conferencistaprofesional presentar hasta dos trabajos (oral, p\\u00f3ster o su combinaci\\u00f3n) y al conferencistaestudiante hasta un trabajo (oral o p\\u00f3ster), en alguno de los simposios del Congreso. Si desea presentar trabajos adicionales, el conferencista deber\\u00e1 realizar la inversi\\u00f3n del 30% del valor de la inscripci\\u00f3n (tarifa vigente al momento del registro), por cada nuevo trabajo.<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 100.007%; height: 207.969px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"height: 20.7969px; width: 25.0224%;\\\" rowspan=\\\"2\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 1<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 2<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 20.7969px;\\\">Periodo 3<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 41.5938px;\\\">\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">1 de noviembre de 2023 al 31 de marzo de 2024<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">1 de abril de 2024 al 30 de abril de 2022\\u00a0<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 41.5938px;\\\">\\u00a01 de mayo de 2024 en adelante<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$520.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$572.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$629.200<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">2<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$660.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$726.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$798.600<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">3<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$580.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$638.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$701.000<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">4<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$330.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$363.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$399.300<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">5<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$250.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$275.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$302.500<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">6<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$495.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$544.500<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$598.950<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">7<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$300.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$330.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$363.000<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 32.8244%; height: 62.3907px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"width: 13.8138%; height: 20.7969px;\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 86.1862%; height: 20.7969px;\\\">Descripci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 13.8138%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 86.1862%; height: 20.7969px;\\\">Miembro de acictios<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">2<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n profesionales sin conferencia<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">3<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n profesionales-conferencistas<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">4<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">\\u00a0Inscripci\\u00f3n estudiantes sin conferencia<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">5<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n estudiantes con conferencia\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">6<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">\\u00a0Curso precongreso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">7<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n a un d\\u00eda del congreso\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>En caso de participar en el congreso y tambi\\u00e9n tomar un curso, los valores ser\\u00edan los siguientes:<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 100.007%; height: 207.969px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"height: 20.7969px; width: 25.0224%;\\\" rowspan=\\\"2\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 1<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 2<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 20.7969px;\\\">Periodo 3<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 41.5938px;\\\">\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">1 de noviembre de 2023 al 31 de marzo de 2024<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">1 de abril de 2024 al 30 de abril de 2022\\u00a0<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 41.5938px;\\\">\\u00a01 de mayo de 2024 en adelante<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$621.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$683.650<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$752.015<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">2<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$775.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$853.050<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$938.355<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">3<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$687.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$756.250<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$831.875<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">4<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$412.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$453.750<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$499.125<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">5<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$324.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$356.950<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$392.645<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 39.4084%; height: 62.3907px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"width: 13.6842%; height: 20.7969px;\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 86.3158%; height: 20.7969px;\\\">Descripci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 13.6842%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 86.3158%; height: 20.7969px;\\\">Miembro de acictios +curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">2<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">Inscripci\\u00f3n profesionales sin conferencia + curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">3<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">Inscripci\\u00f3n profesionales-conferencistas + curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">4<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">\\u00a0Inscripci\\u00f3n estudiantes sin conferencia + curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">5<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">Inscripci\\u00f3n estudiantes con conferencia + curso\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h3><strong>Pagos en <\\/strong><strong>Colombia<\\/strong>:<\\/h3>\\r\\n<p><strong>Consignaci\\u00f3n o transferencia a:<\\/strong> Cuenta de ahorros n\\u00famero 23600016776 de Bancolombia, a nombre de Asociaci\\u00f3n Colombiana de icti\\u00f3logos. Nit. 830.034.378-6.<\\/p>\\r\\n<h3 style=\\\"text-align: center;\\\"><img src=\\\"images\\/qr.jpg\\\" alt=\\\"\\\" width=\\\"500\\\" height=\\\"891\\\" loading=\\\"lazy\\\" \\/><\\/h3>\\r\\n<h3><strong>Pagos desde el exterior<\\/strong>:<\\/h3>\\r\\n<p><strong>Consignaci\\u00f3n o transferencia bancaria a:<\\/strong> Cuenta de ahorros n\\u00famero 23600016776 del Banco de Colombia S.A. C\\u00f3digo SWIF COLOCIBM<\\/p>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>Direcci\\u00f3n del Banco:<\\/strong> Calle 28 # 13 A 75 Piso 5 Edificio Atrio Bogot\\u00e1<\\/p>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>A nombre de: <\\/strong>Asociaci\\u00f3n Colombiana de icti\\u00f3logos. Nit. 830.034.378-6<\\/p>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>Direcci\\u00f3n de la Asociaci\\u00f3n:<\\/strong> Calle 81 #19 A-18 oficina 301<\\/p>\\r\\n<p><strong>Pagos con tarjetas: <\\/strong><span style=\\\"font-size: 24px;\\\"><a title=\\\"Pasarela de pagos\\\" href=\\\"https:\\/\\/checkout.wompi.co\\/l\\/VPOS_bgONai\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Pasarela de pagos \\ud83d\\udcb2<\\/a><\\/span><\\/p>\\r\\n<h2><strong>Para tener en cuenta al momento de la inscripci\\u00f3n<\\/strong><\\/h2>\\r\\n<ul>\\r\\n<li style=\\\"text-align: justify;\\\">Al momento de realizar el pago de su inscripci\\u00f3n, indique el nombre y n\\u00famero de identificaci\\u00f3n del participante.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Indique los siguientes datos para elaborar la factura por el costo de su inscripci\\u00f3n:\\r\\n<ul>\\r\\n<li style=\\\"text-align: justify;\\\">Persona natural: nombre completo, tipo de documento, n\\u00famero del documento, procedencia de emisi\\u00f3n del documento, direcci\\u00f3n, tel\\u00e9fono, correo electr\\u00f3nico<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Persona jur\\u00eddica: nombre completo de la empresa o entidad, n\\u00famero de NIT, ubicaci\\u00f3n donde est\\u00e1 radicada, direcci\\u00f3n, tel\\u00e9fono, correo electr\\u00f3nico corporativo de la entidad a la cual se emite la factura.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>Nota: Una vez elaborada la factura no se aceptan cambios ni devoluciones.<\\/strong><\\/p>\\r\\n<ul>\\r\\n<li style=\\\"line-height: 1;\\\"><strong>Al momento del registro tener disponible el comprobante de consignaci\\u00f3n en formato PDF.<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<h1 style=\\\"text-align: center;\\\"><strong><a href=\\\"https:\\/\\/acictios.org\\/registro-congreso-2024\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Registro como participante. \\ud83d\\udc1f<\\/a><\\/strong><\\/h1>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:24:30\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-02-12 21:37:16\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-02-12 21:37:07\",\"publish_up\":\"2023-07-12 19:24: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\":70,\"ordering\":6,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":705,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(704,'com_content.article.6','','2024-02-17 19:32:53',393,7136,'f12020fbb74b68ac9d14d0cf9b6bd62e7ef1b689','{\"id\":\"6\",\"asset_id\":105,\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"alias\":\"resumenes\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\">NORMAS PARA RES\\u00daMENES<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">El idioma oficial del evento es el espa\\u00f1ol, pero los res\\u00famenes se aceptan tambi\\u00e9n en ingl\\u00e9s y portugu\\u00e9s. El texto deber\\u00e1 ser digitado en letra tipo Arial 12, a un solo espacio y sin justificar, en formato Word. El resumen no podr\\u00e1 sobrepasar las 300 palabras.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El resumen deber\\u00e1 contener:<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Simposio:<\\/strong> seleccione alguna de las opciones que se presentan.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Tipo de conferencia: <\\/strong>seleccione alguna de las opciones que se presentan.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>T\\u00edtulo: en may\\u00fascula. Autor (es):<\\/strong> en min\\u00fascula (iniciales en may\\u00fascula). Las iniciales de los nombres se escribir\\u00e1n luego de los apellidos, seguidas por un punto y separadas por una coma. Inmediatamente despu\\u00e9s del nombre, deber\\u00e1 asignar una letra (super\\u00edndice), la cual permitir\\u00e1 identificar la instituci\\u00f3n de origen. En caso de haber varios autores, sus nombres deber\\u00e1n separarse por un punto y coma (;). El autor de correspondencia debe ser identificado con el s\\u00edmbolo *. El autor que ofrecer\\u00e1 la conferencia deber\\u00e1 ser resaltado en negrita.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Ejemplo: <\\/strong>Taphorn, D.C.<sup>a<\\/sup> ; Lima, F.C.T<span style=\\\"font-size: 13.3333px;\\\"><sup>a<\\/sup><\\/span> ; <strong>*Garc\\u00eda-Alzate, C.A.<\\/strong><sup>a<\\/sup><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Instituci\\u00f3n de origen:<\\/strong> En min\\u00fascula (iniciales en may\\u00fascula). De acuerdo con la letra super\\u00edndice asignada a cada instituci\\u00f3n de origen de cada autor, deber\\u00e1 escribir el nombre completo de dicha instituci\\u00f3n.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Ejemplo:<\\/strong> <sup>a<\\/sup>Universidad del Atl\\u00e1ntico, <sup>b<\\/sup>Museu de Zoologia da Universidade Estadual de Campinas \\u201cAdao Jos\\u00e9 Cardoso\\u201d.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Contacto<\\/strong>: S\\u00f3lo el autor de correspondencia deber\\u00e1 ingresar su direcci\\u00f3n de correo electr\\u00f3nico.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Ejemplo:<\\/strong> carlosgarc\\[email protected]<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Resumen:<\\/strong> Sin justificar. No debe contener m\\u00e1s de 300 palabras. El uso de cifras deber\\u00e1 seguir las normas editoriales APA. Las frases que contienen este resumen deben contener las siguientes secciones: introducci\\u00f3n, objetivo, m\\u00e9todos, resultados y conclusiones. En la \\u00faltima frase se deben indicar las instituciones financiadoras.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Palabras clave (espa\\u00f1ol): <\\/strong>S\\u00f3lo son permitidas cinco palabras y no deben estar contenidas en el t\\u00edtulo del resumen.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Palabras clave (ingl\\u00e9s):<\\/strong> Utilizar las mismas palabras clave listadas en espa\\u00f1ol.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El contenido cient\\u00edfico y ajuste al formato editorial aqu\\u00ed definido para los res\\u00famenes ser\\u00e1n revisados por un comit\\u00e9 evaluador (delegado por el comit\\u00e9 organizador del Congreso). Los trabajos podr\\u00edan ser reasignados a un simposio o a un tipo de presentaci\\u00f3n diferente a los definidos por los autores. Si es necesario hacer ajustes al contenido del resumen, deber\\u00e1n realizarse en las dos semanas siguientes al env\\u00edo de la solicitud de correcci\\u00f3n por parte del comit\\u00e9 evaluador. Aquellos res\\u00famenes que no sean corregidos por los autores dentro de los tiempos definidos, no ser\\u00e1n incluidos en las memorias del Congreso.<\\/p>\\r\\n<h2 style=\\\"text-align: center;\\\">Fechas importantes<\\/h2>\\r\\n<p><strong>Recepci\\u00f3n de res\\u00famenes:<\\/strong> Entre el 29 de noviembre de 2023 y el 29 de febrero de 2024.<\\/p>\\r\\n<p><strong>Comunicaci\\u00f3n a ponentes:<\\/strong> hasta el 15 de marzo del 2024.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Si usted requiere apoyo institucional y \\u00e9ste depende de la aceptaci\\u00f3n del resumen en el congreso; favor notificar en el mensaje de env\\u00edo de \\u00e9ste, para priorizar su evaluaci\\u00f3n. Se recomienda enviar el resumen tempranamente, durante las primeras fechas de recepci\\u00f3n, con el fin de ser evaluado con prontitud y celeridad. Se le comunicar\\u00e1 oportunamente la decisi\\u00f3n del comit\\u00e9 evaluador.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">test<\\/p>\\r\\n<h1 style=\\\"text-align: center;\\\"><a href=\\\"https:\\/\\/easychair.org\\/conferences\\/?conf=cocoic24\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Ingrese su resumen aqu\\u00ed. \\ud83d\\udc20<\\/a><\\/h1>\\r\\n<p><span style=\\\"color: #000000;\\\"><strong><a style=\\\"color: #000000;\\\" title=\\\"Si tienes dificultad para subir el resumen, sigue las instrucciones de este enlace: Instructivo \\u2714\\ufe0f\\\" href=\\\"https:\\/\\/docs.google.com\\/document\\/d\\/1fbcCepz31BtNelTGJKMSJrOsytht5yut\\/edit?usp=drive_link&ouid=114442849885207565476&rtpof=true&sd=true\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Si tienes dificultad para subir el resumen, sigue las instrucciones de este enlace: <span style=\\\"background-color: #f8cac6;\\\">Instructivo \\u2714\\ufe0f<\\/span><\\/a><\\/strong><\\/span><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:26:56\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-02-17 19:32:53\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-02-17 19:32:31\",\"publish_up\":\"2023-07-12 19:26: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\":81,\"ordering\":5,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":750,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(705,'com_content.article.6','','2024-02-17 19:35:36',393,7155,'c3f7b458c58701e76f85e6035050872675d8fd30','{\"id\":\"6\",\"asset_id\":105,\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"alias\":\"resumenes\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\">NORMAS PARA RES\\u00daMENES<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">El idioma oficial del evento es el espa\\u00f1ol, pero los res\\u00famenes se aceptan tambi\\u00e9n en ingl\\u00e9s y portugu\\u00e9s. El texto deber\\u00e1 ser digitado en letra tipo Arial 12, a un solo espacio y sin justificar, en formato Word. El resumen no podr\\u00e1 sobrepasar las 300 palabras.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El resumen deber\\u00e1 contener:<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Simposio:<\\/strong> seleccione alguna de las opciones que se presentan.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Tipo de conferencia: <\\/strong>seleccione alguna de las opciones que se presentan.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>T\\u00edtulo: en may\\u00fascula. Autor (es):<\\/strong> en min\\u00fascula (iniciales en may\\u00fascula). Las iniciales de los nombres se escribir\\u00e1n luego de los apellidos, seguidas por un punto y separadas por una coma. Inmediatamente despu\\u00e9s del nombre, deber\\u00e1 asignar una letra (super\\u00edndice), la cual permitir\\u00e1 identificar la instituci\\u00f3n de origen. En caso de haber varios autores, sus nombres deber\\u00e1n separarse por un punto y coma (;). El autor de correspondencia debe ser identificado con el s\\u00edmbolo *. El autor que ofrecer\\u00e1 la conferencia deber\\u00e1 ser resaltado en negrita.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Ejemplo: <\\/strong>Taphorn, D.C.<sup>a<\\/sup> ; Lima, F.C.T<span style=\\\"font-size: 13.3333px;\\\"><sup>a<\\/sup><\\/span> ; <strong>*Garc\\u00eda-Alzate, C.A.<\\/strong><sup>a<\\/sup><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Instituci\\u00f3n de origen:<\\/strong> En min\\u00fascula (iniciales en may\\u00fascula). De acuerdo con la letra super\\u00edndice asignada a cada instituci\\u00f3n de origen de cada autor, deber\\u00e1 escribir el nombre completo de dicha instituci\\u00f3n.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Ejemplo:<\\/strong> <sup>a<\\/sup>Universidad del Atl\\u00e1ntico, <sup>b<\\/sup>Museu de Zoologia da Universidade Estadual de Campinas \\u201cAdao Jos\\u00e9 Cardoso\\u201d.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Contacto<\\/strong>: S\\u00f3lo el autor de correspondencia deber\\u00e1 ingresar su direcci\\u00f3n de correo electr\\u00f3nico.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Ejemplo:<\\/strong> carlosgarc\\[email protected]<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Resumen:<\\/strong> Sin justificar. No debe contener m\\u00e1s de 300 palabras. El uso de cifras deber\\u00e1 seguir las normas editoriales APA. Las frases que contienen este resumen deben contener las siguientes secciones: introducci\\u00f3n, objetivo, m\\u00e9todos, resultados y conclusiones. En la \\u00faltima frase se deben indicar las instituciones financiadoras.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Palabras clave (espa\\u00f1ol): <\\/strong>S\\u00f3lo son permitidas cinco palabras y no deben estar contenidas en el t\\u00edtulo del resumen.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Palabras clave (ingl\\u00e9s):<\\/strong> Utilizar las mismas palabras clave listadas en espa\\u00f1ol.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El contenido cient\\u00edfico y ajuste al formato editorial aqu\\u00ed definido para los res\\u00famenes ser\\u00e1n revisados por un comit\\u00e9 evaluador (delegado por el comit\\u00e9 organizador del Congreso). Los trabajos podr\\u00edan ser reasignados a un simposio o a un tipo de presentaci\\u00f3n diferente a los definidos por los autores. Si es necesario hacer ajustes al contenido del resumen, deber\\u00e1n realizarse en las dos semanas siguientes al env\\u00edo de la solicitud de correcci\\u00f3n por parte del comit\\u00e9 evaluador. Aquellos res\\u00famenes que no sean corregidos por los autores dentro de los tiempos definidos, no ser\\u00e1n incluidos en las memorias del Congreso.<\\/p>\\r\\n<h2 style=\\\"text-align: center;\\\">Fechas importantes<\\/h2>\\r\\n<p><strong>Recepci\\u00f3n de res\\u00famenes:<\\/strong> Entre el 29 de noviembre de 2023 y el 29 de febrero de 2024.<\\/p>\\r\\n<p><strong>Comunicaci\\u00f3n a ponentes:<\\/strong> hasta el 15 de marzo del 2024.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Si usted requiere apoyo institucional y \\u00e9ste depende de la aceptaci\\u00f3n del resumen en el congreso; favor notificar en el mensaje de env\\u00edo de \\u00e9ste, para priorizar su evaluaci\\u00f3n. Se recomienda enviar el resumen tempranamente, durante las primeras fechas de recepci\\u00f3n, con el fin de ser evaluado con prontitud y celeridad. Se le comunicar\\u00e1 oportunamente la decisi\\u00f3n del comit\\u00e9 evaluador.<\\/p>\\r\\n<h1 style=\\\"text-align: center;\\\"><a href=\\\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLScrWQIVFLZBJOdEC4xpZJGy0WTpIVeve3u0X0tF6pDoO8WcuA\\/viewform?usp=sf_link\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Ingrese su resumen aqu\\u00ed. \\ud83d\\udc20<\\/a><\\/h1>\\r\\n<p><span style=\\\"color: #000000;\\\"><strong><a style=\\\"color: #000000;\\\" title=\\\"Si tienes dificultad para subir el resumen, sigue las instrucciones de este enlace: Instructivo \\u2714\\ufe0f\\\" href=\\\"https:\\/\\/docs.google.com\\/document\\/d\\/1fbcCepz31BtNelTGJKMSJrOsytht5yut\\/edit?usp=drive_link&ouid=114442849885207565476&rtpof=true&sd=true\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Si tienes dificultad para subir el resumen, sigue las instrucciones de este enlace: <span style=\\\"background-color: #f8cac6;\\\">Instructivo \\u2714\\ufe0f<\\/span><\\/a><\\/strong><\\/span><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:26:56\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-02-17 19:35:36\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-02-17 19:34:45\",\"publish_up\":\"2023-07-12 19:26: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\":82,\"ordering\":5,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":751,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(706,'com_content.article.6','','2024-02-17 19:36:29',393,6594,'d0230bc37c1363ee498740e11784e2bcd7f847ac','{\"id\":\"6\",\"asset_id\":105,\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"alias\":\"resumenes\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\">NORMAS PARA RES\\u00daMENES<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">El idioma oficial del evento es el espa\\u00f1ol, pero los res\\u00famenes se aceptan tambi\\u00e9n en ingl\\u00e9s y portugu\\u00e9s. El texto deber\\u00e1 ser digitado en letra tipo Arial 12, a un solo espacio y sin justificar, en formato Word. El resumen no podr\\u00e1 sobrepasar las 300 palabras.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El resumen deber\\u00e1 contener:<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Simposio:<\\/strong> seleccione alguna de las opciones que se presentan.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Tipo de conferencia: <\\/strong>seleccione alguna de las opciones que se presentan.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>T\\u00edtulo: en may\\u00fascula. Autor (es):<\\/strong> en min\\u00fascula (iniciales en may\\u00fascula). Las iniciales de los nombres se escribir\\u00e1n luego de los apellidos, seguidas por un punto y separadas por una coma. Inmediatamente despu\\u00e9s del nombre, deber\\u00e1 asignar una letra (super\\u00edndice), la cual permitir\\u00e1 identificar la instituci\\u00f3n de origen. En caso de haber varios autores, sus nombres deber\\u00e1n separarse por un punto y coma (;). El autor de correspondencia debe ser identificado con el s\\u00edmbolo *. El autor que ofrecer\\u00e1 la conferencia deber\\u00e1 ser resaltado en negrita.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Ejemplo: <\\/strong>Taphorn, D.C.<sup>a<\\/sup> ; Lima, F.C.T<span style=\\\"font-size: 13.3333px;\\\"><sup>a<\\/sup><\\/span> ; <strong>*Garc\\u00eda-Alzate, C.A.<\\/strong><sup>a<\\/sup><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Instituci\\u00f3n de origen:<\\/strong> En min\\u00fascula (iniciales en may\\u00fascula). De acuerdo con la letra super\\u00edndice asignada a cada instituci\\u00f3n de origen de cada autor, deber\\u00e1 escribir el nombre completo de dicha instituci\\u00f3n.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Ejemplo:<\\/strong> <sup>a<\\/sup>Universidad del Atl\\u00e1ntico, <sup>b<\\/sup>Museu de Zoologia da Universidade Estadual de Campinas \\u201cAdao Jos\\u00e9 Cardoso\\u201d.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Contacto<\\/strong>: S\\u00f3lo el autor de correspondencia deber\\u00e1 ingresar su direcci\\u00f3n de correo electr\\u00f3nico.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Ejemplo:<\\/strong> carlosgarc\\[email protected]<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Resumen:<\\/strong> Sin justificar. No debe contener m\\u00e1s de 300 palabras. El uso de cifras deber\\u00e1 seguir las normas editoriales APA. Las frases que contienen este resumen deben contener las siguientes secciones: introducci\\u00f3n, objetivo, m\\u00e9todos, resultados y conclusiones. En la \\u00faltima frase se deben indicar las instituciones financiadoras.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Palabras clave (espa\\u00f1ol): <\\/strong>S\\u00f3lo son permitidas cinco palabras y no deben estar contenidas en el t\\u00edtulo del resumen.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Palabras clave (ingl\\u00e9s):<\\/strong> Utilizar las mismas palabras clave listadas en espa\\u00f1ol.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El contenido cient\\u00edfico y ajuste al formato editorial aqu\\u00ed definido para los res\\u00famenes ser\\u00e1n revisados por un comit\\u00e9 evaluador (delegado por el comit\\u00e9 organizador del Congreso). Los trabajos podr\\u00edan ser reasignados a un simposio o a un tipo de presentaci\\u00f3n diferente a los definidos por los autores. Si es necesario hacer ajustes al contenido del resumen, deber\\u00e1n realizarse en las dos semanas siguientes al env\\u00edo de la solicitud de correcci\\u00f3n por parte del comit\\u00e9 evaluador. Aquellos res\\u00famenes que no sean corregidos por los autores dentro de los tiempos definidos, no ser\\u00e1n incluidos en las memorias del Congreso.<\\/p>\\r\\n<h2 style=\\\"text-align: center;\\\">Fechas importantes<\\/h2>\\r\\n<p><strong>Recepci\\u00f3n de res\\u00famenes:<\\/strong> Entre el 29 de noviembre de 2023 y el 29 de febrero de 2024.<\\/p>\\r\\n<p><strong>Comunicaci\\u00f3n a ponentes:<\\/strong> hasta el 15 de marzo del 2024.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Si usted requiere apoyo institucional y \\u00e9ste depende de la aceptaci\\u00f3n del resumen en el congreso; favor notificar en el mensaje de env\\u00edo de \\u00e9ste, para priorizar su evaluaci\\u00f3n. Se recomienda enviar el resumen tempranamente, durante las primeras fechas de recepci\\u00f3n, con el fin de ser evaluado con prontitud y celeridad. Se le comunicar\\u00e1 oportunamente la decisi\\u00f3n del comit\\u00e9 evaluador.<\\/p>\\r\\n<h1 style=\\\"text-align: center;\\\"><a href=\\\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLScrWQIVFLZBJOdEC4xpZJGy0WTpIVeve3u0X0tF6pDoO8WcuA\\/viewform?usp=sf_link\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Ingrese su resumen aqu\\u00ed. \\ud83d\\udc20<\\/a><\\/h1>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:26:56\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-02-17 19:36:29\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-02-17 19:36:08\",\"publish_up\":\"2023-07-12 19:26: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\":83,\"ordering\":5,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":752,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(713,'com_banners.banner.1','','2024-02-27 01:24:13',393,778,'237da1b20dd848d27b177c5e99827ea289e6ed7f','{\"id\":1,\"cid\":\"0\",\"type\":\"0\",\"name\":\"Anuncias\",\"alias\":\"anuncias\",\"imptotal\":0,\"impmade\":\"0\",\"clicks\":\"0\",\"clickurl\":\"\",\"state\":\"1\",\"catid\":3,\"description\":\"\",\"custombannercode\":\"\",\"sticky\":\"0\",\"ordering\":1,\"metakey\":\"\",\"params\":\"{\\\"imageurl\\\":\\\"images\\\\\\/anuncios\\\\\\/anuncio1.jpeg#joomlaImage:\\\\\\/\\\\\\/local-images\\\\\\/anuncios\\\\\\/anuncio1.jpeg?width=1600&height=1600\\\",\\\"width\\\":\\\"\\\",\\\"height\\\":\\\"\\\",\\\"alt\\\":\\\"\\\"}\",\"own_prefix\":\"0\",\"metakey_prefix\":\"\",\"purchase_type\":\"-1\",\"track_clicks\":\"0\",\"track_impressions\":\"0\",\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":null,\"publish_down\":null,\"reset\":\"2024-03-26 00:00:00\",\"created\":\"2024-02-27 01:24:13\",\"language\":\"*\",\"created_by\":393,\"created_by_alias\":\"\",\"modified\":\"2024-02-27 01:24:13\",\"modified_by\":393,\"version\":\"1\"}',0),(714,'com_banners.banner.1','','2024-02-27 01:25:54',393,756,'da7f8b91eb4e00f9c2b02cf1a72375e133051c53','{\"id\":1,\"cid\":0,\"type\":0,\"name\":\"Anuncias\",\"alias\":\"anuncias\",\"imptotal\":0,\"impmade\":0,\"clicks\":0,\"clickurl\":\"\",\"state\":1,\"catid\":3,\"description\":\"\",\"custombannercode\":\"\",\"sticky\":1,\"ordering\":1,\"metakey\":\"\",\"params\":\"{\\\"imageurl\\\":\\\"images\\\\\\/anuncios\\\\\\/anuncio1.jpeg#joomlaImage:\\\\\\/\\\\\\/local-images\\\\\\/anuncios\\\\\\/anuncio1.jpeg?width=1600&height=1600\\\",\\\"width\\\":\\\"\\\",\\\"height\\\":\\\"\\\",\\\"alt\\\":\\\"\\\"}\",\"own_prefix\":0,\"metakey_prefix\":\"\",\"purchase_type\":-1,\"track_clicks\":0,\"track_impressions\":0,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":null,\"publish_down\":null,\"reset\":\"2024-03-26 00:00:00\",\"created\":\"2024-02-27 01:24:13\",\"language\":\"*\",\"created_by\":393,\"created_by_alias\":\"\",\"modified\":\"2024-02-27 01:25:50\",\"modified_by\":393,\"version\":2}',0),(715,'com_banners.banner.1','','2024-02-27 01:26:17',393,796,'1f14913443c2e90b163c17dc45d685d18ee59adc','{\"id\":\"1\",\"cid\":\"0\",\"type\":\"0\",\"name\":\"Anuncios\",\"alias\":\"anuncios\",\"imptotal\":0,\"impmade\":\"0\",\"clicks\":\"0\",\"clickurl\":\"\",\"state\":\"1\",\"catid\":3,\"description\":\"\",\"custombannercode\":\"\",\"sticky\":\"1\",\"ordering\":1,\"metakey\":\"\",\"params\":\"{\\\"imageurl\\\":\\\"images\\\\\\/anuncios\\\\\\/anuncio1.jpeg#joomlaImage:\\\\\\/\\\\\\/local-images\\\\\\/anuncios\\\\\\/anuncio1.jpeg?width=1600&height=1600\\\",\\\"width\\\":\\\"\\\",\\\"height\\\":\\\"\\\",\\\"alt\\\":\\\"\\\"}\",\"own_prefix\":\"0\",\"metakey_prefix\":\"\",\"purchase_type\":\"-1\",\"track_clicks\":\"0\",\"track_impressions\":\"0\",\"checked_out\":393,\"checked_out_time\":\"2024-02-27 01:26:09\",\"publish_up\":null,\"publish_down\":null,\"reset\":\"2024-03-26 00:00:00\",\"created\":\"2024-02-27 01:24:13\",\"language\":\"*\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-02-27 01:26:17\",\"modified_by\":393,\"version\":3}',0),(716,'com_banners.banner.1','','2024-02-27 01:29:48',393,813,'f4f0518c348cfde94d9b9bb1954bce336993af8d','{\"id\":\"1\",\"cid\":\"0\",\"type\":\"0\",\"name\":\"Anuncios\",\"alias\":\"anuncios\",\"imptotal\":0,\"impmade\":\"0\",\"clicks\":\"0\",\"clickurl\":\"\",\"state\":\"1\",\"catid\":3,\"description\":\"\",\"custombannercode\":\"\",\"sticky\":\"1\",\"ordering\":1,\"metakey\":\"\",\"params\":\"{\\\"imageurl\\\":\\\"images\\\\\\/anuncios\\\\\\/anuncio1.jpeg#joomlaImage:\\\\\\/\\\\\\/local-images\\\\\\/anuncios\\\\\\/anuncio1.jpeg?width=1600&height=1600\\\",\\\"width\\\":\\\"\\\",\\\"height\\\":\\\"\\\",\\\"alt\\\":\\\"\\\"}\",\"own_prefix\":\"0\",\"metakey_prefix\":\"\",\"purchase_type\":\"-1\",\"track_clicks\":\"0\",\"track_impressions\":\"0\",\"checked_out\":393,\"checked_out_time\":\"2024-02-27 01:29:28\",\"publish_up\":\"2024-02-26 20:29:38\",\"publish_down\":null,\"reset\":\"2024-03-26 00:00:00\",\"created\":\"2024-02-27 01:24:13\",\"language\":\"*\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-02-27 01:29:48\",\"modified_by\":393,\"version\":5}',0),(717,'com_banners.banner.1','','2024-02-27 01:30:30',393,830,'26ce32b2cab70fb3d491ac69fc3f6d499a61ce93','{\"id\":\"1\",\"cid\":\"0\",\"type\":\"0\",\"name\":\"Anuncios\",\"alias\":\"anuncios\",\"imptotal\":0,\"impmade\":\"0\",\"clicks\":\"0\",\"clickurl\":\"\",\"state\":\"1\",\"catid\":3,\"description\":\"\",\"custombannercode\":\"\",\"sticky\":\"1\",\"ordering\":1,\"metakey\":\"\",\"params\":\"{\\\"imageurl\\\":\\\"images\\\\\\/anuncios\\\\\\/anuncio1.jpeg#joomlaImage:\\\\\\/\\\\\\/local-images\\\\\\/anuncios\\\\\\/anuncio1.jpeg?width=1600&height=1600\\\",\\\"width\\\":\\\"\\\",\\\"height\\\":\\\"\\\",\\\"alt\\\":\\\"\\\"}\",\"own_prefix\":\"0\",\"metakey_prefix\":\"\",\"purchase_type\":\"-1\",\"track_clicks\":\"0\",\"track_impressions\":\"0\",\"checked_out\":393,\"checked_out_time\":\"2024-02-27 01:29:48\",\"publish_up\":\"2024-02-26 20:29:38\",\"publish_down\":\"2025-02-26 20:30:12\",\"reset\":\"2024-03-26 00:00:00\",\"created\":\"2024-02-27 01:24:13\",\"language\":\"*\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-02-27 01:30:30\",\"modified_by\":393,\"version\":6}',0),(718,'com_banners.banner.1','','2024-02-27 01:30:57',393,842,'732c141259675a61ff92aaab3a4a05d77eee6cff','{\"id\":\"1\",\"cid\":\"0\",\"type\":\"0\",\"name\":\"Anuncios\",\"alias\":\"anuncios\",\"imptotal\":0,\"impmade\":\"0\",\"clicks\":\"0\",\"clickurl\":\"\",\"state\":\"1\",\"catid\":3,\"description\":\"<p>Hola<\\/p>\",\"custombannercode\":\"\",\"sticky\":\"1\",\"ordering\":1,\"metakey\":\"\",\"params\":\"{\\\"imageurl\\\":\\\"images\\\\\\/anuncios\\\\\\/anuncio1.jpeg#joomlaImage:\\\\\\/\\\\\\/local-images\\\\\\/anuncios\\\\\\/anuncio1.jpeg?width=1600&height=1600\\\",\\\"width\\\":\\\"\\\",\\\"height\\\":\\\"\\\",\\\"alt\\\":\\\"\\\"}\",\"own_prefix\":\"0\",\"metakey_prefix\":\"\",\"purchase_type\":\"-1\",\"track_clicks\":\"0\",\"track_impressions\":\"0\",\"checked_out\":393,\"checked_out_time\":\"2024-02-27 01:30:41\",\"publish_up\":\"2024-02-26 20:29:38\",\"publish_down\":\"2025-02-26 20:30:12\",\"reset\":\"2024-03-26 00:00:00\",\"created\":\"2024-02-27 01:24:13\",\"language\":\"*\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-02-27 01:30:57\",\"modified_by\":393,\"version\":7}',0),(719,'com_banners.banner.1','','2024-02-27 01:35:24',393,722,'5aff72b8708b90baa03307b853c892aecb54cd92','{\"id\":\"1\",\"cid\":\"0\",\"type\":\"0\",\"name\":\"Anuncios\",\"alias\":\"anuncios\",\"imptotal\":0,\"impmade\":\"0\",\"clicks\":\"0\",\"clickurl\":\"\",\"state\":\"1\",\"catid\":3,\"description\":\"<p>Hola<\\/p>\",\"custombannercode\":\"\",\"sticky\":\"1\",\"ordering\":1,\"metakey\":\"\",\"params\":\"{\\\"imageurl\\\":\\\"\\\",\\\"width\\\":\\\"\\\",\\\"height\\\":\\\"\\\",\\\"alt\\\":\\\"\\\"}\",\"own_prefix\":\"0\",\"metakey_prefix\":\"\",\"purchase_type\":\"-1\",\"track_clicks\":\"0\",\"track_impressions\":\"0\",\"checked_out\":393,\"checked_out_time\":\"2024-02-27 01:35:12\",\"publish_up\":\"2024-02-26 20:29:38\",\"publish_down\":\"2025-02-26 20:30:12\",\"reset\":\"2024-03-26 00:00:00\",\"created\":\"2024-02-27 01:24:13\",\"language\":\"*\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-02-27 01:35:24\",\"modified_by\":393,\"version\":8}',0),(720,'com_banners.banner.1','','2024-02-27 01:35:26',393,682,'37d0750ad87657bbfa358a95126d6b42f39e84b1','{\"id\":1,\"cid\":0,\"type\":0,\"name\":\"Anuncios\",\"alias\":\"anuncios\",\"imptotal\":0,\"impmade\":0,\"clicks\":0,\"clickurl\":\"\",\"state\":1,\"catid\":3,\"description\":\"<p>Hola<\\/p>\",\"custombannercode\":\"\",\"sticky\":0,\"ordering\":1,\"metakey\":\"\",\"params\":\"{\\\"imageurl\\\":\\\"\\\",\\\"width\\\":\\\"\\\",\\\"height\\\":\\\"\\\",\\\"alt\\\":\\\"\\\"}\",\"own_prefix\":0,\"metakey_prefix\":\"\",\"purchase_type\":-1,\"track_clicks\":0,\"track_impressions\":0,\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":\"2024-02-26 20:29:38\",\"publish_down\":\"2025-02-26 20:30:12\",\"reset\":\"2024-03-26 00:00:00\",\"created\":\"2024-02-27 01:24:13\",\"language\":\"*\",\"created_by\":393,\"created_by_alias\":\"\",\"modified\":\"2024-02-27 01:35:24\",\"modified_by\":393,\"version\":8}',0),(721,'com_banners.category.9','','2024-02-27 01:36:41',393,546,'6ddb42eaeb774db9aad293e8b4b90b2cb206b322','{\"id\":9,\"asset_id\":121,\"parent_id\":1,\"lft\":13,\"rgt\":14,\"level\":1,\"path\":null,\"extension\":\"com_banners\",\"title\":\"Anuncios\",\"alias\":\"anuncios\",\"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\":393,\"created_time\":\"2024-02-27 01:36:41\",\"modified_user_id\":393,\"modified_time\":\"2024-02-27 01:36:41\",\"hits\":null,\"language\":\"*\",\"version\":null}',0),(722,'com_banners.banner.2','','2024-02-27 01:48:37',393,831,'b5e915e877489cf7d248d0acecba903241e49dcc','{\"id\":2,\"cid\":\"0\",\"type\":\"0\",\"name\":\"Novedades\",\"alias\":\"novedades\",\"imptotal\":0,\"impmade\":\"0\",\"clicks\":\"0\",\"clickurl\":\"https:\\/\\/congresoictiologia2024.unillanos.edu.co\\/index.php\",\"state\":\"1\",\"catid\":9,\"description\":\"\",\"custombannercode\":\"\",\"sticky\":\"1\",\"ordering\":2,\"metakey\":\"\",\"params\":\"{\\\"imageurl\\\":\\\"images\\\\\\/anuncios\\\\\\/anuncio1.jpeg#joomlaImage:\\\\\\/\\\\\\/local-images\\\\\\/anuncios\\\\\\/anuncio1.jpeg?width=1600&height=1600\\\",\\\"width\\\":\\\"\\\",\\\"height\\\":\\\"\\\",\\\"alt\\\":\\\"Novedades\\\"}\",\"own_prefix\":\"0\",\"metakey_prefix\":\"\",\"purchase_type\":\"1\",\"track_clicks\":\"0\",\"track_impressions\":\"0\",\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":null,\"publish_down\":null,\"reset\":null,\"created\":\"2024-02-27 01:48:37\",\"language\":\"*\",\"created_by\":393,\"created_by_alias\":\"\",\"modified\":\"2024-02-27 01:48:37\",\"modified_by\":393,\"version\":\"1\"}',0),(723,'com_banners.banner.2','','2024-02-27 02:04:02',393,859,'89c5a2922dfd0029ce3cdcbd4ff3bf96b5b053ec','{\"id\":\"2\",\"cid\":\"0\",\"type\":\"0\",\"name\":\"Novedades\",\"alias\":\"novedades\",\"imptotal\":0,\"impmade\":\"6\",\"clicks\":\"2\",\"clickurl\":\"https:\\/\\/congresoictiologia2024.unillanos.edu.co\\/index.php\",\"state\":\"1\",\"catid\":9,\"description\":\"\",\"custombannercode\":\"\",\"sticky\":\"1\",\"ordering\":2,\"metakey\":\"\",\"params\":\"{\\\"imageurl\\\":\\\"images\\\\\\/patrocinadores\\\\\\/unillanos.png#joomlaImage:\\\\\\/\\\\\\/local-images\\\\\\/patrocinadores\\\\\\/unillanos.png?width=937&height=427\\\",\\\"width\\\":\\\"\\\",\\\"height\\\":\\\"\\\",\\\"alt\\\":\\\"Novedades\\\"}\",\"own_prefix\":\"0\",\"metakey_prefix\":\"\",\"purchase_type\":\"1\",\"track_clicks\":\"0\",\"track_impressions\":\"0\",\"checked_out\":393,\"checked_out_time\":\"2024-02-27 02:03:44\",\"publish_up\":null,\"publish_down\":null,\"reset\":null,\"created\":\"2024-02-27 01:48:37\",\"language\":\"*\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-02-27 02:04:02\",\"modified_by\":393,\"version\":3}',0),(724,'com_banners.banner.2','','2024-02-27 02:07:49',393,789,'f499494c3e0b74adc8fd9f770e930aa557753e40','{\"id\":\"2\",\"cid\":\"0\",\"type\":\"0\",\"name\":\"Novedades\",\"alias\":\"novedades\",\"imptotal\":0,\"impmade\":\"0\",\"clicks\":\"0\",\"clickurl\":\"\",\"state\":\"1\",\"catid\":9,\"description\":\"\",\"custombannercode\":\"\",\"sticky\":\"1\",\"ordering\":2,\"metakey\":\"\",\"params\":\"{\\\"imageurl\\\":\\\"images\\\\\\/anuncios\\\\\\/anuncio1.jpeg#joomlaImage:\\\\\\/\\\\\\/local-images\\\\\\/anuncios\\\\\\/anuncio1.jpeg?width=1600&height=1600\\\",\\\"width\\\":\\\"\\\",\\\"height\\\":\\\"\\\",\\\"alt\\\":\\\"Novedades\\\"}\",\"own_prefix\":\"0\",\"metakey_prefix\":\"\",\"purchase_type\":\"1\",\"track_clicks\":\"0\",\"track_impressions\":\"0\",\"checked_out\":393,\"checked_out_time\":\"2024-02-27 02:07:12\",\"publish_up\":null,\"publish_down\":null,\"reset\":null,\"created\":\"2024-02-27 01:48:37\",\"language\":\"*\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-02-27 02:07:49\",\"modified_by\":393,\"version\":4}',0),(725,'com_banners.banner.2','','2024-02-27 02:13:45',393,787,'a4f9374e743fac22a39d6df231320ac7caeba0a4','{\"id\":\"2\",\"cid\":\"0\",\"type\":\"0\",\"name\":\"Novedades\",\"alias\":\"novedades\",\"imptotal\":0,\"impmade\":\"4\",\"clicks\":\"0\",\"clickurl\":\"\",\"state\":\"1\",\"catid\":9,\"description\":\"\",\"custombannercode\":\"\",\"sticky\":\"1\",\"ordering\":2,\"metakey\":\"\",\"params\":\"{\\\"imageurl\\\":\\\"images\\\\\\/anuncios\\\\\\/anuncio1.jpeg#joomlaImage:\\\\\\/\\\\\\/local-images\\\\\\/anuncios\\\\\\/anuncio1.jpeg?width=1600&height=1600\\\",\\\"width\\\":400,\\\"height\\\":400,\\\"alt\\\":\\\"Novedades\\\"}\",\"own_prefix\":\"0\",\"metakey_prefix\":\"\",\"purchase_type\":\"1\",\"track_clicks\":\"0\",\"track_impressions\":\"0\",\"checked_out\":393,\"checked_out_time\":\"2024-02-27 02:13:29\",\"publish_up\":null,\"publish_down\":null,\"reset\":null,\"created\":\"2024-02-27 01:48:37\",\"language\":\"*\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-02-27 02:13:45\",\"modified_by\":393,\"version\":5}',0),(726,'com_banners.banner.2','','2024-02-27 02:14:29',393,788,'b23c533100b35c010456fcfdc2d1030f7ae207f8','{\"id\":\"2\",\"cid\":\"0\",\"type\":\"0\",\"name\":\"Novedades\",\"alias\":\"novedades\",\"imptotal\":0,\"impmade\":\"4\",\"clicks\":\"0\",\"clickurl\":\"\",\"state\":\"1\",\"catid\":9,\"description\":\"\",\"custombannercode\":\"\",\"sticky\":\"1\",\"ordering\":2,\"metakey\":\"\",\"params\":\"{\\\"imageurl\\\":\\\"images\\\\\\/anuncios\\\\\\/anuncio1.jpeg#joomlaImage:\\\\\\/\\\\\\/local-images\\\\\\/anuncios\\\\\\/anuncio1.jpeg?width=1600&height=1600\\\",\\\"width\\\":\\\"\\\",\\\"height\\\":400,\\\"alt\\\":\\\"Novedades\\\"}\",\"own_prefix\":\"0\",\"metakey_prefix\":\"\",\"purchase_type\":\"1\",\"track_clicks\":\"0\",\"track_impressions\":\"0\",\"checked_out\":393,\"checked_out_time\":\"2024-02-27 02:13:45\",\"publish_up\":null,\"publish_down\":null,\"reset\":null,\"created\":\"2024-02-27 01:48:37\",\"language\":\"*\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-02-27 02:14:29\",\"modified_by\":393,\"version\":6}',0),(727,'com_banners.banner.2','','2024-02-27 02:14:44',393,787,'6292230e3ab078f90582002fa973e45344949ceb','{\"id\":\"2\",\"cid\":\"0\",\"type\":\"0\",\"name\":\"Novedades\",\"alias\":\"novedades\",\"imptotal\":0,\"impmade\":\"4\",\"clicks\":\"0\",\"clickurl\":\"\",\"state\":\"1\",\"catid\":9,\"description\":\"\",\"custombannercode\":\"\",\"sticky\":\"1\",\"ordering\":2,\"metakey\":\"\",\"params\":\"{\\\"imageurl\\\":\\\"images\\\\\\/anuncios\\\\\\/anuncio1.jpeg#joomlaImage:\\\\\\/\\\\\\/local-images\\\\\\/anuncios\\\\\\/anuncio1.jpeg?width=1600&height=1600\\\",\\\"width\\\":100,\\\"height\\\":400,\\\"alt\\\":\\\"Novedades\\\"}\",\"own_prefix\":\"0\",\"metakey_prefix\":\"\",\"purchase_type\":\"1\",\"track_clicks\":\"0\",\"track_impressions\":\"0\",\"checked_out\":393,\"checked_out_time\":\"2024-02-27 02:14:29\",\"publish_up\":null,\"publish_down\":null,\"reset\":null,\"created\":\"2024-02-27 01:48:37\",\"language\":\"*\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-02-27 02:14:44\",\"modified_by\":393,\"version\":7}',0),(728,'com_banners.banner.2','','2024-02-27 02:15:00',393,787,'395b03e8c657c71e12959efa40bad1af6ccdb801','{\"id\":\"2\",\"cid\":\"0\",\"type\":\"0\",\"name\":\"Novedades\",\"alias\":\"novedades\",\"imptotal\":0,\"impmade\":\"4\",\"clicks\":\"0\",\"clickurl\":\"\",\"state\":\"1\",\"catid\":9,\"description\":\"\",\"custombannercode\":\"\",\"sticky\":\"1\",\"ordering\":2,\"metakey\":\"\",\"params\":\"{\\\"imageurl\\\":\\\"images\\\\\\/anuncios\\\\\\/anuncio1.jpeg#joomlaImage:\\\\\\/\\\\\\/local-images\\\\\\/anuncios\\\\\\/anuncio1.jpeg?width=1600&height=1600\\\",\\\"width\\\":200,\\\"height\\\":200,\\\"alt\\\":\\\"Novedades\\\"}\",\"own_prefix\":\"0\",\"metakey_prefix\":\"\",\"purchase_type\":\"1\",\"track_clicks\":\"0\",\"track_impressions\":\"0\",\"checked_out\":393,\"checked_out_time\":\"2024-02-27 02:14:44\",\"publish_up\":null,\"publish_down\":null,\"reset\":null,\"created\":\"2024-02-27 01:48:37\",\"language\":\"*\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-02-27 02:15:00\",\"modified_by\":393,\"version\":8}',0),(729,'com_banners.category.10','','2024-02-27 02:21:41',393,545,'12512d48dd44994a565965d651793e0f82ca2487','{\"id\":10,\"asset_id\":124,\"parent_id\":9,\"lft\":14,\"rgt\":15,\"level\":2,\"path\":null,\"extension\":\"com_banners\",\"title\":\"Externa\",\"alias\":\"externa\",\"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\":393,\"created_time\":\"2024-02-27 02:21:41\",\"modified_user_id\":393,\"modified_time\":\"2024-02-27 02:21:41\",\"hits\":null,\"language\":\"*\",\"version\":null}',0),(730,'com_banners.category.10','','2024-02-27 02:21:57',393,574,'ed83fdd43256258ea66008d69ebf17ccc13a26fe','{\"id\":\"10\",\"asset_id\":124,\"parent_id\":9,\"lft\":14,\"rgt\":15,\"level\":2,\"path\":\"anuncios\\/externa\",\"extension\":\"com_banners\",\"title\":\"Interna\",\"alias\":\"externa\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":393,\"checked_out_time\":\"2024-02-27 02:21:41\",\"access\":1,\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"393\",\"created_time\":\"2024-02-27 02:21:41\",\"modified_user_id\":393,\"modified_time\":\"2024-02-27 02:21:57\",\"hits\":0,\"language\":\"*\",\"version\":1}',0),(731,'com_banners.category.11','','2024-02-27 02:22:41',393,545,'a2637316993b8f43f4cd29e4df6a79f3aca3833b','{\"id\":11,\"asset_id\":125,\"parent_id\":9,\"lft\":16,\"rgt\":17,\"level\":2,\"path\":null,\"extension\":\"com_banners\",\"title\":\"Interna\",\"alias\":\"interna\",\"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\":393,\"created_time\":\"2024-02-27 02:22:41\",\"modified_user_id\":393,\"modified_time\":\"2024-02-27 02:22:41\",\"hits\":null,\"language\":\"*\",\"version\":null}',0),(732,'com_banners.banner.3','','2024-02-27 02:24:01',393,780,'02ff1226c46f6647f5368974b57aefe37ecfaf40','{\"id\":3,\"cid\":\"0\",\"type\":\"0\",\"name\":\"Novedades\",\"alias\":\"novedades\",\"imptotal\":0,\"impmade\":\"0\",\"clicks\":\"0\",\"clickurl\":\"\",\"state\":\"1\",\"catid\":3,\"description\":\"\",\"custombannercode\":\"\",\"sticky\":\"0\",\"ordering\":3,\"metakey\":\"\",\"params\":\"{\\\"imageurl\\\":\\\"images\\\\\\/anuncios\\\\\\/anuncio1.jpeg#joomlaImage:\\\\\\/\\\\\\/local-images\\\\\\/anuncios\\\\\\/anuncio1.jpeg?width=1600&height=1600\\\",\\\"width\\\":\\\"\\\",\\\"height\\\":\\\"\\\",\\\"alt\\\":\\\"\\\"}\",\"own_prefix\":\"0\",\"metakey_prefix\":\"\",\"purchase_type\":\"-1\",\"track_clicks\":\"0\",\"track_impressions\":\"0\",\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":null,\"publish_down\":null,\"reset\":\"2024-02-27 00:00:00\",\"created\":\"2024-02-27 02:24:01\",\"language\":\"*\",\"created_by\":393,\"created_by_alias\":\"\",\"modified\":\"2024-02-27 02:24:01\",\"modified_by\":393,\"version\":\"1\"}',0),(733,'com_banners.banner.3','','2024-02-27 02:28:33',393,798,'6d739c511776c4cde24e2a6ac1e0ad10e20c1911','{\"id\":\"3\",\"cid\":\"0\",\"type\":\"0\",\"name\":\"Novedades\",\"alias\":\"novedades\",\"imptotal\":0,\"impmade\":\"0\",\"clicks\":\"0\",\"clickurl\":\"\",\"state\":\"1\",\"catid\":10,\"description\":\"\",\"custombannercode\":\"\",\"sticky\":\"1\",\"ordering\":3,\"metakey\":\"\",\"params\":\"{\\\"imageurl\\\":\\\"images\\\\\\/anuncios\\\\\\/anuncio1.jpeg#joomlaImage:\\\\\\/\\\\\\/local-images\\\\\\/anuncios\\\\\\/anuncio1.jpeg?width=1600&height=1600\\\",\\\"width\\\":\\\"\\\",\\\"height\\\":\\\"\\\",\\\"alt\\\":\\\"\\\"}\",\"own_prefix\":\"0\",\"metakey_prefix\":\"\",\"purchase_type\":\"1\",\"track_clicks\":\"0\",\"track_impressions\":\"0\",\"checked_out\":393,\"checked_out_time\":\"2024-02-27 02:24:01\",\"publish_up\":null,\"publish_down\":null,\"reset\":\"2024-02-27 00:00:00\",\"created\":\"2024-02-27 02:24:01\",\"language\":\"*\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-02-27 02:28:33\",\"modified_by\":393,\"version\":2}',0),(734,'com_banners.banner.4','','2024-02-27 02:37:10',393,760,'f0fa05b3123a34f4bcc76398cae975c054aacc9d','{\"id\":4,\"cid\":\"0\",\"type\":\"0\",\"name\":\"Anuncios\",\"alias\":\"anuncios\",\"imptotal\":0,\"impmade\":\"0\",\"clicks\":\"0\",\"clickurl\":\"\",\"state\":\"1\",\"catid\":3,\"description\":\"\",\"custombannercode\":\"\",\"sticky\":\"0\",\"ordering\":4,\"metakey\":\"\",\"params\":\"{\\\"imageurl\\\":\\\"images\\\\\\/anuncios\\\\\\/anuncio1.jpeg#joomlaImage:\\\\\\/\\\\\\/local-images\\\\\\/anuncios\\\\\\/anuncio1.jpeg?width=1600&height=1600\\\",\\\"width\\\":\\\"\\\",\\\"height\\\":\\\"\\\",\\\"alt\\\":\\\"\\\"}\",\"own_prefix\":\"0\",\"metakey_prefix\":\"\",\"purchase_type\":\"1\",\"track_clicks\":\"0\",\"track_impressions\":\"0\",\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":null,\"publish_down\":null,\"reset\":null,\"created\":\"2024-02-27 02:37:10\",\"language\":\"*\",\"created_by\":393,\"created_by_alias\":\"\",\"modified\":\"2024-02-27 02:37:10\",\"modified_by\":393,\"version\":\"1\"}',0),(735,'com_banners.category.12','','2024-02-27 02:50:12',393,551,'de11087e6c8d6634c7e2c623a13e0d1cf7719b44','{\"id\":12,\"asset_id\":130,\"parent_id\":1,\"lft\":19,\"rgt\":20,\"level\":1,\"path\":null,\"extension\":\"com_banners\",\"title\":\"Publicidad\",\"alias\":\"publicidad\",\"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\":393,\"created_time\":\"2024-02-27 02:50:12\",\"modified_user_id\":393,\"modified_time\":\"2024-02-27 02:50:12\",\"hits\":null,\"language\":\"*\",\"version\":null}',0),(737,'com_banners.category.12','','2024-02-27 02:56:42',393,693,'bde4ef1a9b0210dc6e6eb0a98af05a76befd86e6','{\"id\":\"12\",\"asset_id\":130,\"parent_id\":1,\"lft\":19,\"rgt\":20,\"level\":1,\"path\":\"publicidad\",\"extension\":\"com_banners\",\"title\":\"Publicidad\",\"alias\":\"publicidad\",\"note\":\"\",\"description\":\"\",\"published\":\"1\",\"checked_out\":393,\"checked_out_time\":\"2024-02-27 02:56:12\",\"access\":1,\"params\":\"{\\\"category_layout\\\":\\\"\\\",\\\"image\\\":\\\"images\\\\\\/anuncios\\\\\\/anuncio1.jpeg#joomlaImage:\\\\\\/\\\\\\/local-images\\\\\\/anuncios\\\\\\/anuncio1.jpeg?width=1600&height=1600\\\",\\\"image_alt\\\":\\\"\\\"}\",\"metadesc\":\"\",\"metakey\":\"\",\"metadata\":\"{\\\"author\\\":\\\"\\\",\\\"robots\\\":\\\"\\\"}\",\"created_user_id\":\"393\",\"created_time\":\"2024-02-27 02:50:12\",\"modified_user_id\":393,\"modified_time\":\"2024-02-27 02:56:42\",\"hits\":0,\"language\":\"*\",\"version\":1}',0),(750,'com_banners.banner.6','','2024-03-05 20:47:37',393,767,'4feb8729225cfc2f3236fb53b95eca9e0ec85553','{\"id\":6,\"cid\":\"0\",\"type\":\"0\",\"name\":\"Anuncios2\",\"alias\":\"anuncios2\",\"imptotal\":0,\"impmade\":\"0\",\"clicks\":\"0\",\"clickurl\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSf9h7SmgvDq_al0aj9O4yplM3YfXJmnK7UeZtylceINWI3WWA\\/viewform\",\"state\":\"1\",\"catid\":12,\"description\":\"\",\"custombannercode\":\"\",\"sticky\":\"1\",\"ordering\":6,\"metakey\":\"\",\"params\":\"{\\\"imageurl\\\":\\\"\\\",\\\"width\\\":\\\"\\\",\\\"height\\\":\\\"\\\",\\\"alt\\\":\\\"\\\"}\",\"own_prefix\":\"0\",\"metakey_prefix\":\"\",\"purchase_type\":\"-1\",\"track_clicks\":\"0\",\"track_impressions\":\"0\",\"checked_out\":null,\"checked_out_time\":null,\"publish_up\":null,\"publish_down\":null,\"reset\":\"2024-03-06 00:00:00\",\"created\":\"2024-03-05 20:47:37\",\"language\":\"*\",\"created_by\":393,\"created_by_alias\":\"\",\"modified\":\"2024-03-05 20:47:37\",\"modified_by\":393,\"version\":\"1\"}',0),(751,'com_banners.banner.6','','2024-03-06 21:39:09',393,925,'a9906efa6d676112c2c695c75247f5ac23581d56','{\"id\":\"6\",\"cid\":\"0\",\"type\":\"0\",\"name\":\"Anuncios2\",\"alias\":\"anuncios2\",\"imptotal\":0,\"impmade\":\"0\",\"clicks\":\"0\",\"clickurl\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSf9h7SmgvDq_al0aj9O4yplM3YfXJmnK7UeZtylceINWI3WWA\\/viewform\",\"state\":\"1\",\"catid\":12,\"description\":\"\",\"custombannercode\":\"\",\"sticky\":\"1\",\"ordering\":6,\"metakey\":\"\",\"params\":\"{\\\"imageurl\\\":\\\"images\\\\\\/anuncios\\\\\\/Formulario.jpeg#joomlaImage:\\\\\\/\\\\\\/local-images\\\\\\/anuncios\\\\\\/Formulario.jpeg?width=1600&height=976\\\",\\\"width\\\":\\\"\\\",\\\"height\\\":\\\"\\\",\\\"alt\\\":\\\"\\\"}\",\"own_prefix\":\"0\",\"metakey_prefix\":\"\",\"purchase_type\":\"-1\",\"track_clicks\":\"0\",\"track_impressions\":\"0\",\"checked_out\":393,\"checked_out_time\":\"2024-03-06 21:38:44\",\"publish_up\":\"2024-03-06 21:38:43\",\"publish_down\":null,\"reset\":\"2024-03-07 00:00:00\",\"created\":\"2024-03-05 20:47:37\",\"language\":\"*\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-03-06 21:39:09\",\"modified_by\":393,\"version\":2}',0),(752,'com_banners.banner.6','','2024-03-06 21:51:20',393,924,'7c01562327a89a0fe15419f1953a1d03aed08b1d','{\"id\":\"6\",\"cid\":\"0\",\"type\":\"0\",\"name\":\"Anuncios2\",\"alias\":\"anuncios2\",\"imptotal\":0,\"impmade\":\"8\",\"clicks\":\"1\",\"clickurl\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSf9h7SmgvDq_al0aj9O4yplM3YfXJmnK7UeZtylceINWI3WWA\\/viewform\",\"state\":\"1\",\"catid\":12,\"description\":\"\",\"custombannercode\":\"\",\"sticky\":\"1\",\"ordering\":6,\"metakey\":\"\",\"params\":\"{\\\"imageurl\\\":\\\"images\\\\\\/anuncios\\\\\\/Formulario.jpg#joomlaImage:\\\\\\/\\\\\\/local-images\\\\\\/anuncios\\\\\\/Formulario.jpg?width=6667&height=4067\\\",\\\"width\\\":\\\"\\\",\\\"height\\\":\\\"\\\",\\\"alt\\\":\\\"\\\"}\",\"own_prefix\":\"0\",\"metakey_prefix\":\"\",\"purchase_type\":\"-1\",\"track_clicks\":\"0\",\"track_impressions\":\"0\",\"checked_out\":393,\"checked_out_time\":\"2024-03-06 21:51:12\",\"publish_up\":\"2024-03-06 21:38:43\",\"publish_down\":null,\"reset\":\"2024-03-07 00:00:00\",\"created\":\"2024-03-05 20:47:37\",\"language\":\"*\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-03-06 21:51:20\",\"modified_by\":393,\"version\":3}',0),(756,'com_content.article.6','','2024-03-15 19:53:07',393,6592,'420d0df0f9dd227aac221d84f0e8892a55022c54','{\"id\":\"6\",\"asset_id\":105,\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"alias\":\"resumenes\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\">NORMAS PARA RES\\u00daMENES<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">El idioma oficial del evento es el espa\\u00f1ol, pero los res\\u00famenes se aceptan tambi\\u00e9n en ingl\\u00e9s y portugu\\u00e9s. El texto deber\\u00e1 ser digitado en letra tipo Arial 12, a un solo espacio y sin justificar, en formato Word. El resumen no podr\\u00e1 sobrepasar las 300 palabras.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El resumen deber\\u00e1 contener:<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Simposio:<\\/strong> seleccione alguna de las opciones que se presentan.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Tipo de conferencia: <\\/strong>seleccione alguna de las opciones que se presentan.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>T\\u00edtulo: en may\\u00fascula. Autor (es):<\\/strong> en min\\u00fascula (iniciales en may\\u00fascula). Las iniciales de los nombres se escribir\\u00e1n luego de los apellidos, seguidas por un punto y separadas por una coma. Inmediatamente despu\\u00e9s del nombre, deber\\u00e1 asignar una letra (super\\u00edndice), la cual permitir\\u00e1 identificar la instituci\\u00f3n de origen. En caso de haber varios autores, sus nombres deber\\u00e1n separarse por un punto y coma (;). El autor de correspondencia debe ser identificado con el s\\u00edmbolo *. El autor que ofrecer\\u00e1 la conferencia deber\\u00e1 ser resaltado en negrita.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Ejemplo: <\\/strong>Taphorn, D.C.<sup>a<\\/sup> ; Lima, F.C.T<span style=\\\"font-size: 13.3333px;\\\"><sup>a<\\/sup><\\/span> ; <strong>*Garc\\u00eda-Alzate, C.A.<\\/strong><sup>a<\\/sup><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Instituci\\u00f3n de origen:<\\/strong> En min\\u00fascula (iniciales en may\\u00fascula). De acuerdo con la letra super\\u00edndice asignada a cada instituci\\u00f3n de origen de cada autor, deber\\u00e1 escribir el nombre completo de dicha instituci\\u00f3n.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Ejemplo:<\\/strong> <sup>a<\\/sup>Universidad del Atl\\u00e1ntico, <sup>b<\\/sup>Museu de Zoologia da Universidade Estadual de Campinas \\u201cAdao Jos\\u00e9 Cardoso\\u201d.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Contacto<\\/strong>: S\\u00f3lo el autor de correspondencia deber\\u00e1 ingresar su direcci\\u00f3n de correo electr\\u00f3nico.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Ejemplo:<\\/strong> carlosgarc\\[email protected]<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Resumen:<\\/strong> Sin justificar. No debe contener m\\u00e1s de 300 palabras. El uso de cifras deber\\u00e1 seguir las normas editoriales APA. Las frases que contienen este resumen deben contener las siguientes secciones: introducci\\u00f3n, objetivo, m\\u00e9todos, resultados y conclusiones. En la \\u00faltima frase se deben indicar las instituciones financiadoras.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Palabras clave (espa\\u00f1ol): <\\/strong>S\\u00f3lo son permitidas cinco palabras y no deben estar contenidas en el t\\u00edtulo del resumen.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Palabras clave (ingl\\u00e9s):<\\/strong> Utilizar las mismas palabras clave listadas en espa\\u00f1ol.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El contenido cient\\u00edfico y ajuste al formato editorial aqu\\u00ed definido para los res\\u00famenes ser\\u00e1n revisados por un comit\\u00e9 evaluador (delegado por el comit\\u00e9 organizador del Congreso). Los trabajos podr\\u00edan ser reasignados a un simposio o a un tipo de presentaci\\u00f3n diferente a los definidos por los autores. Si es necesario hacer ajustes al contenido del resumen, deber\\u00e1n realizarse en las dos semanas siguientes al env\\u00edo de la solicitud de correcci\\u00f3n por parte del comit\\u00e9 evaluador. Aquellos res\\u00famenes que no sean corregidos por los autores dentro de los tiempos definidos, no ser\\u00e1n incluidos en las memorias del Congreso.<\\/p>\\r\\n<h2 style=\\\"text-align: center;\\\">Fechas importantes<\\/h2>\\r\\n<p><strong>Recepci\\u00f3n de res\\u00famenes:<\\/strong> Entre el 29 de noviembre de 2023 y el 23 de marzo de 2024.<\\/p>\\r\\n<p><strong>Comunicaci\\u00f3n a ponentes:<\\/strong> hasta el 1 de abril del 2024.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Si usted requiere apoyo institucional y \\u00e9ste depende de la aceptaci\\u00f3n del resumen en el congreso; favor notificar en el mensaje de env\\u00edo de \\u00e9ste, para priorizar su evaluaci\\u00f3n. Se recomienda enviar el resumen tempranamente, durante las primeras fechas de recepci\\u00f3n, con el fin de ser evaluado con prontitud y celeridad. Se le comunicar\\u00e1 oportunamente la decisi\\u00f3n del comit\\u00e9 evaluador.<\\/p>\\r\\n<h1 style=\\\"text-align: center;\\\"><a href=\\\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLScrWQIVFLZBJOdEC4xpZJGy0WTpIVeve3u0X0tF6pDoO8WcuA\\/viewform?usp=sf_link\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Ingrese su resumen aqu\\u00ed. \\ud83d\\udc20<\\/a><\\/h1>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:26:56\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-03-15 19:53:07\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-03-15 19:52:39\",\"publish_up\":\"2023-07-12 19:26: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\":84,\"ordering\":5,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":1681,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(757,'com_content.article.6','','2024-03-15 19:53:52',393,8195,'b794c24b667fdfa4c580df32a7d7ce99caeb88b3','{\"id\":\"6\",\"asset_id\":105,\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"alias\":\"resumenes\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\">NORMAS PARA RES\\u00daMENES<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">El idioma oficial del evento es el espa\\u00f1ol, pero los res\\u00famenes se aceptan tambi\\u00e9n en ingl\\u00e9s y portugu\\u00e9s. El texto deber\\u00e1 ser digitado en letra tipo Arial 12, a un solo espacio y sin justificar, en formato Word. El resumen no podr\\u00e1 sobrepasar las 300 palabras.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El resumen deber\\u00e1 contener:<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Simposio:<\\/strong> seleccione alguna de las opciones que se presentan.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Tipo de conferencia: <\\/strong>seleccione alguna de las opciones que se presentan.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>T\\u00edtulo: en may\\u00fascula. Autor (es):<\\/strong> en min\\u00fascula (iniciales en may\\u00fascula). Las iniciales de los nombres se escribir\\u00e1n luego de los apellidos, seguidas por un punto y separadas por una coma. Inmediatamente despu\\u00e9s del nombre, deber\\u00e1 asignar una letra (super\\u00edndice), la cual permitir\\u00e1 identificar la instituci\\u00f3n de origen. En caso de haber varios autores, sus nombres deber\\u00e1n separarse por un punto y coma (;). El autor de correspondencia debe ser identificado con el s\\u00edmbolo *. El autor que ofrecer\\u00e1 la conferencia deber\\u00e1 ser resaltado en negrita.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Ejemplo: <\\/strong>Taphorn, D.C.<sup>a<\\/sup> ; Lima, F.C.T<span style=\\\"font-size: 13.3333px;\\\"><sup>a<\\/sup><\\/span> ; <strong>*Garc\\u00eda-Alzate, C.A.<\\/strong><sup>a<\\/sup><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Instituci\\u00f3n de origen:<\\/strong> En min\\u00fascula (iniciales en may\\u00fascula). De acuerdo con la letra super\\u00edndice asignada a cada instituci\\u00f3n de origen de cada autor, deber\\u00e1 escribir el nombre completo de dicha instituci\\u00f3n.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Ejemplo:<\\/strong> <sup>a<\\/sup>Universidad del Atl\\u00e1ntico, <sup>b<\\/sup>Museu de Zoologia da Universidade Estadual de Campinas \\u201cAdao Jos\\u00e9 Cardoso\\u201d.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Contacto<\\/strong>: S\\u00f3lo el autor de correspondencia deber\\u00e1 ingresar su direcci\\u00f3n de correo electr\\u00f3nico.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Ejemplo:<\\/strong> carlosgarc\\[email protected]<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Resumen:<\\/strong> Sin justificar. No debe contener m\\u00e1s de 300 palabras. El uso de cifras deber\\u00e1 seguir las normas editoriales APA. Las frases que contienen este resumen deben contener las siguientes secciones: introducci\\u00f3n, objetivo, m\\u00e9todos, resultados y conclusiones. En la \\u00faltima frase se deben indicar las instituciones financiadoras.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Palabras clave (espa\\u00f1ol): <\\/strong>S\\u00f3lo son permitidas cinco palabras y no deben estar contenidas en el t\\u00edtulo del resumen.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Palabras clave (ingl\\u00e9s):<\\/strong> Utilizar las mismas palabras clave listadas en espa\\u00f1ol.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El contenido cient\\u00edfico y ajuste al formato editorial aqu\\u00ed definido para los res\\u00famenes ser\\u00e1n revisados por un comit\\u00e9 evaluador (delegado por el comit\\u00e9 organizador del Congreso). Los trabajos podr\\u00edan ser reasignados a un simposio o a un tipo de presentaci\\u00f3n diferente a los definidos por los autores. Si es necesario hacer ajustes al contenido del resumen, deber\\u00e1n realizarse en las dos semanas siguientes al env\\u00edo de la solicitud de correcci\\u00f3n por parte del comit\\u00e9 evaluador. Aquellos res\\u00famenes que no sean corregidos por los autores dentro de los tiempos definidos, no ser\\u00e1n incluidos en las memorias del Congreso.<\\/p>\\r\\n<p><strong>COMIT\\u00c9 CIENT\\u00cdFICO EDITORIAL<\\/strong><\\/p>\\r\\n<ul>\\r\\n<li>Adriana Santos (Universidad Nacional de Colombia, Colombia)<\\/li>\\r\\n<li>\\u00c1ngela Guti\\u00e9rrez (Instituto Humboldt, Colombia)<\\/li>\\r\\n<li>Arturo Acero (Universidad Nacional de Colombia, Colombia)<\\/li>\\r\\n<li>Carlos DoNascimiento (Universidad de Antioquia (Colombia)<\\/li>\\r\\n<li>Carlos Garc\\u00eda-Alzate (Universidad del Atl\\u00e1ntico, Colombia).<\\/li>\\r\\n<li>Donald Taphorn (Royal Ontario Museum, Estados Unidos)<\\/li>\\r\\n<li>Douglas Olarte (Universidad Centroccidental Lisandro Alvarado, Venezuela)<\\/li>\\r\\n<li>Flavio Lima (Universidad Estatal de\\u00a0Campinas, Brasil)<\\/li>\\r\\n<li>Francisco Javier Garc\\u00eda-De Le\\u00f3n (Centro de Investigaciones del Noreste S.C., M\\u00e9xico).<\\/li>\\r\\n<li>Hernando Ram\\u00edrez (Universidad de los Llanos, Colombia)<\\/li>\\r\\n<li>Juan Carlos Alonso Gonz\\u00e1lez (Universidad Federal do Amazonas-UFAM, Brasil)<\\/li>\\r\\n<li>Jos\\u00e9 Juli\\u00e1n Tavera (Universidad del Valle, Colombia)<\\/li>\\r\\n<li>Luis Zapata (WWF, Colombia)<\\/li>\\r\\n<li>Luz Fernanda Jim\\u00e9nez (Universidad de Antioquia, Colombia).<\\/li>\\r\\n<li>Mar\\u00eda Doris Escobar (Investigador Independiente, Colombia)<\\/li>\\r\\n<li>Patricia Ornelas (Universidad Nacional Aut\\u00f3noma de M\\u00e9xico, M\\u00e9xico)<\\/li>\\r\\n<li>Paula S\\u00e1nchez (CAR, Colombia)<\\/li>\\r\\n<li>Rene Funes Rodr\\u00edguez (Centro Interdisciplinario de Ciencias Marinas -CICIMAR, M\\u00e9xico)<\\/li>\\r\\n<li>Silvia L\\u00f3pez (WCS, Colombia)<\\/li>\\r\\n<li>V\\u00edctor Atencio (Universidad de C\\u00f3rdoba, Colombia)<\\/li>\\r\\n<\\/ul>\\r\\n<h2 style=\\\"text-align: center;\\\">Fechas importantes<\\/h2>\\r\\n<p><strong>Recepci\\u00f3n de res\\u00famenes:<\\/strong> Entre el 29 de noviembre de 2023 y el 23 de marzo de 2024.<\\/p>\\r\\n<p><strong>Comunicaci\\u00f3n a ponentes:<\\/strong> hasta el 1 de abril del 2024.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Si usted requiere apoyo institucional y \\u00e9ste depende de la aceptaci\\u00f3n del resumen en el congreso; favor notificar en el mensaje de env\\u00edo de \\u00e9ste, para priorizar su evaluaci\\u00f3n. Se recomienda enviar el resumen tempranamente, durante las primeras fechas de recepci\\u00f3n, con el fin de ser evaluado con prontitud y celeridad. Se le comunicar\\u00e1 oportunamente la decisi\\u00f3n del comit\\u00e9 evaluador.<\\/p>\\r\\n<h1 style=\\\"text-align: center;\\\"><a href=\\\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLScrWQIVFLZBJOdEC4xpZJGy0WTpIVeve3u0X0tF6pDoO8WcuA\\/viewform?usp=sf_link\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Ingrese su resumen aqu\\u00ed. \\ud83d\\udc20<\\/a><\\/h1>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:26:56\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-03-15 19:53:52\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-03-15 19:53:07\",\"publish_up\":\"2023-07-12 19:26: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\":85,\"ordering\":5,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":1681,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(758,'com_content.article.6','','2024-03-15 19:55:14',393,8177,'b925846e9a53c27b48a9cbe900b64beb06643e3c','{\"id\":\"6\",\"asset_id\":105,\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"alias\":\"resumenes\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\">NORMAS PARA RES\\u00daMENES<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">El idioma oficial del evento es el espa\\u00f1ol, pero los res\\u00famenes se aceptan tambi\\u00e9n en ingl\\u00e9s y portugu\\u00e9s. El texto deber\\u00e1 ser digitado en letra tipo Arial 12, a un solo espacio y sin justificar, en formato Word. El resumen no podr\\u00e1 sobrepasar las 300 palabras.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El resumen deber\\u00e1 contener:<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Simposio:<\\/strong> seleccione alguna de las opciones que se presentan.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Tipo de conferencia: <\\/strong>seleccione alguna de las opciones que se presentan.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>T\\u00edtulo: en may\\u00fascula. Autor (es):<\\/strong> en min\\u00fascula (iniciales en may\\u00fascula). Las iniciales de los nombres se escribir\\u00e1n luego de los apellidos, seguidas por un punto y separadas por una coma. Inmediatamente despu\\u00e9s del nombre, deber\\u00e1 asignar una letra (super\\u00edndice), la cual permitir\\u00e1 identificar la instituci\\u00f3n de origen. En caso de haber varios autores, sus nombres deber\\u00e1n separarse por un punto y coma (;). El autor de correspondencia debe ser identificado con el s\\u00edmbolo *. El autor que ofrecer\\u00e1 la conferencia deber\\u00e1 ser resaltado en negrita.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Ejemplo: <\\/strong>Taphorn, D.C.<sup>a<\\/sup> ; Lima, F.C.T<span style=\\\"font-size: 13.3333px;\\\"><sup>a<\\/sup><\\/span> ; <strong>*Garc\\u00eda-Alzate, C.A.<\\/strong><sup>a<\\/sup><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Instituci\\u00f3n de origen:<\\/strong> En min\\u00fascula (iniciales en may\\u00fascula). De acuerdo con la letra super\\u00edndice asignada a cada instituci\\u00f3n de origen de cada autor, deber\\u00e1 escribir el nombre completo de dicha instituci\\u00f3n.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Ejemplo:<\\/strong> <sup>a<\\/sup>Universidad del Atl\\u00e1ntico, <sup>b<\\/sup>Museu de Zoologia da Universidade Estadual de Campinas \\u201cAdao Jos\\u00e9 Cardoso\\u201d.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Contacto<\\/strong>: S\\u00f3lo el autor de correspondencia deber\\u00e1 ingresar su direcci\\u00f3n de correo electr\\u00f3nico.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Ejemplo:<\\/strong> carlosgarc\\[email protected]<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Resumen:<\\/strong> Sin justificar. No debe contener m\\u00e1s de 300 palabras. El uso de cifras deber\\u00e1 seguir las normas editoriales APA. Las frases que contienen este resumen deben contener las siguientes secciones: introducci\\u00f3n, objetivo, m\\u00e9todos, resultados y conclusiones. En la \\u00faltima frase se deben indicar las instituciones financiadoras.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Palabras clave (espa\\u00f1ol): <\\/strong>S\\u00f3lo son permitidas cinco palabras y no deben estar contenidas en el t\\u00edtulo del resumen.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Palabras clave (ingl\\u00e9s):<\\/strong> Utilizar las mismas palabras clave listadas en espa\\u00f1ol.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El contenido cient\\u00edfico y ajuste al formato editorial aqu\\u00ed definido para los res\\u00famenes ser\\u00e1n revisados por un comit\\u00e9 evaluador (delegado por el comit\\u00e9 organizador del Congreso). Los trabajos podr\\u00edan ser reasignados a un simposio o a un tipo de presentaci\\u00f3n diferente a los definidos por los autores. Si es necesario hacer ajustes al contenido del resumen, deber\\u00e1n realizarse en las dos semanas siguientes al env\\u00edo de la solicitud de correcci\\u00f3n por parte del comit\\u00e9 evaluador. Aquellos res\\u00famenes que no sean corregidos por los autores dentro de los tiempos definidos, no ser\\u00e1n incluidos en las memorias del Congreso.<\\/p>\\r\\n<h2 style=\\\"text-align: center;\\\">Fechas importantes<\\/h2>\\r\\n<p><strong>Recepci\\u00f3n de res\\u00famenes:<\\/strong> Entre el 29 de noviembre de 2023 y el 23 de marzo de 2024.<\\/p>\\r\\n<p><strong>Comunicaci\\u00f3n a ponentes:<\\/strong> hasta el 1 de abril del 2024.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Si usted requiere apoyo institucional y \\u00e9ste depende de la aceptaci\\u00f3n del resumen en el congreso; favor notificar en el mensaje de env\\u00edo de \\u00e9ste, para priorizar su evaluaci\\u00f3n. Se recomienda enviar el resumen tempranamente, durante las primeras fechas de recepci\\u00f3n, con el fin de ser evaluado con prontitud y celeridad. Se le comunicar\\u00e1 oportunamente la decisi\\u00f3n del comit\\u00e9 evaluador.<\\/p>\\r\\n<h1 style=\\\"text-align: center;\\\"><a href=\\\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLScrWQIVFLZBJOdEC4xpZJGy0WTpIVeve3u0X0tF6pDoO8WcuA\\/viewform?usp=sf_link\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Ingrese su resumen aqu\\u00ed. \\ud83d\\udc20<\\/a><\\/h1>\\r\\n<p><strong>COMIT\\u00c9 CIENT\\u00cdFICO EDITORIAL<\\/strong><\\/p>\\r\\n<ul>\\r\\n<li>Adriana Santos (Universidad Nacional de Colombia, Colombia)<\\/li>\\r\\n<li>\\u00c1ngela Guti\\u00e9rrez (Instituto Humboldt, Colombia)<\\/li>\\r\\n<li>Arturo Acero (Universidad Nacional de Colombia, Colombia)<\\/li>\\r\\n<li>Carlos DoNascimiento (Universidad de Antioquia (Colombia)<\\/li>\\r\\n<li>Carlos Garc\\u00eda-Alzate (Universidad del Atl\\u00e1ntico, Colombia).<\\/li>\\r\\n<li>Donald Taphorn (Royal Ontario Museum, Estados Unidos)<\\/li>\\r\\n<li>Douglas Olarte (Universidad Centroccidental Lisandro Alvarado, Venezuela)<\\/li>\\r\\n<li>Flavio Lima (Universidad Estatal de\\u00a0Campinas, Brasil)<\\/li>\\r\\n<li>Francisco Javier Garc\\u00eda-De Le\\u00f3n (Centro de Investigaciones del Noreste S.C., M\\u00e9xico).<\\/li>\\r\\n<li>Hernando Ram\\u00edrez (Universidad de los Llanos, Colombia)<\\/li>\\r\\n<li>Juan Carlos Alonso Gonz\\u00e1lez (Universidad Federal do Amazonas-UFAM, Brasil)<\\/li>\\r\\n<li>Jos\\u00e9 Juli\\u00e1n Tavera (Universidad del Valle, Colombia)<\\/li>\\r\\n<li>Luis Zapata (WWF, Colombia)<\\/li>\\r\\n<li>Luz Fernanda Jim\\u00e9nez (Universidad de Antioquia, Colombia).<\\/li>\\r\\n<li>Mar\\u00eda Doris Escobar (Investigador Independiente, Colombia)<\\/li>\\r\\n<li>Patricia Ornelas (Universidad Nacional Aut\\u00f3noma de M\\u00e9xico, M\\u00e9xico)<\\/li>\\r\\n<li>Paula S\\u00e1nchez (CAR, Colombia)<\\/li>\\r\\n<li>Rene Funes Rodr\\u00edguez (Centro Interdisciplinario de Ciencias Marinas -CICIMAR, M\\u00e9xico)<\\/li>\\r\\n<li>Silvia L\\u00f3pez (WCS, Colombia)<\\/li>\\r\\n<li>V\\u00edctor Atencio (Universidad de C\\u00f3rdoba, Colombia)<\\/li>\\r\\n<\\/ul>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:26:56\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-03-15 19:55:14\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-03-15 19:54:41\",\"publish_up\":\"2023-07-12 19:26: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\":88,\"ordering\":5,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":1684,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(759,'com_content.article.6','','2024-03-15 19:55:51',393,8177,'91443e4066a88374a6cef810ade66b8f214c841e','{\"id\":\"6\",\"asset_id\":105,\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"alias\":\"resumenes\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\">NORMAS PARA RES\\u00daMENES<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">El idioma oficial del evento es el espa\\u00f1ol, pero los res\\u00famenes se aceptan tambi\\u00e9n en ingl\\u00e9s y portugu\\u00e9s. El texto deber\\u00e1 ser digitado en letra tipo Arial 12, a un solo espacio y sin justificar, en formato Word. El resumen no podr\\u00e1 sobrepasar las 300 palabras.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El resumen deber\\u00e1 contener:<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Simposio:<\\/strong> seleccione alguna de las opciones que se presentan.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Tipo de conferencia: <\\/strong>seleccione alguna de las opciones que se presentan.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>T\\u00edtulo: en may\\u00fascula. Autor (es):<\\/strong> en min\\u00fascula (iniciales en may\\u00fascula). Las iniciales de los nombres se escribir\\u00e1n luego de los apellidos, seguidas por un punto y separadas por una coma. Inmediatamente despu\\u00e9s del nombre, deber\\u00e1 asignar una letra (super\\u00edndice), la cual permitir\\u00e1 identificar la instituci\\u00f3n de origen. En caso de haber varios autores, sus nombres deber\\u00e1n separarse por un punto y coma (;). El autor de correspondencia debe ser identificado con el s\\u00edmbolo *. El autor que ofrecer\\u00e1 la conferencia deber\\u00e1 ser resaltado en negrita.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Ejemplo: <\\/strong>Taphorn, D.C.<sup>a<\\/sup> ; Lima, F.C.T<span style=\\\"font-size: 13.3333px;\\\"><sup>a<\\/sup><\\/span> ; <strong>*Garc\\u00eda-Alzate, C.A.<\\/strong><sup>a<\\/sup><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Instituci\\u00f3n de origen:<\\/strong> En min\\u00fascula (iniciales en may\\u00fascula). De acuerdo con la letra super\\u00edndice asignada a cada instituci\\u00f3n de origen de cada autor, deber\\u00e1 escribir el nombre completo de dicha instituci\\u00f3n.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Ejemplo:<\\/strong> <sup>a<\\/sup>Universidad del Atl\\u00e1ntico, <sup>b<\\/sup>Museu de Zoologia da Universidade Estadual de Campinas \\u201cAdao Jos\\u00e9 Cardoso\\u201d.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Contacto<\\/strong>: S\\u00f3lo el autor de correspondencia deber\\u00e1 ingresar su direcci\\u00f3n de correo electr\\u00f3nico.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Ejemplo:<\\/strong> carlosgarc\\[email protected]<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Resumen:<\\/strong> Sin justificar. No debe contener m\\u00e1s de 300 palabras. El uso de cifras deber\\u00e1 seguir las normas editoriales APA. Las frases que contienen este resumen deben contener las siguientes secciones: introducci\\u00f3n, objetivo, m\\u00e9todos, resultados y conclusiones. En la \\u00faltima frase se deben indicar las instituciones financiadoras.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Palabras clave (espa\\u00f1ol): <\\/strong>S\\u00f3lo son permitidas cinco palabras y no deben estar contenidas en el t\\u00edtulo del resumen.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Palabras clave (ingl\\u00e9s):<\\/strong> Utilizar las mismas palabras clave listadas en espa\\u00f1ol.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El contenido cient\\u00edfico y ajuste al formato editorial aqu\\u00ed definido para los res\\u00famenes ser\\u00e1n revisados por un comit\\u00e9 evaluador (delegado por el comit\\u00e9 organizador del Congreso). Los trabajos podr\\u00edan ser reasignados a un simposio o a un tipo de presentaci\\u00f3n diferente a los definidos por los autores. Si es necesario hacer ajustes al contenido del resumen, deber\\u00e1n realizarse en las dos semanas siguientes al env\\u00edo de la solicitud de correcci\\u00f3n por parte del comit\\u00e9 evaluador. Aquellos res\\u00famenes que no sean corregidos por los autores dentro de los tiempos definidos, no ser\\u00e1n incluidos en las memorias del Congreso.<\\/p>\\r\\n<h1 style=\\\"text-align: center;\\\"><a href=\\\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLScrWQIVFLZBJOdEC4xpZJGy0WTpIVeve3u0X0tF6pDoO8WcuA\\/viewform?usp=sf_link\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Ingrese su resumen aqu\\u00ed. \\ud83d\\udc20<\\/a><\\/h1>\\r\\n<p><strong>COMIT\\u00c9 CIENT\\u00cdFICO EDITORIAL<\\/strong><\\/p>\\r\\n<ul>\\r\\n<li>Adriana Santos (Universidad Nacional de Colombia, Colombia)<\\/li>\\r\\n<li>\\u00c1ngela Guti\\u00e9rrez (Instituto Humboldt, Colombia)<\\/li>\\r\\n<li>Arturo Acero (Universidad Nacional de Colombia, Colombia)<\\/li>\\r\\n<li>Carlos DoNascimiento (Universidad de Antioquia (Colombia)<\\/li>\\r\\n<li>Carlos Garc\\u00eda-Alzate (Universidad del Atl\\u00e1ntico, Colombia).<\\/li>\\r\\n<li>Donald Taphorn (Royal Ontario Museum, Estados Unidos)<\\/li>\\r\\n<li>Douglas Olarte (Universidad Centroccidental Lisandro Alvarado, Venezuela)<\\/li>\\r\\n<li>Flavio Lima (Universidad Estatal de\\u00a0Campinas, Brasil)<\\/li>\\r\\n<li>Francisco Javier Garc\\u00eda-De Le\\u00f3n (Centro de Investigaciones del Noreste S.C., M\\u00e9xico).<\\/li>\\r\\n<li>Hernando Ram\\u00edrez (Universidad de los Llanos, Colombia)<\\/li>\\r\\n<li>Juan Carlos Alonso Gonz\\u00e1lez (Universidad Federal do Amazonas-UFAM, Brasil)<\\/li>\\r\\n<li>Jos\\u00e9 Juli\\u00e1n Tavera (Universidad del Valle, Colombia)<\\/li>\\r\\n<li>Luis Zapata (WWF, Colombia)<\\/li>\\r\\n<li>Luz Fernanda Jim\\u00e9nez (Universidad de Antioquia, Colombia).<\\/li>\\r\\n<li>Mar\\u00eda Doris Escobar (Investigador Independiente, Colombia)<\\/li>\\r\\n<li>Patricia Ornelas (Universidad Nacional Aut\\u00f3noma de M\\u00e9xico, M\\u00e9xico)<\\/li>\\r\\n<li>Paula S\\u00e1nchez (CAR, Colombia)<\\/li>\\r\\n<li>Rene Funes Rodr\\u00edguez (Centro Interdisciplinario de Ciencias Marinas -CICIMAR, M\\u00e9xico)<\\/li>\\r\\n<li>Silvia L\\u00f3pez (WCS, Colombia)<\\/li>\\r\\n<li>V\\u00edctor Atencio (Universidad de C\\u00f3rdoba, Colombia)<\\/li>\\r\\n<\\/ul>\\r\\n<h2 style=\\\"text-align: center;\\\">Fechas importantes<\\/h2>\\r\\n<p><strong>Recepci\\u00f3n de res\\u00famenes:<\\/strong> Entre el 29 de noviembre de 2023 y el 23 de marzo de 2024.<\\/p>\\r\\n<p><strong>Comunicaci\\u00f3n a ponentes:<\\/strong> hasta el 1 de abril del 2024.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Si usted requiere apoyo institucional y \\u00e9ste depende de la aceptaci\\u00f3n del resumen en el congreso; favor notificar en el mensaje de env\\u00edo de \\u00e9ste, para priorizar su evaluaci\\u00f3n. Se recomienda enviar el resumen tempranamente, durante las primeras fechas de recepci\\u00f3n, con el fin de ser evaluado con prontitud y celeridad. Se le comunicar\\u00e1 oportunamente la decisi\\u00f3n del comit\\u00e9 evaluador.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:26:56\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-03-15 19:55:51\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-03-15 19:55:14\",\"publish_up\":\"2023-07-12 19:26: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\":89,\"ordering\":5,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":1685,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(762,'com_content.article.6','','2024-03-25 02:28:14',393,8006,'8ab457537616583155da7ae20f64e7db7ff859cf','{\"id\":\"6\",\"asset_id\":105,\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"alias\":\"resumenes\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\">NORMAS PARA RES\\u00daMENES<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">El idioma oficial del evento es el espa\\u00f1ol, pero los res\\u00famenes se aceptan tambi\\u00e9n en ingl\\u00e9s y portugu\\u00e9s. El texto deber\\u00e1 ser digitado en letra tipo Arial 12, a un solo espacio y sin justificar, en formato Word. El resumen no podr\\u00e1 sobrepasar las 300 palabras.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El resumen deber\\u00e1 contener:<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Simposio:<\\/strong> seleccione alguna de las opciones que se presentan.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Tipo de conferencia: <\\/strong>seleccione alguna de las opciones que se presentan.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>T\\u00edtulo: en may\\u00fascula. Autor (es):<\\/strong> en min\\u00fascula (iniciales en may\\u00fascula). Las iniciales de los nombres se escribir\\u00e1n luego de los apellidos, seguidas por un punto y separadas por una coma. Inmediatamente despu\\u00e9s del nombre, deber\\u00e1 asignar una letra (super\\u00edndice), la cual permitir\\u00e1 identificar la instituci\\u00f3n de origen. En caso de haber varios autores, sus nombres deber\\u00e1n separarse por un punto y coma (;). El autor de correspondencia debe ser identificado con el s\\u00edmbolo *. El autor que ofrecer\\u00e1 la conferencia deber\\u00e1 ser resaltado en negrita.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Ejemplo: <\\/strong>Taphorn, D.C.<sup>a<\\/sup> ; Lima, F.C.T<span style=\\\"font-size: 13.3333px;\\\"><sup>a<\\/sup><\\/span> ; <strong>*Garc\\u00eda-Alzate, C.A.<\\/strong><sup>a<\\/sup><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Instituci\\u00f3n de origen:<\\/strong> En min\\u00fascula (iniciales en may\\u00fascula). De acuerdo con la letra super\\u00edndice asignada a cada instituci\\u00f3n de origen de cada autor, deber\\u00e1 escribir el nombre completo de dicha instituci\\u00f3n.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Ejemplo:<\\/strong> <sup>a<\\/sup>Universidad del Atl\\u00e1ntico, <sup>b<\\/sup>Museu de Zoologia da Universidade Estadual de Campinas \\u201cAdao Jos\\u00e9 Cardoso\\u201d.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Contacto<\\/strong>: S\\u00f3lo el autor de correspondencia deber\\u00e1 ingresar su direcci\\u00f3n de correo electr\\u00f3nico.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Ejemplo:<\\/strong> carlosgarc\\[email protected]<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Resumen:<\\/strong> Sin justificar. No debe contener m\\u00e1s de 300 palabras. El uso de cifras deber\\u00e1 seguir las normas editoriales APA. Las frases que contienen este resumen deben contener las siguientes secciones: introducci\\u00f3n, objetivo, m\\u00e9todos, resultados y conclusiones. En la \\u00faltima frase se deben indicar las instituciones financiadoras.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Palabras clave (espa\\u00f1ol): <\\/strong>S\\u00f3lo son permitidas cinco palabras y no deben estar contenidas en el t\\u00edtulo del resumen.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Palabras clave (ingl\\u00e9s):<\\/strong> Utilizar las mismas palabras clave listadas en espa\\u00f1ol.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El contenido cient\\u00edfico y ajuste al formato editorial aqu\\u00ed definido para los res\\u00famenes ser\\u00e1n revisados por un comit\\u00e9 evaluador (delegado por el comit\\u00e9 organizador del Congreso). Los trabajos podr\\u00edan ser reasignados a un simposio o a un tipo de presentaci\\u00f3n diferente a los definidos por los autores. Si es necesario hacer ajustes al contenido del resumen, deber\\u00e1n realizarse en las dos semanas siguientes al env\\u00edo de la solicitud de correcci\\u00f3n por parte del comit\\u00e9 evaluador. Aquellos res\\u00famenes que no sean corregidos por los autores dentro de los tiempos definidos, no ser\\u00e1n incluidos en las memorias del Congreso.<\\/p>\\r\\n<h1 style=\\\"text-align: center;\\\">Ingrese su resumen aqu\\u00ed. \\ud83d\\udc20<\\/h1>\\r\\n<p><strong>COMIT\\u00c9 CIENT\\u00cdFICO EDITORIAL<\\/strong><\\/p>\\r\\n<ul>\\r\\n<li>Adriana Santos (Universidad Nacional de Colombia, Colombia)<\\/li>\\r\\n<li>\\u00c1ngela Guti\\u00e9rrez (Instituto Humboldt, Colombia)<\\/li>\\r\\n<li>Arturo Acero (Universidad Nacional de Colombia, Colombia)<\\/li>\\r\\n<li>Carlos DoNascimiento (Universidad de Antioquia (Colombia)<\\/li>\\r\\n<li>Carlos Garc\\u00eda-Alzate (Universidad del Atl\\u00e1ntico, Colombia).<\\/li>\\r\\n<li>Donald Taphorn (Royal Ontario Museum, Estados Unidos)<\\/li>\\r\\n<li>Douglas Olarte (Universidad Centroccidental Lisandro Alvarado, Venezuela)<\\/li>\\r\\n<li>Flavio Lima (Universidad Estatal de\\u00a0Campinas, Brasil)<\\/li>\\r\\n<li>Francisco Javier Garc\\u00eda-De Le\\u00f3n (Centro de Investigaciones del Noreste S.C., M\\u00e9xico).<\\/li>\\r\\n<li>Hernando Ram\\u00edrez (Universidad de los Llanos, Colombia)<\\/li>\\r\\n<li>Juan Carlos Alonso Gonz\\u00e1lez (Universidad Federal do Amazonas-UFAM, Brasil)<\\/li>\\r\\n<li>Jos\\u00e9 Juli\\u00e1n Tavera (Universidad del Valle, Colombia)<\\/li>\\r\\n<li>Luis Zapata (WWF, Colombia)<\\/li>\\r\\n<li>Luz Fernanda Jim\\u00e9nez (Universidad de Antioquia, Colombia).<\\/li>\\r\\n<li>Mar\\u00eda Doris Escobar (Investigador Independiente, Colombia)<\\/li>\\r\\n<li>Patricia Ornelas (Universidad Nacional Aut\\u00f3noma de M\\u00e9xico, M\\u00e9xico)<\\/li>\\r\\n<li>Paula S\\u00e1nchez (CAR, Colombia)<\\/li>\\r\\n<li>Rene Funes Rodr\\u00edguez (Centro Interdisciplinario de Ciencias Marinas -CICIMAR, M\\u00e9xico)<\\/li>\\r\\n<li>Silvia L\\u00f3pez (WCS, Colombia)<\\/li>\\r\\n<li>V\\u00edctor Atencio (Universidad de C\\u00f3rdoba, Colombia)<\\/li>\\r\\n<\\/ul>\\r\\n<h2 style=\\\"text-align: center;\\\">Fechas importantes<\\/h2>\\r\\n<p><strong>Recepci\\u00f3n de res\\u00famenes:<\\/strong> Entre el 29 de noviembre de 2023 y el 23 de marzo de 2024.<\\/p>\\r\\n<p><strong>Comunicaci\\u00f3n a ponentes:<\\/strong> hasta el 1 de abril del 2024.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Si usted requiere apoyo institucional y \\u00e9ste depende de la aceptaci\\u00f3n del resumen en el congreso; favor notificar en el mensaje de env\\u00edo de \\u00e9ste, para priorizar su evaluaci\\u00f3n. Se recomienda enviar el resumen tempranamente, durante las primeras fechas de recepci\\u00f3n, con el fin de ser evaluado con prontitud y celeridad. Se le comunicar\\u00e1 oportunamente la decisi\\u00f3n del comit\\u00e9 evaluador.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:26:56\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-03-25 02:28:14\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-03-25 02:25:39\",\"publish_up\":\"2023-07-12 19:26: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\":91,\"ordering\":5,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":2023,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(763,'com_content.article.6','','2024-03-25 02:30:17',393,8079,'42f51013740444245fc76e8495f500266a378d37','{\"id\":\"6\",\"asset_id\":105,\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"alias\":\"resumenes\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\">NORMAS PARA RES\\u00daMENES<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">El idioma oficial del evento es el espa\\u00f1ol, pero los res\\u00famenes se aceptan tambi\\u00e9n en ingl\\u00e9s y portugu\\u00e9s. El texto deber\\u00e1 ser digitado en letra tipo Arial 12, a un solo espacio y sin justificar, en formato Word. El resumen no podr\\u00e1 sobrepasar las 300 palabras.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El resumen deber\\u00e1 contener:<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Simposio:<\\/strong> seleccione alguna de las opciones que se presentan.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Tipo de conferencia: <\\/strong>seleccione alguna de las opciones que se presentan.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>T\\u00edtulo: en may\\u00fascula. Autor (es):<\\/strong> en min\\u00fascula (iniciales en may\\u00fascula). Las iniciales de los nombres se escribir\\u00e1n luego de los apellidos, seguidas por un punto y separadas por una coma. Inmediatamente despu\\u00e9s del nombre, deber\\u00e1 asignar una letra (super\\u00edndice), la cual permitir\\u00e1 identificar la instituci\\u00f3n de origen. En caso de haber varios autores, sus nombres deber\\u00e1n separarse por un punto y coma (;). El autor de correspondencia debe ser identificado con el s\\u00edmbolo *. El autor que ofrecer\\u00e1 la conferencia deber\\u00e1 ser resaltado en negrita.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Ejemplo: <\\/strong>Taphorn, D.C.<sup>a<\\/sup> ; Lima, F.C.T<span style=\\\"font-size: 13.3333px;\\\"><sup>a<\\/sup><\\/span> ; <strong>*Garc\\u00eda-Alzate, C.A.<\\/strong><sup>a<\\/sup><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Instituci\\u00f3n de origen:<\\/strong> En min\\u00fascula (iniciales en may\\u00fascula). De acuerdo con la letra super\\u00edndice asignada a cada instituci\\u00f3n de origen de cada autor, deber\\u00e1 escribir el nombre completo de dicha instituci\\u00f3n.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Ejemplo:<\\/strong> <sup>a<\\/sup>Universidad del Atl\\u00e1ntico, <sup>b<\\/sup>Museu de Zoologia da Universidade Estadual de Campinas \\u201cAdao Jos\\u00e9 Cardoso\\u201d.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Contacto<\\/strong>: S\\u00f3lo el autor de correspondencia deber\\u00e1 ingresar su direcci\\u00f3n de correo electr\\u00f3nico.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Ejemplo:<\\/strong> carlosgarc\\[email protected]<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Resumen:<\\/strong> Sin justificar. No debe contener m\\u00e1s de 300 palabras. El uso de cifras deber\\u00e1 seguir las normas editoriales APA. Las frases que contienen este resumen deben contener las siguientes secciones: introducci\\u00f3n, objetivo, m\\u00e9todos, resultados y conclusiones. En la \\u00faltima frase se deben indicar las instituciones financiadoras.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Palabras clave (espa\\u00f1ol): <\\/strong>S\\u00f3lo son permitidas cinco palabras y no deben estar contenidas en el t\\u00edtulo del resumen.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Palabras clave (ingl\\u00e9s):<\\/strong> Utilizar las mismas palabras clave listadas en espa\\u00f1ol.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El contenido cient\\u00edfico y ajuste al formato editorial aqu\\u00ed definido para los res\\u00famenes ser\\u00e1n revisados por un comit\\u00e9 evaluador (delegado por el comit\\u00e9 organizador del Congreso). Los trabajos podr\\u00edan ser reasignados a un simposio o a un tipo de presentaci\\u00f3n diferente a los definidos por los autores. Si es necesario hacer ajustes al contenido del resumen, deber\\u00e1n realizarse en las dos semanas siguientes al env\\u00edo de la solicitud de correcci\\u00f3n por parte del comit\\u00e9 evaluador. Aquellos res\\u00famenes que no sean corregidos por los autores dentro de los tiempos definidos, no ser\\u00e1n incluidos en las memorias del Congreso.<\\/p>\\r\\n<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #e03e2d;\\\"><strong>Cerrada la recepci\\u00f3n de res\\u00famenes. \\ud83d\\udc20<\\/strong><\\/span><\\/h2>\\r\\n<p><strong>COMIT\\u00c9 CIENT\\u00cdFICO EDITORIAL<\\/strong><\\/p>\\r\\n<ul>\\r\\n<li>Adriana Santos (Universidad Nacional de Colombia, Colombia)<\\/li>\\r\\n<li>\\u00c1ngela Guti\\u00e9rrez (Instituto Humboldt, Colombia)<\\/li>\\r\\n<li>Arturo Acero (Universidad Nacional de Colombia, Colombia)<\\/li>\\r\\n<li>Carlos DoNascimiento (Universidad de Antioquia (Colombia)<\\/li>\\r\\n<li>Carlos Garc\\u00eda-Alzate (Universidad del Atl\\u00e1ntico, Colombia).<\\/li>\\r\\n<li>Donald Taphorn (Royal Ontario Museum, Estados Unidos)<\\/li>\\r\\n<li>Douglas Olarte (Universidad Centroccidental Lisandro Alvarado, Venezuela)<\\/li>\\r\\n<li>Flavio Lima (Universidad Estatal de\\u00a0Campinas, Brasil)<\\/li>\\r\\n<li>Francisco Javier Garc\\u00eda-De Le\\u00f3n (Centro de Investigaciones del Noreste S.C., M\\u00e9xico).<\\/li>\\r\\n<li>Hernando Ram\\u00edrez (Universidad de los Llanos, Colombia)<\\/li>\\r\\n<li>Juan Carlos Alonso Gonz\\u00e1lez (Universidad Federal do Amazonas-UFAM, Brasil)<\\/li>\\r\\n<li>Jos\\u00e9 Juli\\u00e1n Tavera (Universidad del Valle, Colombia)<\\/li>\\r\\n<li>Luis Zapata (WWF, Colombia)<\\/li>\\r\\n<li>Luz Fernanda Jim\\u00e9nez (Universidad de Antioquia, Colombia).<\\/li>\\r\\n<li>Mar\\u00eda Doris Escobar (Investigador Independiente, Colombia)<\\/li>\\r\\n<li>Patricia Ornelas (Universidad Nacional Aut\\u00f3noma de M\\u00e9xico, M\\u00e9xico)<\\/li>\\r\\n<li>Paula S\\u00e1nchez (CAR, Colombia)<\\/li>\\r\\n<li>Rene Funes Rodr\\u00edguez (Centro Interdisciplinario de Ciencias Marinas -CICIMAR, M\\u00e9xico)<\\/li>\\r\\n<li>Silvia L\\u00f3pez (WCS, Colombia)<\\/li>\\r\\n<li>V\\u00edctor Atencio (Universidad de C\\u00f3rdoba, Colombia)<\\/li>\\r\\n<\\/ul>\\r\\n<h2 style=\\\"text-align: center;\\\">Fechas importantes<\\/h2>\\r\\n<p><strong>Recepci\\u00f3n de res\\u00famenes:<\\/strong> Entre el 29 de noviembre de 2023 y el 23 de marzo de 2024.<\\/p>\\r\\n<p><strong>Comunicaci\\u00f3n a ponentes:<\\/strong> hasta el 1 de abril del 2024.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Si usted requiere apoyo institucional y \\u00e9ste depende de la aceptaci\\u00f3n del resumen en el congreso; favor notificar en el mensaje de env\\u00edo de \\u00e9ste, para priorizar su evaluaci\\u00f3n. Se recomienda enviar el resumen tempranamente, durante las primeras fechas de recepci\\u00f3n, con el fin de ser evaluado con prontitud y celeridad. Se le comunicar\\u00e1 oportunamente la decisi\\u00f3n del comit\\u00e9 evaluador.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:26:56\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-03-25 02:30:17\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-03-25 02:28:14\",\"publish_up\":\"2023-07-12 19:26: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\":92,\"ordering\":5,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":2023,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(765,'com_banners.banner.5','','2024-04-04 19:27:44',393,905,'8e76b012f28d92fb91bd962fa4c424c004f0d5ec','{\"id\":\"5\",\"cid\":\"0\",\"type\":\"0\",\"name\":\"Anuncios1\",\"alias\":\"anuncios\",\"imptotal\":0,\"impmade\":\"2490\",\"clicks\":\"95\",\"clickurl\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSf9h7SmgvDq_al0aj9O4yplM3YfXJmnK7UeZtylceINWI3WWA\\/viewform\",\"state\":\"1\",\"catid\":12,\"description\":\"\",\"custombannercode\":\"\",\"sticky\":\"1\",\"ordering\":5,\"metakey\":\"\",\"params\":\"{\\\"imageurl\\\":\\\"images\\\\\\/anuncios\\\\\\/anuncio3.jpg#joomlaImage:\\\\\\/\\\\\\/local-images\\\\\\/anuncios\\\\\\/anuncio3.jpg?width=1600&height=1600\\\",\\\"width\\\":\\\"\\\",\\\"height\\\":\\\"\\\",\\\"alt\\\":\\\"\\\"}\",\"own_prefix\":\"0\",\"metakey_prefix\":\"\",\"purchase_type\":\"1\",\"track_clicks\":\"0\",\"track_impressions\":\"0\",\"checked_out\":393,\"checked_out_time\":\"2024-04-04 19:27:27\",\"publish_up\":\"2024-03-05 20:45:12\",\"publish_down\":null,\"reset\":null,\"created\":\"2024-02-27 02:50:52\",\"language\":\"*\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-04-04 19:27:44\",\"modified_by\":393,\"version\":7}',0),(766,'com_banners.banner.5','','2024-04-04 19:32:39',393,905,'3d79adb0a06cc46a9055a4266b68224b2dc6ec2c','{\"id\":\"5\",\"cid\":\"0\",\"type\":\"0\",\"name\":\"Anuncios1\",\"alias\":\"anuncios\",\"imptotal\":0,\"impmade\":\"2490\",\"clicks\":\"95\",\"clickurl\":\"https:\\/\\/docs.google.com\\/forms\\/d\\/e\\/1FAIpQLSf9h7SmgvDq_al0aj9O4yplM3YfXJmnK7UeZtylceINWI3WWA\\/viewform\",\"state\":\"1\",\"catid\":12,\"description\":\"\",\"custombannercode\":\"\",\"sticky\":\"1\",\"ordering\":5,\"metakey\":\"\",\"params\":\"{\\\"imageurl\\\":\\\"images\\\\\\/anuncios\\\\\\/anuncio3.jpg#joomlaImage:\\\\\\/\\\\\\/local-images\\\\\\/anuncios\\\\\\/anuncio3.jpg?width=1600&height=1600\\\",\\\"width\\\":\\\"\\\",\\\"height\\\":\\\"\\\",\\\"alt\\\":\\\"\\\"}\",\"own_prefix\":\"0\",\"metakey_prefix\":\"\",\"purchase_type\":\"1\",\"track_clicks\":\"0\",\"track_impressions\":\"0\",\"checked_out\":393,\"checked_out_time\":\"2024-04-04 19:32:28\",\"publish_up\":null,\"publish_down\":\"2024-05-16 14:32:31\",\"reset\":null,\"created\":\"2024-02-27 02:50:52\",\"language\":\"*\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-04-04 19:32:39\",\"modified_by\":393,\"version\":9}',0),(767,'com_banners.banner.5','','2024-04-04 19:33:08',393,800,'1dd5c787c9df85a74bcffc1832c66abd6c6773c4','{\"id\":\"5\",\"cid\":\"0\",\"type\":\"0\",\"name\":\"Anuncios1\",\"alias\":\"anuncios\",\"imptotal\":0,\"impmade\":\"2490\",\"clicks\":\"95\",\"clickurl\":\"\",\"state\":\"1\",\"catid\":12,\"description\":\"\",\"custombannercode\":\"\",\"sticky\":\"1\",\"ordering\":5,\"metakey\":\"\",\"params\":\"{\\\"imageurl\\\":\\\"images\\\\\\/anuncios\\\\\\/anuncio3.jpg#joomlaImage:\\\\\\/\\\\\\/local-images\\\\\\/anuncios\\\\\\/anuncio3.jpg?width=1600&height=1600\\\",\\\"width\\\":\\\"\\\",\\\"height\\\":\\\"\\\",\\\"alt\\\":\\\"\\\"}\",\"own_prefix\":\"0\",\"metakey_prefix\":\"\",\"purchase_type\":\"1\",\"track_clicks\":\"0\",\"track_impressions\":\"0\",\"checked_out\":393,\"checked_out_time\":\"2024-04-04 19:32:45\",\"publish_up\":null,\"publish_down\":\"2024-05-16 14:32:31\",\"reset\":null,\"created\":\"2024-02-27 02:50:52\",\"language\":\"*\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-04-04 19:33:08\",\"modified_by\":393,\"version\":10}',0),(783,'com_content.article.10','','2024-04-06 02:01:04',393,7183,'edadd115a179a5955cd0356b2aaaaf588d9b5b74','{\"id\":\"10\",\"asset_id\":113,\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"alias\":\"informacion-turistica\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #423e3e;\\\">INFORMACI\\u00d3N TUR\\u00cdSTICA<\\/span><\\/h1>\\r\\n<p><strong>Villavicencio:<\\/strong><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><strong>Link:<\\/strong> <a href=\\\"https:\\/\\/turismovillavicencio.gov.co\\/web\\/nuestra-ciudad\\/#transporte\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">https:\\/\\/turismovillavicencio.gov.co\\/web\\/nuestra-ciudad\\/#transporte<\\/a><\\/p>\\r\\n<p><strong>Sitios de interes:<\\/strong><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><strong>Link:\\u00a0<\\/strong><a href=\\\"https:\\/\\/turismovillavicencio.gov.co\\/web\\/sitios\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">https:\\/\\/turismovillavicencio.gov.co\\/web\\/sitios\\/<\\/a><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<h3 style=\\\"text-align: center;\\\"><strong>LISTADO DE ALGUNOS HOTELES CERCANOS A LA SEDE DEL CONGRESO<\\/strong><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 92.8571%; height: 388.594px; margin-left: auto; margin-right: auto;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 21.8924px; background-color: #ced4d9;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 21.8924px; text-align: center;\\\"><strong>NOMBRE<\\/strong><\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 21.8924px; text-align: center;\\\"><strong>CELULAR<\\/strong><\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 21.8924px; text-align: center;\\\"><strong>CORREO ELECTRONICO<\\/strong><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7986px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 20.7986px; text-align: center;\\\">VVC HOTEL\\u00b4S<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 20.7986px; text-align: center;\\\">3138516470<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 20.7986px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7986px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 20.7986px; text-align: center;\\\">Hotel Royal Plaza<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 20.7986px; text-align: center;\\\">3127713830<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 20.7986px; text-align: center;\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7986px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 20.7986px; text-align: center;\\\">Casa Corona<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 20.7986px; text-align: center;\\\">3142165385<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 20.7986px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7986px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 20.7986px; text-align: center;\\\">Hotel casa del sol<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 20.7986px; text-align: center;\\\">3213430208<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 20.7986px; text-align: center;\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 52.7778px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 52.7778px; text-align: center;\\\">Hotel Boutique Armoni<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 52.7778px; text-align: center;\\\">3115300055<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 52.7778px; text-align: center;\\\">\\r\\n<p>[email protected] www.armonihotel.co<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7986px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 20.7986px; text-align: center;\\\">Hotel Casa Real<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 20.7986px; text-align: center;\\\">3167522472<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 20.7986px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 52.7778px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 52.7778px; text-align: center;\\\">Hotel Centenario Boutique<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 52.7778px; text-align: center;\\\">3227940772<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 52.7778px; text-align: center;\\\">\\r\\n<p>www.hotelportaldelllano.com<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 52.7778px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 52.7778px; text-align: center;\\\">Hotel Portal del Llano<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 52.7778px; text-align: center;\\\">3044481777<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 52.7778px; text-align: center;\\\">\\r\\n<p>www.hotelportaldelllano.com<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7986px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 20.7986px; text-align: center;\\\">Hotel Santa Ana Real<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 20.7986px; text-align: center;\\\">3212111957<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 20.7986px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7986px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 20.7986px; text-align: center;\\\">Hotel del Llano<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 20.7986px; text-align: center;\\\">3219492527<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 20.7986px; text-align: center;\\\">[email protected] www.hoteldelllano.com<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 52.7778px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 52.7778px; text-align: center;\\\">Hotel Mar\\u00eda Gloria<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 52.7778px; text-align: center;\\\">\\r\\n<p>3115902014<\\/p>\\r\\n<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 52.7778px; text-align: center;\\\">www.hotelmariagloria.com<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 10px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 10px; text-align: center;\\\">Hotel Cayena inn<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 10px; text-align: center;\\\">3143328609<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 10px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-05 13:53:14\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-04-06 02:01:04\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-04-06 02:00:13\",\"publish_up\":\"2023-09-05 13:53:14\",\"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\":59,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":624,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(784,'com_content.article.10','','2024-04-06 02:01:49',393,7186,'eb422af1296392f6a0a0ed50f589a47deb5ade27','{\"id\":\"10\",\"asset_id\":113,\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"alias\":\"informacion-turistica\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #423e3e;\\\">INFORMACI\\u00d3N TUR\\u00cdSTICA<\\/span><\\/h1>\\r\\n<p><strong>Villavicencio:<\\/strong><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><strong>Link:<\\/strong> <a href=\\\"https:\\/\\/turismovillavicencio.gov.co\\/web\\/nuestra-ciudad\\/#transporte\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">https:\\/\\/turismovillavicencio.gov.co\\/web\\/nuestra-ciudad\\/#transporte<\\/a><\\/p>\\r\\n<p><strong>Sitios de interes:<\\/strong><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><strong>Link:\\u00a0<\\/strong><a href=\\\"https:\\/\\/turismovillavicencio.gov.co\\/web\\/sitios\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">https:\\/\\/turismovillavicencio.gov.co\\/web\\/sitios\\/<\\/a><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<h3 style=\\\"text-align: center;\\\"><strong>LISTADO DE ALGUNOS HOTELES CERCANOS A LA SEDE DEL CONGRESO<\\/strong><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 92.8571%; height: 440.99px; margin-left: auto; margin-right: auto;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 21.8924px; background-color: #ced4d9;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 21.8924px; text-align: center;\\\"><strong>NOMBRE<\\/strong><\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 21.8924px; text-align: center;\\\"><strong>CELULAR<\\/strong><\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 21.8924px; text-align: center;\\\"><strong>CORREO ELECTRONICO<\\/strong><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7986px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 20.7986px; text-align: center;\\\">VVC HOTEL\\u00b4S<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 20.7986px; text-align: center;\\\">3138516470<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 20.7986px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7986px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 20.7986px; text-align: center;\\\">Hotel Royal Plaza<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 20.7986px; text-align: center;\\\">3127713830<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 20.7986px; text-align: center;\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7986px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 20.7986px; text-align: center;\\\">Casa Corona<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 20.7986px; text-align: center;\\\">3142165385<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 20.7986px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7986px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 20.7986px; text-align: center;\\\">Hotel casa del sol<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 20.7986px; text-align: center;\\\">3213430208<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 20.7986px; text-align: center;\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 52.7778px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 52.7778px; text-align: center;\\\">Hotel Boutique Armoni<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 52.7778px; text-align: center;\\\">3115300055<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 52.7778px; text-align: center;\\\">\\r\\n<p>[email protected] www.armonihotel.co<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7986px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 20.7986px; text-align: center;\\\">Hotel Casa Real<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 20.7986px; text-align: center;\\\">3167522472<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 20.7986px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 52.7778px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 52.7778px; text-align: center;\\\">Hotel Centenario Boutique<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 52.7778px; text-align: center;\\\">3227940772<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 52.7778px; text-align: center;\\\">\\r\\n<p>www.hotelportaldelllano.com<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 52.7778px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 52.7778px; text-align: center;\\\">Hotel Portal del Llano<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 52.7778px; text-align: center;\\\">3044481777<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 52.7778px; text-align: center;\\\">\\r\\n<p>www.hotelportaldelllano.com<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 41.5972px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 41.5972px; text-align: center;\\\">Hotel Santa Ana Real<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 41.5972px; text-align: center;\\\">3212111957<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 41.5972px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7986px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 20.7986px; text-align: center;\\\">Hotel del Llano<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 20.7986px; text-align: center;\\\">3219492527<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 20.7986px; text-align: center;\\\">[email protected] www.hoteldelllano.com<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7986px;\\\">\\r\\n<td style=\\\"width: 18.5781%; text-align: center; height: 20.7986px;\\\">Hotel Mar\\u00eda Gloria<\\/td>\\r\\n<td style=\\\"width: 20.4649%; text-align: center; height: 20.7986px;\\\">3115902014<\\/td>\\r\\n<td style=\\\"width: 61.1044%; text-align: center; height: 20.7986px;\\\">www.hotelmariagloria.com<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7986px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 20.7986px; text-align: center;\\\">Hotel Cayena inn<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 20.7986px; text-align: center;\\\">3143328609<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 20.7986px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-05 13:53:14\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-04-06 02:01:49\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-04-06 02:01:04\",\"publish_up\":\"2023-09-05 13:53:14\",\"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\":60,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":625,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(785,'com_content.article.10','','2024-04-06 02:02:17',393,7187,'26518ebc920caa7f4926c044c5f2a7cf750a91a5','{\"id\":\"10\",\"asset_id\":113,\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"alias\":\"informacion-turistica\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #423e3e;\\\">INFORMACI\\u00d3N TUR\\u00cdSTICA<\\/span><\\/h1>\\r\\n<p><strong>Villavicencio:<\\/strong><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><strong>Link:<\\/strong> <a href=\\\"https:\\/\\/turismovillavicencio.gov.co\\/web\\/nuestra-ciudad\\/#transporte\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">https:\\/\\/turismovillavicencio.gov.co\\/web\\/nuestra-ciudad\\/#transporte<\\/a><\\/p>\\r\\n<p><strong>Sitios de interes:<\\/strong><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><strong>Link:\\u00a0<\\/strong><a href=\\\"https:\\/\\/turismovillavicencio.gov.co\\/web\\/sitios\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">https:\\/\\/turismovillavicencio.gov.co\\/web\\/sitios\\/<\\/a><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<h3 style=\\\"text-align: center;\\\"><strong>LISTADO DE ALGUNOS HOTELES CERCANOS A LA SEDE DEL CONGRESO<\\/strong><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 92.8571%; height: 357.038px; margin-left: auto; margin-right: auto;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 22.5521px; background-color: #ced4d9;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 22.5521px; text-align: center;\\\"><strong>NOMBRE<\\/strong><\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 22.5521px; text-align: center;\\\"><strong>CELULAR<\\/strong><\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 22.5521px; text-align: center;\\\"><strong>CORREO ELECTRONICO<\\/strong><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.4062px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 21.4062px; text-align: center;\\\">VVC HOTEL\\u00b4S<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 21.4062px; text-align: center;\\\">3138516470<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 21.4062px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.4062px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 21.4062px; text-align: center;\\\">Hotel Royal Plaza<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 21.4062px; text-align: center;\\\">3127713830<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 21.4062px; text-align: center;\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.4062px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 21.4062px; text-align: center;\\\">Casa Corona<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 21.4062px; text-align: center;\\\">3142165385<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 21.4062px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.4062px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 21.4062px; text-align: center;\\\">Hotel casa del sol<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 21.4062px; text-align: center;\\\">3213430208<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 21.4062px; text-align: center;\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 54.2535px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 54.2535px; text-align: center;\\\">Hotel Boutique Armoni<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 54.2535px; text-align: center;\\\">3115300055<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 54.2535px; text-align: center;\\\">\\r\\n<p>[email protected] www.armonihotel.co<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.4062px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 21.4062px; text-align: center;\\\">Hotel Casa Real<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 21.4062px; text-align: center;\\\">3167522472<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 21.4062px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 54.2535px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 54.2535px; text-align: center;\\\">Hotel Centenario Boutique<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 54.2535px; text-align: center;\\\">3227940772<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 54.2535px; text-align: center;\\\">\\r\\n<p>www.hotelportaldelllano.com<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 11.7778px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 11.7778px; text-align: center;\\\">Hotel Portal del Llano<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 11.7778px; text-align: center;\\\">3044481777<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 11.7778px; text-align: center;\\\">\\r\\n<p>www.hotelportaldelllano.com<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 42.7778px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 42.7778px; text-align: center;\\\">Hotel Santa Ana Real<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 42.7778px; text-align: center;\\\">3212111957<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 42.7778px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.4062px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 21.4062px; text-align: center;\\\">Hotel del Llano<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 21.4062px; text-align: center;\\\">3219492527<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 21.4062px; text-align: center;\\\">[email protected] www.hoteldelllano.com<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.4062px;\\\">\\r\\n<td style=\\\"width: 18.5781%; text-align: center; height: 21.4062px;\\\">Hotel Mar\\u00eda Gloria<\\/td>\\r\\n<td style=\\\"width: 20.4649%; text-align: center; height: 21.4062px;\\\">3115902014<\\/td>\\r\\n<td style=\\\"width: 61.1044%; text-align: center; height: 21.4062px;\\\">www.hotelmariagloria.com<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.5799px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 21.5799px; text-align: center;\\\">Hotel Cayena inn<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 21.5799px; text-align: center;\\\">3143328609<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 21.5799px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-05 13:53:14\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-04-06 02:02:17\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-04-06 02:01:49\",\"publish_up\":\"2023-09-05 13:53:14\",\"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\":61,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":626,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(786,'com_content.article.10','','2024-04-06 02:02:56',393,7210,'df4829cdf0d6c37d160bc2554fc1505ba63196ab','{\"id\":\"10\",\"asset_id\":113,\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"alias\":\"informacion-turistica\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #423e3e;\\\">INFORMACI\\u00d3N TUR\\u00cdSTICA<\\/span><\\/h1>\\r\\n<p><strong>Villavicencio:<\\/strong><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><strong>Link:<\\/strong> <a href=\\\"https:\\/\\/turismovillavicencio.gov.co\\/web\\/nuestra-ciudad\\/#transporte\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">https:\\/\\/turismovillavicencio.gov.co\\/web\\/nuestra-ciudad\\/#transporte<\\/a><\\/p>\\r\\n<p><strong>Sitios de interes:<\\/strong><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><strong>Link:\\u00a0<\\/strong><a href=\\\"https:\\/\\/turismovillavicencio.gov.co\\/web\\/sitios\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">https:\\/\\/turismovillavicencio.gov.co\\/web\\/sitios\\/<\\/a><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<h3 style=\\\"text-align: center;\\\"><strong>LISTADO DE ALGUNOS HOTELES CERCANOS A LA SEDE DEL CONGRESO<\\/strong><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 92.8571%; height: 357.038px; border-color: #7e8c8d; margin-left: auto; margin-right: auto;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 22.5521px; background-color: #ced4d9;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 22.5521px; text-align: center;\\\"><strong>NOMBRE<\\/strong><\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 22.5521px; text-align: center;\\\"><strong>CELULAR<\\/strong><\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 22.5521px; text-align: center;\\\"><strong>CORREO ELECTRONICO<\\/strong><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.4062px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 21.4062px; text-align: center;\\\">VVC HOTEL\\u00b4S<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 21.4062px; text-align: center;\\\">3138516470<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 21.4062px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.4062px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 21.4062px; text-align: center;\\\">Hotel Royal Plaza<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 21.4062px; text-align: center;\\\">3127713830<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 21.4062px; text-align: center;\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.4062px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 21.4062px; text-align: center;\\\">Casa Corona<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 21.4062px; text-align: center;\\\">3142165385<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 21.4062px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.4062px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 21.4062px; text-align: center;\\\">Hotel casa del sol<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 21.4062px; text-align: center;\\\">3213430208<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 21.4062px; text-align: center;\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 54.2535px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 54.2535px; text-align: center;\\\">Hotel Boutique Armoni<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 54.2535px; text-align: center;\\\">3115300055<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 54.2535px; text-align: center;\\\">\\r\\n<p>[email protected] www.armonihotel.co<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.4062px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 21.4062px; text-align: center;\\\">Hotel Casa Real<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 21.4062px; text-align: center;\\\">3167522472<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 21.4062px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 54.2535px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 54.2535px; text-align: center;\\\">Hotel Centenario Boutique<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 54.2535px; text-align: center;\\\">3227940772<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 54.2535px; text-align: center;\\\">\\r\\n<p>www.hotelportaldelllano.com<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 11.7778px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 11.7778px; text-align: center;\\\">Hotel Portal del Llano<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 11.7778px; text-align: center;\\\">3044481777<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 11.7778px; text-align: center;\\\">\\r\\n<p>www.hotelportaldelllano.com<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 42.7778px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 42.7778px; text-align: center;\\\">Hotel Santa Ana Real<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 42.7778px; text-align: center;\\\">3212111957<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 42.7778px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.4062px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 21.4062px; text-align: center;\\\">Hotel del Llano<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 21.4062px; text-align: center;\\\">3219492527<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 21.4062px; text-align: center;\\\">[email protected] www.hoteldelllano.com<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.4062px;\\\">\\r\\n<td style=\\\"width: 18.5781%; text-align: center; height: 21.4062px;\\\">Hotel Mar\\u00eda Gloria<\\/td>\\r\\n<td style=\\\"width: 20.4649%; text-align: center; height: 21.4062px;\\\">3115902014<\\/td>\\r\\n<td style=\\\"width: 61.1044%; text-align: center; height: 21.4062px;\\\">www.hotelmariagloria.com<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.5799px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 21.5799px; text-align: center;\\\">Hotel Cayena inn<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 21.5799px; text-align: center;\\\">3143328609<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 21.5799px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-05 13:53:14\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-04-06 02:02:56\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-04-06 02:02:40\",\"publish_up\":\"2023-09-05 13:53:14\",\"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\":63,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":629,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(787,'com_content.article.10','','2024-04-06 02:03:24',393,7215,'59a3d2d466c6664dbf7195b522856106034fd97b','{\"id\":\"10\",\"asset_id\":113,\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"alias\":\"informacion-turistica\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #423e3e;\\\">INFORMACI\\u00d3N TUR\\u00cdSTICA<\\/span><\\/h1>\\r\\n<p><strong>Villavicencio:<\\/strong><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><strong>Link:<\\/strong> <a href=\\\"https:\\/\\/turismovillavicencio.gov.co\\/web\\/nuestra-ciudad\\/#transporte\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">https:\\/\\/turismovillavicencio.gov.co\\/web\\/nuestra-ciudad\\/#transporte<\\/a><\\/p>\\r\\n<p><strong>Sitios de interes:<\\/strong><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><strong>Link:\\u00a0<\\/strong><a href=\\\"https:\\/\\/turismovillavicencio.gov.co\\/web\\/sitios\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">https:\\/\\/turismovillavicencio.gov.co\\/web\\/sitios\\/<\\/a><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<h3 style=\\\"text-align: center;\\\"><strong>LISTADO DE ALGUNOS HOTELES CERCANOS A LA SEDE DEL CONGRESO<\\/strong><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 92.8571%; height: 357.038px; border-color: #7e8c8d; margin-left: auto; margin-right: auto;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 22.5521px; background-color: #ced4d9;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 22.5521px; text-align: center;\\\"><strong>NOMBRE<\\/strong><\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 22.5521px; text-align: center;\\\"><strong>CELULAR<\\/strong><\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 22.5521px; text-align: center;\\\"><strong>CORREO ELECTR\\u00d3NICO<\\/strong><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.4062px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 21.4062px; text-align: center;\\\">VVC HOTEL\\u00b4S<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 21.4062px; text-align: center;\\\">3138516470<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 21.4062px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.4062px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 21.4062px; text-align: center;\\\">Hotel Royal Plaza<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 21.4062px; text-align: center;\\\">3127713830<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 21.4062px; text-align: center;\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.4062px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 21.4062px; text-align: center;\\\">Casa Corona<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 21.4062px; text-align: center;\\\">3142165385<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 21.4062px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.4062px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 21.4062px; text-align: center;\\\">Hotel casa del sol<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 21.4062px; text-align: center;\\\">3213430208<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 21.4062px; text-align: center;\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 54.2535px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 54.2535px; text-align: center;\\\">Hotel Boutique Armoni<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 54.2535px; text-align: center;\\\">3115300055<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 54.2535px; text-align: center;\\\">\\r\\n<p>[email protected] www.armonihotel.co<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.4062px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 21.4062px; text-align: center;\\\">Hotel Casa Real<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 21.4062px; text-align: center;\\\">3167522472<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 21.4062px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 54.2535px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 54.2535px; text-align: center;\\\">Hotel Centenario Boutique<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 54.2535px; text-align: center;\\\">3227940772<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 54.2535px; text-align: center;\\\">\\r\\n<p>www.hotelportaldelllano.com<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 11.7778px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 11.7778px; text-align: center;\\\">Hotel Portal del Llano<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 11.7778px; text-align: center;\\\">3044481777<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 11.7778px; text-align: center;\\\">\\r\\n<p>www.hotelportaldelllano.com<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 42.7778px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 42.7778px; text-align: center;\\\">Hotel Santa Ana Real<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 42.7778px; text-align: center;\\\">3212111957<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 42.7778px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.4062px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 21.4062px; text-align: center;\\\">Hotel del Llano<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 21.4062px; text-align: center;\\\">3219492527<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 21.4062px; text-align: center;\\\">[email protected] www.hoteldelllano.com<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.4062px;\\\">\\r\\n<td style=\\\"width: 18.5781%; text-align: center; height: 21.4062px;\\\">Hotel Mar\\u00eda Gloria<\\/td>\\r\\n<td style=\\\"width: 20.4649%; text-align: center; height: 21.4062px;\\\">3115902014<\\/td>\\r\\n<td style=\\\"width: 61.1044%; text-align: center; height: 21.4062px;\\\">www.hotelmariagloria.com<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.5799px;\\\">\\r\\n<td style=\\\"width: 18.5781%; height: 21.5799px; text-align: center;\\\">Hotel Cayena inn<\\/td>\\r\\n<td style=\\\"width: 20.4649%; height: 21.5799px; text-align: center;\\\">3143328609<\\/td>\\r\\n<td style=\\\"width: 61.1044%; height: 21.5799px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-05 13:53:14\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-04-06 02:03:24\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-04-06 02:02:56\",\"publish_up\":\"2023-09-05 13:53:14\",\"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\":64,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":630,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(788,'com_content.article.10','','2024-04-06 02:06:20',393,7215,'21b98878b43240727ae05f12e2ed3410a7f8e5d1','{\"id\":\"10\",\"asset_id\":113,\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"alias\":\"informacion-turistica\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #423e3e;\\\">INFORMACI\\u00d3N TUR\\u00cdSTICA<\\/span><\\/h1>\\r\\n<p><strong>Villavicencio:<\\/strong><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><strong>Link:<\\/strong> <a href=\\\"https:\\/\\/turismovillavicencio.gov.co\\/web\\/nuestra-ciudad\\/#transporte\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">https:\\/\\/turismovillavicencio.gov.co\\/web\\/nuestra-ciudad\\/#transporte<\\/a><\\/p>\\r\\n<p><strong>Sitios de interes:<\\/strong><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><strong>Link:\\u00a0<\\/strong><a href=\\\"https:\\/\\/turismovillavicencio.gov.co\\/web\\/sitios\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">https:\\/\\/turismovillavicencio.gov.co\\/web\\/sitios\\/<\\/a><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<h3 style=\\\"text-align: center;\\\"><strong>LISTADO DE ALGUNOS HOTELES CERCANOS A LA SEDE DEL CONGRESO<\\/strong><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 92.8571%; height: 399.917px; border-color: #7e8c8d; margin-left: auto; margin-right: auto;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 24.5521px; background-color: #ced4d9;\\\">\\r\\n<td style=\\\"width: 22.9754%; height: 24.5521px; text-align: center;\\\"><strong>NOMBRE<\\/strong><\\/td>\\r\\n<td style=\\\"width: 17.4698%; height: 24.5521px; text-align: center;\\\"><strong>CELULAR<\\/strong><\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 24.5521px; text-align: center;\\\"><strong>CORREO ELECTR\\u00d3NICO<\\/strong><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.3889px;\\\">\\r\\n<td style=\\\"width: 22.9754%; height: 21.3889px; text-align: center;\\\">VVC HOTEL\\u00b4S<\\/td>\\r\\n<td style=\\\"width: 17.4698%; height: 21.3889px; text-align: center;\\\">3138516470<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 21.3889px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.3889px;\\\">\\r\\n<td style=\\\"width: 22.9754%; height: 21.3889px; text-align: center;\\\">Hotel Royal Plaza<\\/td>\\r\\n<td style=\\\"width: 17.4698%; height: 21.3889px; text-align: center;\\\">3127713830<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 21.3889px; text-align: center;\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.3889px;\\\">\\r\\n<td style=\\\"width: 22.9754%; height: 21.3889px; text-align: center;\\\">Casa Corona<\\/td>\\r\\n<td style=\\\"width: 17.4698%; height: 21.3889px; text-align: center;\\\">3142165385<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 21.3889px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.3889px;\\\">\\r\\n<td style=\\\"width: 22.9754%; height: 21.3889px; text-align: center;\\\">Hotel casa del sol<\\/td>\\r\\n<td style=\\\"width: 17.4698%; height: 21.3889px; text-align: center;\\\">3213430208<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 21.3889px; text-align: center;\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 54.2535px;\\\">\\r\\n<td style=\\\"width: 22.9754%; height: 54.2535px; text-align: center;\\\">Hotel Boutique Armoni<\\/td>\\r\\n<td style=\\\"width: 17.4698%; height: 54.2535px; text-align: center;\\\">3115300055<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 54.2535px; text-align: center;\\\">\\r\\n<p>[email protected] www.armonihotel.co<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.3889px;\\\">\\r\\n<td style=\\\"width: 22.9754%; height: 21.3889px; text-align: center;\\\">Hotel Casa Real<\\/td>\\r\\n<td style=\\\"width: 17.4698%; height: 21.3889px; text-align: center;\\\">3167522472<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 21.3889px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 54.2535px;\\\">\\r\\n<td style=\\\"width: 22.9754%; height: 54.2535px; text-align: center;\\\">Hotel Centenario Boutique<\\/td>\\r\\n<td style=\\\"width: 17.4698%; height: 54.2535px; text-align: center;\\\">3227940772<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 54.2535px; text-align: center;\\\">\\r\\n<p>www.hotelportaldelllano.com<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 52.7778px;\\\">\\r\\n<td style=\\\"width: 22.9754%; height: 52.7778px; text-align: center;\\\">Hotel Portal del Llano<\\/td>\\r\\n<td style=\\\"width: 17.4698%; height: 52.7778px; text-align: center;\\\">3044481777<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 52.7778px; text-align: center;\\\">\\r\\n<p>www.hotelportaldelllano.com<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 42.7778px;\\\">\\r\\n<td style=\\\"width: 22.9754%; height: 42.7778px; text-align: center;\\\">Hotel Santa Ana Real<\\/td>\\r\\n<td style=\\\"width: 17.4698%; height: 42.7778px; text-align: center;\\\">3212111957<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 42.7778px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.3889px;\\\">\\r\\n<td style=\\\"width: 22.9754%; height: 21.3889px; text-align: center;\\\">Hotel del Llano<\\/td>\\r\\n<td style=\\\"width: 17.4698%; height: 21.3889px; text-align: center;\\\">3219492527<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 21.3889px; text-align: center;\\\">[email protected] www.hoteldelllano.com<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.3889px;\\\">\\r\\n<td style=\\\"width: 22.9754%; text-align: center; height: 21.3889px;\\\">Hotel Mar\\u00eda Gloria<\\/td>\\r\\n<td style=\\\"width: 17.4698%; text-align: center; height: 21.3889px;\\\">3115902014<\\/td>\\r\\n<td style=\\\"width: 59.5672%; text-align: center; height: 21.3889px;\\\">www.hotelmariagloria.com<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.5799px;\\\">\\r\\n<td style=\\\"width: 22.9754%; height: 21.5799px; text-align: center;\\\">Hotel Cayena inn<\\/td>\\r\\n<td style=\\\"width: 17.4698%; height: 21.5799px; text-align: center;\\\">3143328609<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 21.5799px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-05 13:53:14\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-04-06 02:06:20\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-04-06 02:05:56\",\"publish_up\":\"2023-09-05 13:53:14\",\"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\":66,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":631,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(789,'com_content.article.10','','2024-04-06 02:06:55',393,7100,'aacb7c6ad97aad92d9bdb458509846d17927c9ac','{\"id\":\"10\",\"asset_id\":113,\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"alias\":\"informacion-turistica\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #423e3e;\\\">INFORMACI\\u00d3N TUR\\u00cdSTICA<\\/span><\\/h1>\\r\\n<p><strong>Villavicencio:<\\/strong><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><strong>Link:<\\/strong> <a href=\\\"https:\\/\\/turismovillavicencio.gov.co\\/web\\/nuestra-ciudad\\/#transporte\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">https:\\/\\/turismovillavicencio.gov.co\\/web\\/nuestra-ciudad\\/#transporte<\\/a><\\/p>\\r\\n<p><strong>Sitios de interes:<\\/strong><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><strong>Link:\\u00a0<\\/strong><a href=\\\"https:\\/\\/turismovillavicencio.gov.co\\/web\\/sitios\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">https:\\/\\/turismovillavicencio.gov.co\\/web\\/sitios\\/<\\/a><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<h3 style=\\\"text-align: center;\\\"><strong>LISTADO DE ALGUNOS HOTELES CERCANOS A LA SEDE DEL CONGRESO<\\/strong><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 92.8571%; height: 355.642px; border-color: #7e8c8d; margin-left: auto; margin-right: auto;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 24.5312px; background-color: #ced4d9;\\\">\\r\\n<td style=\\\"width: 23.523%; height: 24.5312px; text-align: center;\\\"><strong>NOMBRE<\\/strong><\\/td>\\r\\n<td style=\\\"width: 16.9222%; height: 24.5312px; text-align: center;\\\"><strong>CELULAR<\\/strong><\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 24.5312px; text-align: center;\\\"><strong>CORREO ELECTR\\u00d3NICO<\\/strong><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.3889px;\\\">\\r\\n<td style=\\\"width: 23.523%; height: 21.3889px; text-align: center;\\\">VVC HOTEL\\u00b4S<\\/td>\\r\\n<td style=\\\"width: 16.9222%; height: 21.3889px; text-align: center;\\\">3138516470<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 21.3889px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.3889px;\\\">\\r\\n<td style=\\\"width: 23.523%; height: 21.3889px; text-align: center;\\\">Hotel Royal Plaza<\\/td>\\r\\n<td style=\\\"width: 16.9222%; height: 21.3889px; text-align: center;\\\">3127713830<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 21.3889px; text-align: center;\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.3889px;\\\">\\r\\n<td style=\\\"width: 23.523%; height: 21.3889px; text-align: center;\\\">Casa Corona<\\/td>\\r\\n<td style=\\\"width: 16.9222%; height: 21.3889px; text-align: center;\\\">3142165385<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 21.3889px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.3889px;\\\">\\r\\n<td style=\\\"width: 23.523%; height: 21.3889px; text-align: center;\\\">Hotel casa del sol<\\/td>\\r\\n<td style=\\\"width: 16.9222%; height: 21.3889px; text-align: center;\\\">3213430208<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 21.3889px; text-align: center;\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 23.523%; text-align: center;\\\">Hotel Boutique Armoni<\\/td>\\r\\n<td style=\\\"width: 16.9222%; text-align: center;\\\">3115300055<\\/td>\\r\\n<td style=\\\"width: 59.5672%; text-align: center;\\\">[email protected] www.armonihotel.co<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.3889px;\\\">\\r\\n<td style=\\\"width: 23.523%; height: 21.3889px; text-align: center;\\\">Hotel Casa Real<\\/td>\\r\\n<td style=\\\"width: 16.9222%; height: 21.3889px; text-align: center;\\\">3167522472<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 21.3889px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 54.2535px;\\\">\\r\\n<td style=\\\"width: 23.523%; height: 54.2535px; text-align: center;\\\">Hotel Centenario Boutique<\\/td>\\r\\n<td style=\\\"width: 16.9222%; height: 54.2535px; text-align: center;\\\">3227940772<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 54.2535px; text-align: center;\\\">\\r\\n<p>www.hotelportaldelllano.com<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 52.7778px;\\\">\\r\\n<td style=\\\"width: 23.523%; height: 52.7778px; text-align: center;\\\">Hotel Portal del Llano<\\/td>\\r\\n<td style=\\\"width: 16.9222%; height: 52.7778px; text-align: center;\\\">3044481777<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 52.7778px; text-align: center;\\\">\\r\\n<p>www.hotelportaldelllano.com<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 42.7778px;\\\">\\r\\n<td style=\\\"width: 23.523%; height: 42.7778px; text-align: center;\\\">Hotel Santa Ana Real<\\/td>\\r\\n<td style=\\\"width: 16.9222%; height: 42.7778px; text-align: center;\\\">3212111957<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 42.7778px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.3889px;\\\">\\r\\n<td style=\\\"width: 23.523%; height: 21.3889px; text-align: center;\\\">Hotel del Llano<\\/td>\\r\\n<td style=\\\"width: 16.9222%; height: 21.3889px; text-align: center;\\\">3219492527<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 21.3889px; text-align: center;\\\">[email protected] www.hoteldelllano.com<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.3889px;\\\">\\r\\n<td style=\\\"width: 23.523%; text-align: center; height: 21.3889px;\\\">Hotel Mar\\u00eda Gloria<\\/td>\\r\\n<td style=\\\"width: 16.9222%; text-align: center; height: 21.3889px;\\\">3115902014<\\/td>\\r\\n<td style=\\\"width: 59.5672%; text-align: center; height: 21.3889px;\\\">www.hotelmariagloria.com<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.5799px;\\\">\\r\\n<td style=\\\"width: 23.523%; height: 21.5799px; text-align: center;\\\">Hotel Cayena inn<\\/td>\\r\\n<td style=\\\"width: 16.9222%; height: 21.5799px; text-align: center;\\\">3143328609<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 21.5799px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-05 13:53:14\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-04-06 02:06:55\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-04-06 02:06:20\",\"publish_up\":\"2023-09-05 13:53:14\",\"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\":67,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":632,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(790,'com_content.article.10','','2024-04-06 02:07:35',393,7183,'858614709416667744de2a54693b8ad344c8e9e5','{\"id\":\"10\",\"asset_id\":113,\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"alias\":\"informacion-turistica\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #423e3e;\\\">INFORMACI\\u00d3N TUR\\u00cdSTICA<\\/span><\\/h1>\\r\\n<p><strong>Villavicencio:<\\/strong><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><strong>Link:<\\/strong> <a href=\\\"https:\\/\\/turismovillavicencio.gov.co\\/web\\/nuestra-ciudad\\/#transporte\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">https:\\/\\/turismovillavicencio.gov.co\\/web\\/nuestra-ciudad\\/#transporte<\\/a><\\/p>\\r\\n<p><strong>Sitios de interes:<\\/strong><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><strong>Link:\\u00a0<\\/strong><a href=\\\"https:\\/\\/turismovillavicencio.gov.co\\/web\\/sitios\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">https:\\/\\/turismovillavicencio.gov.co\\/web\\/sitios\\/<\\/a><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<h3 style=\\\"text-align: center;\\\"><strong>LISTADO DE ALGUNOS HOTELES CERCANOS A LA SEDE DEL CONGRESO<\\/strong><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 92.8571%; height: 385.747px; border-color: #7e8c8d; margin-left: auto; margin-right: auto;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 24.5139px; background-color: #ced4d9;\\\">\\r\\n<td style=\\\"width: 26.4089%; height: 24.5139px; text-align: center;\\\"><strong>NOMBRE<\\/strong><\\/td>\\r\\n<td style=\\\"width: 14.0363%; height: 24.5139px; text-align: center;\\\"><strong>CELULAR<\\/strong><\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 24.5139px; text-align: center;\\\"><strong>CORREO ELECTR\\u00d3NICO<\\/strong><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.3889px;\\\">\\r\\n<td style=\\\"width: 26.4089%; height: 21.3889px; text-align: center;\\\">VVC HOTEL\\u00b4S<\\/td>\\r\\n<td style=\\\"width: 14.0363%; height: 21.3889px; text-align: center;\\\">3138516470<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 21.3889px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.3889px;\\\">\\r\\n<td style=\\\"width: 26.4089%; height: 21.3889px; text-align: center;\\\">Hotel Royal Plaza<\\/td>\\r\\n<td style=\\\"width: 14.0363%; height: 21.3889px; text-align: center;\\\">3127713830<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 21.3889px; text-align: center;\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.3889px;\\\">\\r\\n<td style=\\\"width: 26.4089%; height: 21.3889px; text-align: center;\\\">Casa Corona<\\/td>\\r\\n<td style=\\\"width: 14.0363%; height: 21.3889px; text-align: center;\\\">3142165385<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 21.3889px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.3889px;\\\">\\r\\n<td style=\\\"width: 26.4089%; height: 21.3889px; text-align: center;\\\">Hotel casa del sol<\\/td>\\r\\n<td style=\\\"width: 14.0363%; height: 21.3889px; text-align: center;\\\">3213430208<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 21.3889px; text-align: center;\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7986px;\\\">\\r\\n<td style=\\\"width: 26.4089%; text-align: center; height: 20.7986px;\\\">Hotel Boutique Armoni<\\/td>\\r\\n<td style=\\\"width: 14.0363%; text-align: center; height: 20.7986px;\\\">3115300055<\\/td>\\r\\n<td style=\\\"width: 59.5672%; text-align: center; height: 20.7986px;\\\">[email protected] www.armonihotel.co<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.3889px;\\\">\\r\\n<td style=\\\"width: 26.4089%; height: 21.3889px; text-align: center;\\\">Hotel Casa Real<\\/td>\\r\\n<td style=\\\"width: 14.0363%; height: 21.3889px; text-align: center;\\\">3167522472<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 21.3889px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7986px;\\\">\\r\\n<td style=\\\"width: 26.4089%; text-align: center; height: 20.7986px;\\\">Hotel Centenario Boutique<\\/td>\\r\\n<td style=\\\"width: 14.0363%; text-align: center; height: 20.7986px;\\\">3227940772<\\/td>\\r\\n<td style=\\\"width: 59.5672%; text-align: center; height: 20.7986px;\\\">www.hotelportaldelllano.com<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 52.7778px;\\\">\\r\\n<td style=\\\"width: 26.4089%; height: 52.7778px; text-align: center;\\\">Hotel Portal del Llano<\\/td>\\r\\n<td style=\\\"width: 14.0363%; height: 52.7778px; text-align: center;\\\">3044481777<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 52.7778px; text-align: center;\\\">\\r\\n<p>www.hotelportaldelllano.com<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 42.7778px;\\\">\\r\\n<td style=\\\"width: 26.4089%; height: 42.7778px; text-align: center;\\\">Hotel Santa Ana Real<\\/td>\\r\\n<td style=\\\"width: 14.0363%; height: 42.7778px; text-align: center;\\\">3212111957<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 42.7778px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.3889px;\\\">\\r\\n<td style=\\\"width: 26.4089%; height: 21.3889px; text-align: center;\\\">Hotel del Llano<\\/td>\\r\\n<td style=\\\"width: 14.0363%; height: 21.3889px; text-align: center;\\\">3219492527<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 21.3889px; text-align: center;\\\">[email protected] www.hoteldelllano.com<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.3889px;\\\">\\r\\n<td style=\\\"width: 26.4089%; text-align: center; height: 21.3889px;\\\">Hotel Mar\\u00eda Gloria<\\/td>\\r\\n<td style=\\\"width: 14.0363%; text-align: center; height: 21.3889px;\\\">3115902014<\\/td>\\r\\n<td style=\\\"width: 59.5672%; text-align: center; height: 21.3889px;\\\">www.hotelmariagloria.com<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.5799px;\\\">\\r\\n<td style=\\\"width: 26.4089%; height: 21.5799px; text-align: center;\\\">Hotel Cayena inn<\\/td>\\r\\n<td style=\\\"width: 14.0363%; height: 21.5799px; text-align: center;\\\">3143328609<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 21.5799px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-05 13:53:14\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-04-06 02:07:35\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-04-06 02:06:55\",\"publish_up\":\"2023-09-05 13:53:14\",\"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\":68,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":633,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(791,'com_content.article.10','','2024-04-06 02:07:45',393,7183,'2cdbec820230a19cc66a1c0ba402677e6cd8d498','{\"id\":\"10\",\"asset_id\":113,\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"alias\":\"informacion-turistica\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #423e3e;\\\">INFORMACI\\u00d3N TUR\\u00cdSTICA<\\/span><\\/h1>\\r\\n<p><strong>Villavicencio:<\\/strong><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><strong>Link:<\\/strong> <a href=\\\"https:\\/\\/turismovillavicencio.gov.co\\/web\\/nuestra-ciudad\\/#transporte\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">https:\\/\\/turismovillavicencio.gov.co\\/web\\/nuestra-ciudad\\/#transporte<\\/a><\\/p>\\r\\n<p><strong>Sitios de interes:<\\/strong><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><strong>Link:\\u00a0<\\/strong><a href=\\\"https:\\/\\/turismovillavicencio.gov.co\\/web\\/sitios\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">https:\\/\\/turismovillavicencio.gov.co\\/web\\/sitios\\/<\\/a><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<h3 style=\\\"text-align: center;\\\"><strong>LISTADO DE ALGUNOS HOTELES CERCANOS A LA SEDE DEL CONGRESO<\\/strong><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 92.8571%; height: 281.921px; border-color: #7e8c8d; margin-left: auto; margin-right: auto;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 25.3299px; background-color: #ced4d9;\\\">\\r\\n<td style=\\\"width: 26.4089%; height: 25.3299px; text-align: center;\\\"><strong>NOMBRE<\\/strong><\\/td>\\r\\n<td style=\\\"width: 14.0363%; height: 25.3299px; text-align: center;\\\"><strong>CELULAR<\\/strong><\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 25.3299px; text-align: center;\\\"><strong>CORREO ELECTR\\u00d3NICO<\\/strong><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 22.1181px;\\\">\\r\\n<td style=\\\"width: 26.4089%; height: 22.1181px; text-align: center;\\\">VVC HOTEL\\u00b4S<\\/td>\\r\\n<td style=\\\"width: 14.0363%; height: 22.1181px; text-align: center;\\\">3138516470<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 22.1181px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 22.1181px;\\\">\\r\\n<td style=\\\"width: 26.4089%; height: 22.1181px; text-align: center;\\\">Hotel Royal Plaza<\\/td>\\r\\n<td style=\\\"width: 14.0363%; height: 22.1181px; text-align: center;\\\">3127713830<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 22.1181px; text-align: center;\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 22.1181px;\\\">\\r\\n<td style=\\\"width: 26.4089%; height: 22.1181px; text-align: center;\\\">Casa Corona<\\/td>\\r\\n<td style=\\\"width: 14.0363%; height: 22.1181px; text-align: center;\\\">3142165385<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 22.1181px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 22.1181px;\\\">\\r\\n<td style=\\\"width: 26.4089%; height: 22.1181px; text-align: center;\\\">Hotel casa del sol<\\/td>\\r\\n<td style=\\\"width: 14.0363%; height: 22.1181px; text-align: center;\\\">3213430208<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 22.1181px; text-align: center;\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.5278px;\\\">\\r\\n<td style=\\\"width: 26.4089%; text-align: center; height: 21.5278px;\\\">Hotel Boutique Armoni<\\/td>\\r\\n<td style=\\\"width: 14.0363%; text-align: center; height: 21.5278px;\\\">3115300055<\\/td>\\r\\n<td style=\\\"width: 59.5672%; text-align: center; height: 21.5278px;\\\">[email protected] www.armonihotel.co<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 22.1181px;\\\">\\r\\n<td style=\\\"width: 26.4089%; height: 22.1181px; text-align: center;\\\">Hotel Casa Real<\\/td>\\r\\n<td style=\\\"width: 14.0363%; height: 22.1181px; text-align: center;\\\">3167522472<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 22.1181px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.5278px;\\\">\\r\\n<td style=\\\"width: 26.4089%; text-align: center; height: 21.5278px;\\\">Hotel Centenario Boutique<\\/td>\\r\\n<td style=\\\"width: 14.0363%; text-align: center; height: 21.5278px;\\\">3227940772<\\/td>\\r\\n<td style=\\\"width: 59.5672%; text-align: center; height: 21.5278px;\\\">www.hotelportaldelllano.com<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 15.4792px;\\\">\\r\\n<td style=\\\"width: 26.4089%; height: 15.4792px; text-align: center;\\\">Hotel Portal del Llano<\\/td>\\r\\n<td style=\\\"width: 14.0363%; height: 15.4792px; text-align: center;\\\">3044481777<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 15.4792px; text-align: center;\\\">\\r\\n<p>www.hotelportaldelllano.com<\\/p>\\r\\n<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7986px;\\\">\\r\\n<td style=\\\"width: 26.4089%; height: 20.7986px; text-align: center;\\\">Hotel Santa Ana Real<\\/td>\\r\\n<td style=\\\"width: 14.0363%; height: 20.7986px; text-align: center;\\\">3212111957<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 20.7986px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 22.1181px;\\\">\\r\\n<td style=\\\"width: 26.4089%; height: 22.1181px; text-align: center;\\\">Hotel del Llano<\\/td>\\r\\n<td style=\\\"width: 14.0363%; height: 22.1181px; text-align: center;\\\">3219492527<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 22.1181px; text-align: center;\\\">[email protected] www.hoteldelllano.com<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 22.1181px;\\\">\\r\\n<td style=\\\"width: 26.4089%; text-align: center; height: 22.1181px;\\\">Hotel Mar\\u00eda Gloria<\\/td>\\r\\n<td style=\\\"width: 14.0363%; text-align: center; height: 22.1181px;\\\">3115902014<\\/td>\\r\\n<td style=\\\"width: 59.5672%; text-align: center; height: 22.1181px;\\\">www.hotelmariagloria.com<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 22.4306px;\\\">\\r\\n<td style=\\\"width: 26.4089%; height: 22.4306px; text-align: center;\\\">Hotel Cayena inn<\\/td>\\r\\n<td style=\\\"width: 14.0363%; height: 22.4306px; text-align: center;\\\">3143328609<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 22.4306px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-05 13:53:14\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-04-06 02:07:45\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-04-06 02:07:35\",\"publish_up\":\"2023-09-05 13:53:14\",\"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\":69,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":633,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(792,'com_content.article.10','','2024-04-06 02:08:17',393,7081,'0bb2eca87e4a061e4491d8ecd718f148fc202a32','{\"id\":\"10\",\"asset_id\":113,\"title\":\"Informaci\\u00f3n tur\\u00edstica\",\"alias\":\"informacion-turistica\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #423e3e;\\\">INFORMACI\\u00d3N TUR\\u00cdSTICA<\\/span><\\/h1>\\r\\n<p><strong>Villavicencio:<\\/strong><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><strong>Link:<\\/strong> <a href=\\\"https:\\/\\/turismovillavicencio.gov.co\\/web\\/nuestra-ciudad\\/#transporte\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">https:\\/\\/turismovillavicencio.gov.co\\/web\\/nuestra-ciudad\\/#transporte<\\/a><\\/p>\\r\\n<p><strong>Sitios de interes:<\\/strong><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><strong>Link:\\u00a0<\\/strong><a href=\\\"https:\\/\\/turismovillavicencio.gov.co\\/web\\/sitios\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">https:\\/\\/turismovillavicencio.gov.co\\/web\\/sitios\\/<\\/a><\\/p>\\r\\n<p>\\u00a0<\\/p>\\r\\n<h3 style=\\\"text-align: center;\\\"><strong>LISTADO DE ALGUNOS HOTELES CERCANOS A LA SEDE DEL CONGRESO<\\/strong><\\/h3>\\r\\n<table style=\\\"border-collapse: collapse; width: 92.8571%; height: 281.921px; border-color: #7e8c8d; margin-left: auto; margin-right: auto;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 25.3299px; background-color: #ced4d9;\\\">\\r\\n<td style=\\\"width: 26.4089%; height: 25.3299px; text-align: center;\\\"><strong>NOMBRE<\\/strong><\\/td>\\r\\n<td style=\\\"width: 14.0363%; height: 25.3299px; text-align: center;\\\"><strong>CELULAR<\\/strong><\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 25.3299px; text-align: center;\\\"><strong>CORREO ELECTR\\u00d3NICO<\\/strong><\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 22.1181px;\\\">\\r\\n<td style=\\\"width: 26.4089%; height: 22.1181px; text-align: center;\\\">VVC HOTEL\\u00b4S<\\/td>\\r\\n<td style=\\\"width: 14.0363%; height: 22.1181px; text-align: center;\\\">3138516470<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 22.1181px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 22.1181px;\\\">\\r\\n<td style=\\\"width: 26.4089%; height: 22.1181px; text-align: center;\\\">Hotel Royal Plaza<\\/td>\\r\\n<td style=\\\"width: 14.0363%; height: 22.1181px; text-align: center;\\\">3127713830<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 22.1181px; text-align: center;\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 22.1181px;\\\">\\r\\n<td style=\\\"width: 26.4089%; height: 22.1181px; text-align: center;\\\">Casa Corona<\\/td>\\r\\n<td style=\\\"width: 14.0363%; height: 22.1181px; text-align: center;\\\">3142165385<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 22.1181px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 22.1181px;\\\">\\r\\n<td style=\\\"width: 26.4089%; height: 22.1181px; text-align: center;\\\">Hotel casa del sol<\\/td>\\r\\n<td style=\\\"width: 14.0363%; height: 22.1181px; text-align: center;\\\">3213430208<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 22.1181px; text-align: center;\\\">\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.5278px;\\\">\\r\\n<td style=\\\"width: 26.4089%; text-align: center; height: 21.5278px;\\\">Hotel Boutique Armoni<\\/td>\\r\\n<td style=\\\"width: 14.0363%; text-align: center; height: 21.5278px;\\\">3115300055<\\/td>\\r\\n<td style=\\\"width: 59.5672%; text-align: center; height: 21.5278px;\\\">[email protected] www.armonihotel.co<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 22.1181px;\\\">\\r\\n<td style=\\\"width: 26.4089%; height: 22.1181px; text-align: center;\\\">Hotel Casa Real<\\/td>\\r\\n<td style=\\\"width: 14.0363%; height: 22.1181px; text-align: center;\\\">3167522472<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 22.1181px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 21.5278px;\\\">\\r\\n<td style=\\\"width: 26.4089%; text-align: center; height: 21.5278px;\\\">Hotel Centenario Boutique<\\/td>\\r\\n<td style=\\\"width: 14.0363%; text-align: center; height: 21.5278px;\\\">3227940772<\\/td>\\r\\n<td style=\\\"width: 59.5672%; text-align: center; height: 21.5278px;\\\">www.hotelportaldelllano.com<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 26.4089%; text-align: center;\\\">Hotel Portal del Llano<\\/td>\\r\\n<td style=\\\"width: 14.0363%; text-align: center;\\\">3044481777<\\/td>\\r\\n<td style=\\\"width: 59.5672%; text-align: center;\\\">www.hotelportaldelllano.com<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7986px;\\\">\\r\\n<td style=\\\"width: 26.4089%; height: 20.7986px; text-align: center;\\\">Hotel Santa Ana Real<\\/td>\\r\\n<td style=\\\"width: 14.0363%; height: 20.7986px; text-align: center;\\\">3212111957<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 20.7986px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 22.1181px;\\\">\\r\\n<td style=\\\"width: 26.4089%; height: 22.1181px; text-align: center;\\\">Hotel del Llano<\\/td>\\r\\n<td style=\\\"width: 14.0363%; height: 22.1181px; text-align: center;\\\">3219492527<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 22.1181px; text-align: center;\\\">[email protected] www.hoteldelllano.com<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 22.1181px;\\\">\\r\\n<td style=\\\"width: 26.4089%; text-align: center; height: 22.1181px;\\\">Hotel Mar\\u00eda Gloria<\\/td>\\r\\n<td style=\\\"width: 14.0363%; text-align: center; height: 22.1181px;\\\">3115902014<\\/td>\\r\\n<td style=\\\"width: 59.5672%; text-align: center; height: 22.1181px;\\\">www.hotelmariagloria.com<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 22.4306px;\\\">\\r\\n<td style=\\\"width: 26.4089%; height: 22.4306px; text-align: center;\\\">Hotel Cayena inn<\\/td>\\r\\n<td style=\\\"width: 14.0363%; height: 22.4306px; text-align: center;\\\">3143328609<\\/td>\\r\\n<td style=\\\"width: 59.5672%; height: 22.4306px; text-align: center;\\\">[email protected]<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-05 13:53:14\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-04-06 02:08:17\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-04-06 02:07:45\",\"publish_up\":\"2023-09-05 13:53:14\",\"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\":70,\"ordering\":1,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":633,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(799,'com_content.article.11','','2024-04-17 22:02:17',393,4552,'d4235332712f36b2f2e7125b1ab7a0852a8899f8','{\"id\":\"11\",\"asset_id\":115,\"title\":\"Presentaci\\u00f3n del Congreso\",\"alias\":\"presentacion-del-congreso\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\">BIENVENIDOS!<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">En esta nueva versi\\u00f3n del Congreso Colombiano de Ictiolog\\u00eda y del Encuentro Suramericano de Icti\\u00f3logos, es la regi\\u00f3n de la Orinoquia la que acoger\\u00e1 en la ciudad de Villavicencio, a todos los invitados a esta reuni\\u00f3n de todos los que trabajamos con peces, desde los variados enfoques desde los cuales se puede abordar su conocimiento. Adem\\u00e1s, en coordinaci\\u00f3n con la Sociedad Ictiol\\u00f3gica Mexicana A.C. se celebrar\\u00e1 por primera vez de forma conjunta, el X Simposio Latinoamericano de Ictiolog\\u00eda.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Es una nueva oportunidad para compartir los avances logrados en nuestras investigaciones y los descubrimientos que se han hecho, y tambi\\u00e9n para establecer redes que permitan a la ictiolog\\u00eda latinoamericana, avanzar en el conocimiento de la vasta biodiversidad \\u00edctica de la regi\\u00f3n. Tambi\\u00e9n ser\\u00e1 el espacio para discutir sobre las amenazas que se ciernen sobre esta riqueza biol\\u00f3gica \\u00fanica: la degradaci\\u00f3n y contaminaci\\u00f3n del h\\u00e1bitat por efectos de actividades antr\\u00f3picas, la sobrepesca y las variaciones ambientales, consecuencia del cambio clim\\u00e1tico, y sus efectos sobre los recursos y las estrategias para enfrentar esos desaf\\u00edos. Adicionalmente, este a\\u00f1o se tendr\\u00e1 un espacio orientado a la discusi\\u00f3n y an\\u00e1lisis sobre la equidad de g\\u00e9nero y la inclusi\\u00f3n en la ictiolog\\u00eda latinoamericana.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El congreso no solo es la cita bianual, donde investigadores, profesores, estudiantes y dem\\u00e1s profesionales de la ictiolog\\u00eda, se podr\\u00e1n volver a encontrar y compartir, sino tambi\\u00e9n un espacio con el que, a trav\\u00e9s de los diferentes simposios, se contribuye a la conservaci\\u00f3n de esta rica herencia natural para que las futuras generaciones puedan, al igual que la actual, disfrutar la belleza y diversidad de los peces, y para que las comunidades que dependen de ellos puedan seguir recibiendo los beneficios que la pesca les aporta.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a1Los esperamos!<\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><strong>\\u00a0<span style=\\\"font-size: 18px;\\\">ICTI\\u00d3LOGO HOMENAJEADO: MAURICIO VALDERRAMA BARCO<\\/span><\\/strong><\\/p>\\r\\n<h1 style=\\\"text-align: center;\\\">Comit\\u00e9 organizador<\\/h1>\\r\\n<p>\\u00a0<\\/p>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"https:\\/\\/acictios.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-apollo\\\" role=\\\"presentation\\\" src=\\\"images\\/patrocinadores\\/acictios.png\\\" \\/> <\\/a><\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-26 12:54:26\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-04-17 22:02:17\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-04-17 22:01:12\",\"publish_up\":\"2023-09-26 12:54:26\",\"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\":16,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":1274,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(800,'com_content.article.11','','2024-04-17 22:02:31',393,4503,'67ea87052659b69d94234a20efdb259fb52005e2','{\"id\":\"11\",\"asset_id\":115,\"title\":\"Presentaci\\u00f3n del Congreso\",\"alias\":\"presentacion-del-congreso\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\">BIENVENIDOS!<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">En esta nueva versi\\u00f3n del Congreso Colombiano de Ictiolog\\u00eda y del Encuentro Suramericano de Icti\\u00f3logos, es la regi\\u00f3n de la Orinoquia la que acoger\\u00e1 en la ciudad de Villavicencio, a todos los invitados a esta reuni\\u00f3n de todos los que trabajamos con peces, desde los variados enfoques desde los cuales se puede abordar su conocimiento. Adem\\u00e1s, en coordinaci\\u00f3n con la Sociedad Ictiol\\u00f3gica Mexicana A.C. se celebrar\\u00e1 por primera vez de forma conjunta, el X Simposio Latinoamericano de Ictiolog\\u00eda.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Es una nueva oportunidad para compartir los avances logrados en nuestras investigaciones y los descubrimientos que se han hecho, y tambi\\u00e9n para establecer redes que permitan a la ictiolog\\u00eda latinoamericana, avanzar en el conocimiento de la vasta biodiversidad \\u00edctica de la regi\\u00f3n. Tambi\\u00e9n ser\\u00e1 el espacio para discutir sobre las amenazas que se ciernen sobre esta riqueza biol\\u00f3gica \\u00fanica: la degradaci\\u00f3n y contaminaci\\u00f3n del h\\u00e1bitat por efectos de actividades antr\\u00f3picas, la sobrepesca y las variaciones ambientales, consecuencia del cambio clim\\u00e1tico, y sus efectos sobre los recursos y las estrategias para enfrentar esos desaf\\u00edos. Adicionalmente, este a\\u00f1o se tendr\\u00e1 un espacio orientado a la discusi\\u00f3n y an\\u00e1lisis sobre la equidad de g\\u00e9nero y la inclusi\\u00f3n en la ictiolog\\u00eda latinoamericana.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El congreso no solo es la cita bianual, donde investigadores, profesores, estudiantes y dem\\u00e1s profesionales de la ictiolog\\u00eda, se podr\\u00e1n volver a encontrar y compartir, sino tambi\\u00e9n un espacio con el que, a trav\\u00e9s de los diferentes simposios, se contribuye a la conservaci\\u00f3n de esta rica herencia natural para que las futuras generaciones puedan, al igual que la actual, disfrutar la belleza y diversidad de los peces, y para que las comunidades que dependen de ellos puedan seguir recibiendo los beneficios que la pesca les aporta.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a1Los esperamos!<\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><strong>\\u00a0<span style=\\\"font-size: 18px;\\\">ICTI\\u00d3LOGO HOMENAJEADO: MAURICIO VALDERRAMA BARCO<\\/span><\\/strong><\\/p>\\r\\n<h1 style=\\\"text-align: center;\\\">Comit\\u00e9 organizador<\\/h1>\\r\\n<p>\\u00a0<\\/p>\\r\\n<div class=\\\"fp-features\\\">\\r\\n<div class=\\\"g-grid\\\">\\r\\n<div class=\\\"g-block size-33-3\\\">\\r\\n<div class=\\\"card\\\">\\r\\n<div class=\\\"card-block\\\"><a href=\\\"https:\\/\\/acictios.org\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><img class=\\\"effectck-apollo\\\" role=\\\"presentation\\\" src=\\\"images\\/patrocinadores\\/acictios.png\\\" \\/> <\\/a><\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-26 12:54:26\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-04-17 22:02:31\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-04-17 22:02:17\",\"publish_up\":\"2023-09-26 12:54:26\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":17,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":1274,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(801,'com_content.article.11','','2024-04-17 22:04:37',393,4040,'f5cc98f18633142e64a565779d5cd4a07c1b7e78','{\"id\":\"11\",\"asset_id\":115,\"title\":\"Presentaci\\u00f3n del Congreso\",\"alias\":\"presentacion-del-congreso\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\">BIENVENIDOS!<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">En esta nueva versi\\u00f3n del Congreso Colombiano de Ictiolog\\u00eda y del Encuentro Suramericano de Icti\\u00f3logos, es la regi\\u00f3n de la Orinoquia la que acoger\\u00e1 en la ciudad de Villavicencio, a todos los invitados a esta reuni\\u00f3n de todos los que trabajamos con peces, desde los variados enfoques desde los cuales se puede abordar su conocimiento. Adem\\u00e1s, en coordinaci\\u00f3n con la Sociedad Ictiol\\u00f3gica Mexicana A.C. se celebrar\\u00e1 por primera vez de forma conjunta, el X Simposio Latinoamericano de Ictiolog\\u00eda.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Es una nueva oportunidad para compartir los avances logrados en nuestras investigaciones y los descubrimientos que se han hecho, y tambi\\u00e9n para establecer redes que permitan a la ictiolog\\u00eda latinoamericana, avanzar en el conocimiento de la vasta biodiversidad \\u00edctica de la regi\\u00f3n. Tambi\\u00e9n ser\\u00e1 el espacio para discutir sobre las amenazas que se ciernen sobre esta riqueza biol\\u00f3gica \\u00fanica: la degradaci\\u00f3n y contaminaci\\u00f3n del h\\u00e1bitat por efectos de actividades antr\\u00f3picas, la sobrepesca y las variaciones ambientales, consecuencia del cambio clim\\u00e1tico, y sus efectos sobre los recursos y las estrategias para enfrentar esos desaf\\u00edos. Adicionalmente, este a\\u00f1o se tendr\\u00e1 un espacio orientado a la discusi\\u00f3n y an\\u00e1lisis sobre la equidad de g\\u00e9nero y la inclusi\\u00f3n en la ictiolog\\u00eda latinoamericana.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El congreso no solo es la cita bianual, donde investigadores, profesores, estudiantes y dem\\u00e1s profesionales de la ictiolog\\u00eda, se podr\\u00e1n volver a encontrar y compartir, sino tambi\\u00e9n un espacio con el que, a trav\\u00e9s de los diferentes simposios, se contribuye a la conservaci\\u00f3n de esta rica herencia natural para que las futuras generaciones puedan, al igual que la actual, disfrutar la belleza y diversidad de los peces, y para que las comunidades que dependen de ellos puedan seguir recibiendo los beneficios que la pesca les aporta.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a1Los esperamos!<\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><strong>\\u00a0<span style=\\\"font-size: 18px;\\\">ICTI\\u00d3LOGO HOMENAJEADO: MAURICIO VALDERRAMA BARCO<\\/span><\\/strong><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-26 12:54:26\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-04-17 22:04:37\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-04-17 22:02:41\",\"publish_up\":\"2023-09-26 12:54:26\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":18,\"ordering\":0,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":1275,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(802,'com_content.article.11','','2024-04-22 19:55:01',393,4228,'f1d414c35ca49a67208a9378b03de177dd99a979','{\"id\":\"11\",\"asset_id\":115,\"title\":\"Presentaci\\u00f3n del Congreso\",\"alias\":\"presentacion-del-congreso\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\">Comit\\u00e9 Organizador\\u00a0<\\/h1>\\r\\n<p><img src=\\\"images\\/Tira%20logos.jpg\\\" alt=\\\"comite\\\" width=\\\"2181\\\" height=\\\"313\\\" loading=\\\"lazy\\\" \\/><\\/p>\\r\\n<h1 style=\\\"text-align: center;\\\">BIENVENIDOS!<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">En esta nueva versi\\u00f3n del Congreso Colombiano de Ictiolog\\u00eda y del Encuentro Suramericano de Icti\\u00f3logos, es la regi\\u00f3n de la Orinoquia la que acoger\\u00e1 en la ciudad de Villavicencio, a todos los invitados a esta reuni\\u00f3n de todos los que trabajamos con peces, desde los variados enfoques desde los cuales se puede abordar su conocimiento. Adem\\u00e1s, en coordinaci\\u00f3n con la Sociedad Ictiol\\u00f3gica Mexicana A.C. se celebrar\\u00e1 por primera vez de forma conjunta, el X Simposio Latinoamericano de Ictiolog\\u00eda.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Es una nueva oportunidad para compartir los avances logrados en nuestras investigaciones y los descubrimientos que se han hecho, y tambi\\u00e9n para establecer redes que permitan a la ictiolog\\u00eda latinoamericana, avanzar en el conocimiento de la vasta biodiversidad \\u00edctica de la regi\\u00f3n. Tambi\\u00e9n ser\\u00e1 el espacio para discutir sobre las amenazas que se ciernen sobre esta riqueza biol\\u00f3gica \\u00fanica: la degradaci\\u00f3n y contaminaci\\u00f3n del h\\u00e1bitat por efectos de actividades antr\\u00f3picas, la sobrepesca y las variaciones ambientales, consecuencia del cambio clim\\u00e1tico, y sus efectos sobre los recursos y las estrategias para enfrentar esos desaf\\u00edos. Adicionalmente, este a\\u00f1o se tendr\\u00e1 un espacio orientado a la discusi\\u00f3n y an\\u00e1lisis sobre la equidad de g\\u00e9nero y la inclusi\\u00f3n en la ictiolog\\u00eda latinoamericana.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El congreso no solo es la cita bianual, donde investigadores, profesores, estudiantes y dem\\u00e1s profesionales de la ictiolog\\u00eda, se podr\\u00e1n volver a encontrar y compartir, sino tambi\\u00e9n un espacio con el que, a trav\\u00e9s de los diferentes simposios, se contribuye a la conservaci\\u00f3n de esta rica herencia natural para que las futuras generaciones puedan, al igual que la actual, disfrutar la belleza y diversidad de los peces, y para que las comunidades que dependen de ellos puedan seguir recibiendo los beneficios que la pesca les aporta.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a1Los esperamos!<\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><strong>\\u00a0<span style=\\\"font-size: 18px;\\\">ICTI\\u00d3LOGO HOMENAJEADO: MAURICIO VALDERRAMA BARCO<\\/span><\\/strong><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-26 12:54:26\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-04-22 19:55:01\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-04-22 19:53:45\",\"publish_up\":\"2023-09-26 12:54:26\",\"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\":1327,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(803,'com_content.article.11','','2024-04-22 19:55:26',393,4228,'ffc0d2a9bf12e9e51fad5e637bf0d324ef053255','{\"id\":\"11\",\"asset_id\":115,\"title\":\"Presentaci\\u00f3n del Congreso\",\"alias\":\"presentacion-del-congreso\",\"introtext\":\"<h2 style=\\\"text-align: center;\\\">Comit\\u00e9 Organizador\\u00a0<\\/h2>\\r\\n<p><img src=\\\"images\\/Tira%20logos.jpg\\\" alt=\\\"comite\\\" width=\\\"2181\\\" height=\\\"313\\\" loading=\\\"lazy\\\" \\/><\\/p>\\r\\n<h1 style=\\\"text-align: center;\\\">BIENVENIDOS!<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">En esta nueva versi\\u00f3n del Congreso Colombiano de Ictiolog\\u00eda y del Encuentro Suramericano de Icti\\u00f3logos, es la regi\\u00f3n de la Orinoquia la que acoger\\u00e1 en la ciudad de Villavicencio, a todos los invitados a esta reuni\\u00f3n de todos los que trabajamos con peces, desde los variados enfoques desde los cuales se puede abordar su conocimiento. Adem\\u00e1s, en coordinaci\\u00f3n con la Sociedad Ictiol\\u00f3gica Mexicana A.C. se celebrar\\u00e1 por primera vez de forma conjunta, el X Simposio Latinoamericano de Ictiolog\\u00eda.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Es una nueva oportunidad para compartir los avances logrados en nuestras investigaciones y los descubrimientos que se han hecho, y tambi\\u00e9n para establecer redes que permitan a la ictiolog\\u00eda latinoamericana, avanzar en el conocimiento de la vasta biodiversidad \\u00edctica de la regi\\u00f3n. Tambi\\u00e9n ser\\u00e1 el espacio para discutir sobre las amenazas que se ciernen sobre esta riqueza biol\\u00f3gica \\u00fanica: la degradaci\\u00f3n y contaminaci\\u00f3n del h\\u00e1bitat por efectos de actividades antr\\u00f3picas, la sobrepesca y las variaciones ambientales, consecuencia del cambio clim\\u00e1tico, y sus efectos sobre los recursos y las estrategias para enfrentar esos desaf\\u00edos. Adicionalmente, este a\\u00f1o se tendr\\u00e1 un espacio orientado a la discusi\\u00f3n y an\\u00e1lisis sobre la equidad de g\\u00e9nero y la inclusi\\u00f3n en la ictiolog\\u00eda latinoamericana.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El congreso no solo es la cita bianual, donde investigadores, profesores, estudiantes y dem\\u00e1s profesionales de la ictiolog\\u00eda, se podr\\u00e1n volver a encontrar y compartir, sino tambi\\u00e9n un espacio con el que, a trav\\u00e9s de los diferentes simposios, se contribuye a la conservaci\\u00f3n de esta rica herencia natural para que las futuras generaciones puedan, al igual que la actual, disfrutar la belleza y diversidad de los peces, y para que las comunidades que dependen de ellos puedan seguir recibiendo los beneficios que la pesca les aporta.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a1Los esperamos!<\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><strong>\\u00a0<span style=\\\"font-size: 18px;\\\">ICTI\\u00d3LOGO HOMENAJEADO: MAURICIO VALDERRAMA BARCO<\\/span><\\/strong><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-26 12:54:26\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-04-22 19:55:26\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-04-22 19:55:14\",\"publish_up\":\"2023-09-26 12:54:26\",\"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\":1328,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(804,'com_content.article.11','','2024-04-22 19:55:41',393,4246,'7dcc7d53f9ba4fc2b5d7e1e0cf8e49e855c31c31','{\"id\":\"11\",\"asset_id\":115,\"title\":\"Presentaci\\u00f3n del Congreso\",\"alias\":\"presentacion-del-congreso\",\"introtext\":\"<h2 style=\\\"text-align: center;\\\"><strong>Comit\\u00e9 Organizador\\u00a0<\\/strong><\\/h2>\\r\\n<p><img src=\\\"images\\/Tira%20logos.jpg\\\" alt=\\\"comite\\\" width=\\\"2181\\\" height=\\\"313\\\" loading=\\\"lazy\\\" \\/><\\/p>\\r\\n<h1 style=\\\"text-align: center;\\\">BIENVENIDOS!<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">En esta nueva versi\\u00f3n del Congreso Colombiano de Ictiolog\\u00eda y del Encuentro Suramericano de Icti\\u00f3logos, es la regi\\u00f3n de la Orinoquia la que acoger\\u00e1 en la ciudad de Villavicencio, a todos los invitados a esta reuni\\u00f3n de todos los que trabajamos con peces, desde los variados enfoques desde los cuales se puede abordar su conocimiento. Adem\\u00e1s, en coordinaci\\u00f3n con la Sociedad Ictiol\\u00f3gica Mexicana A.C. se celebrar\\u00e1 por primera vez de forma conjunta, el X Simposio Latinoamericano de Ictiolog\\u00eda.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Es una nueva oportunidad para compartir los avances logrados en nuestras investigaciones y los descubrimientos que se han hecho, y tambi\\u00e9n para establecer redes que permitan a la ictiolog\\u00eda latinoamericana, avanzar en el conocimiento de la vasta biodiversidad \\u00edctica de la regi\\u00f3n. Tambi\\u00e9n ser\\u00e1 el espacio para discutir sobre las amenazas que se ciernen sobre esta riqueza biol\\u00f3gica \\u00fanica: la degradaci\\u00f3n y contaminaci\\u00f3n del h\\u00e1bitat por efectos de actividades antr\\u00f3picas, la sobrepesca y las variaciones ambientales, consecuencia del cambio clim\\u00e1tico, y sus efectos sobre los recursos y las estrategias para enfrentar esos desaf\\u00edos. Adicionalmente, este a\\u00f1o se tendr\\u00e1 un espacio orientado a la discusi\\u00f3n y an\\u00e1lisis sobre la equidad de g\\u00e9nero y la inclusi\\u00f3n en la ictiolog\\u00eda latinoamericana.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El congreso no solo es la cita bianual, donde investigadores, profesores, estudiantes y dem\\u00e1s profesionales de la ictiolog\\u00eda, se podr\\u00e1n volver a encontrar y compartir, sino tambi\\u00e9n un espacio con el que, a trav\\u00e9s de los diferentes simposios, se contribuye a la conservaci\\u00f3n de esta rica herencia natural para que las futuras generaciones puedan, al igual que la actual, disfrutar la belleza y diversidad de los peces, y para que las comunidades que dependen de ellos puedan seguir recibiendo los beneficios que la pesca les aporta.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a1Los esperamos!<\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><strong>\\u00a0<span style=\\\"font-size: 18px;\\\">ICTI\\u00d3LOGO HOMENAJEADO: MAURICIO VALDERRAMA BARCO<\\/span><\\/strong><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-26 12:54:26\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-04-22 19:55:41\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-04-22 19:55:34\",\"publish_up\":\"2023-09-26 12:54:26\",\"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\":1329,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(805,'com_banners.banner.5','','2024-04-22 20:32:31',393,849,'a6d110aa30febbaaea337d1b48ab143c66c6bc7b','{\"id\":\"5\",\"cid\":\"0\",\"type\":\"0\",\"name\":\"Anuncios1\",\"alias\":\"anuncios\",\"imptotal\":0,\"impmade\":\"3622\",\"clicks\":\"95\",\"clickurl\":\"\",\"state\":\"1\",\"catid\":12,\"description\":\"\",\"custombannercode\":\"\",\"sticky\":\"1\",\"ordering\":5,\"metakey\":\"\",\"params\":\"{\\\"imageurl\\\":\\\"images\\\\\\/anuncios\\\\\\/Anuncio_Mailing%20Curso%20Ictiologa.jpg#joomlaImage:\\\\\\/\\\\\\/local-images\\\\\\/anuncios\\\\\\/Anuncio_Mailing Curso Ictiologa.jpg?width=558&height=1280\\\",\\\"width\\\":\\\"\\\",\\\"height\\\":\\\"\\\",\\\"alt\\\":\\\"\\\"}\",\"own_prefix\":\"0\",\"metakey_prefix\":\"\",\"purchase_type\":\"1\",\"track_clicks\":\"0\",\"track_impressions\":\"0\",\"checked_out\":393,\"checked_out_time\":\"2024-04-22 20:32:22\",\"publish_up\":null,\"publish_down\":\"2024-05-16 14:32:31\",\"reset\":null,\"created\":\"2024-02-27 02:50:52\",\"language\":\"*\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-04-22 20:32:31\",\"modified_by\":393,\"version\":11}',0),(806,'com_banners.banner.5','','2024-04-22 20:33:36',393,866,'76e81c5366cbe0e9d5e47deb678dbc6ca65186f4','{\"id\":\"5\",\"cid\":\"0\",\"type\":\"0\",\"name\":\"Anuncios1\",\"alias\":\"anuncios\",\"imptotal\":0,\"impmade\":\"3622\",\"clicks\":\"95\",\"clickurl\":\"\",\"state\":\"1\",\"catid\":12,\"description\":\"\",\"custombannercode\":\"\",\"sticky\":\"1\",\"ordering\":5,\"metakey\":\"\",\"params\":\"{\\\"imageurl\\\":\\\"images\\\\\\/anuncios\\\\\\/Anuncio_Mailing%20Curso%20Ictiologa.jpg#joomlaImage:\\\\\\/\\\\\\/local-images\\\\\\/anuncios\\\\\\/Anuncio_Mailing Curso Ictiologa.jpg?width=558&height=1280\\\",\\\"width\\\":\\\"\\\",\\\"height\\\":\\\"\\\",\\\"alt\\\":\\\"\\\"}\",\"own_prefix\":\"0\",\"metakey_prefix\":\"\",\"purchase_type\":\"1\",\"track_clicks\":\"0\",\"track_impressions\":\"0\",\"checked_out\":393,\"checked_out_time\":\"2024-04-22 20:32:44\",\"publish_up\":\"2024-04-22 15:32:51\",\"publish_down\":\"2024-05-03 23:59:31\",\"reset\":null,\"created\":\"2024-02-27 02:50:52\",\"language\":\"*\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-04-22 20:33:36\",\"modified_by\":393,\"version\":12}',0),(807,'com_banners.banner.5','','2024-04-22 20:35:28',393,866,'a8ce14906d3f40cb7dff014c027c62ff31566f48','{\"id\":\"5\",\"cid\":\"0\",\"type\":\"0\",\"name\":\"Anuncios1\",\"alias\":\"anuncios\",\"imptotal\":0,\"impmade\":\"3622\",\"clicks\":\"95\",\"clickurl\":\"\",\"state\":\"1\",\"catid\":12,\"description\":\"\",\"custombannercode\":\"\",\"sticky\":\"1\",\"ordering\":5,\"metakey\":\"\",\"params\":\"{\\\"imageurl\\\":\\\"images\\\\\\/anuncios\\\\\\/Anuncio_Mailing%20Curso%20Ictiologa.jpg#joomlaImage:\\\\\\/\\\\\\/local-images\\\\\\/anuncios\\\\\\/Anuncio_Mailing Curso Ictiologa.jpg?width=558&height=1280\\\",\\\"width\\\":\\\"\\\",\\\"height\\\":\\\"\\\",\\\"alt\\\":\\\"\\\"}\",\"own_prefix\":\"0\",\"metakey_prefix\":\"\",\"purchase_type\":\"1\",\"track_clicks\":\"0\",\"track_impressions\":\"0\",\"checked_out\":393,\"checked_out_time\":\"2024-04-22 20:35:15\",\"publish_up\":\"2024-04-22 15:32:51\",\"publish_down\":\"2024-05-03 23:59:31\",\"reset\":null,\"created\":\"2024-04-22 02:50:52\",\"language\":\"*\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-04-22 20:35:28\",\"modified_by\":393,\"version\":13}',0),(808,'com_banners.banner.5','','2024-04-22 20:41:01',393,1067,'e5219eed5b4e923bf6aea7b0d8993bea3102002f','{\"id\":\"5\",\"cid\":\"0\",\"type\":\"0\",\"name\":\"Anuncios1\",\"alias\":\"anuncios\",\"imptotal\":0,\"impmade\":\"3627\",\"clicks\":\"95\",\"clickurl\":\"\",\"state\":\"1\",\"catid\":12,\"description\":\"<p><img style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\/Anuncio_Mailing%20Curso%20Ictiologa.jpg\\\" alt=\\\"anuncio7\\\" width=\\\"558\\\" height=\\\"1280\\\" loading=\\\"lazy\\\" \\/><\\/p>\",\"custombannercode\":\"\",\"sticky\":\"1\",\"ordering\":5,\"metakey\":\"\",\"params\":\"{\\\"imageurl\\\":\\\"images\\\\\\/anuncios\\\\\\/Anuncio_Mailing%20Curso%20Ictiologa.jpg#joomlaImage:\\\\\\/\\\\\\/local-images\\\\\\/anuncios\\\\\\/Anuncio_Mailing Curso Ictiologa.jpg?width=558&height=1280\\\",\\\"width\\\":\\\"\\\",\\\"height\\\":\\\"\\\",\\\"alt\\\":\\\"\\\"}\",\"own_prefix\":\"0\",\"metakey_prefix\":\"\",\"purchase_type\":\"1\",\"track_clicks\":\"0\",\"track_impressions\":\"0\",\"checked_out\":393,\"checked_out_time\":\"2024-04-22 20:40:32\",\"publish_up\":\"2024-04-22 15:32:51\",\"publish_down\":\"2024-05-03 23:59:31\",\"reset\":null,\"created\":\"2024-04-22 02:50:52\",\"language\":\"*\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-04-22 20:41:01\",\"modified_by\":393,\"version\":14}',0),(809,'com_banners.banner.5','','2024-04-22 20:41:21',393,900,'017890e44e67f3d385938a88339690102bae28c3','{\"id\":\"5\",\"cid\":\"0\",\"type\":\"0\",\"name\":\"Anuncios1\",\"alias\":\"anuncios\",\"imptotal\":0,\"impmade\":\"3628\",\"clicks\":\"95\",\"clickurl\":\"\",\"state\":\"1\",\"catid\":12,\"description\":\"<p><img style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\/Anuncio_Mailing%20Curso%20Ictiologa.jpg\\\" alt=\\\"anuncio7\\\" width=\\\"558\\\" height=\\\"1280\\\" loading=\\\"lazy\\\" \\/><\\/p>\",\"custombannercode\":\"\",\"sticky\":\"1\",\"ordering\":5,\"metakey\":\"\",\"params\":\"{\\\"imageurl\\\":\\\"\\\",\\\"width\\\":\\\"\\\",\\\"height\\\":\\\"\\\",\\\"alt\\\":\\\"\\\"}\",\"own_prefix\":\"0\",\"metakey_prefix\":\"\",\"purchase_type\":\"1\",\"track_clicks\":\"0\",\"track_impressions\":\"0\",\"checked_out\":393,\"checked_out_time\":\"2024-04-22 20:41:13\",\"publish_up\":\"2024-04-22 15:32:51\",\"publish_down\":\"2024-05-03 23:59:31\",\"reset\":null,\"created\":\"2024-04-22 02:50:52\",\"language\":\"*\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-04-22 20:41:21\",\"modified_by\":393,\"version\":15}',0),(810,'com_banners.banner.5','','2024-04-22 20:41:40',393,914,'fc03f3dd6a353a843dae37606387a82714170092','{\"id\":\"5\",\"cid\":\"0\",\"type\":\"0\",\"name\":\"Anuncios1\",\"alias\":\"anuncios\",\"imptotal\":0,\"impmade\":\"3629\",\"clicks\":\"95\",\"clickurl\":\"\",\"state\":\"1\",\"catid\":12,\"description\":\"<p>hi<\\/p>\\r\\n<p><img style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\/Anuncio_Mailing%20Curso%20Ictiologa.jpg\\\" alt=\\\"anuncio7\\\" width=\\\"558\\\" height=\\\"1280\\\" loading=\\\"lazy\\\" \\/><\\/p>\",\"custombannercode\":\"\",\"sticky\":\"1\",\"ordering\":5,\"metakey\":\"\",\"params\":\"{\\\"imageurl\\\":\\\"\\\",\\\"width\\\":\\\"\\\",\\\"height\\\":\\\"\\\",\\\"alt\\\":\\\"\\\"}\",\"own_prefix\":\"0\",\"metakey_prefix\":\"\",\"purchase_type\":\"1\",\"track_clicks\":\"0\",\"track_impressions\":\"0\",\"checked_out\":393,\"checked_out_time\":\"2024-04-22 20:41:31\",\"publish_up\":\"2024-04-22 15:32:51\",\"publish_down\":\"2024-05-03 23:59:31\",\"reset\":null,\"created\":\"2024-04-22 02:50:52\",\"language\":\"*\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-04-22 20:41:40\",\"modified_by\":393,\"version\":16}',0),(811,'com_banners.banner.5','','2024-04-22 20:42:43',393,1081,'eef96eaeaa38438ff433ef13842378e85d6fabc0','{\"id\":\"5\",\"cid\":\"0\",\"type\":\"0\",\"name\":\"Anuncios1\",\"alias\":\"anuncios\",\"imptotal\":0,\"impmade\":\"3632\",\"clicks\":\"95\",\"clickurl\":\"\",\"state\":\"1\",\"catid\":12,\"description\":\"<p>hi<\\/p>\\r\\n<p><img style=\\\"display: block; margin-left: auto; margin-right: auto;\\\" src=\\\"images\\/Anuncio_Mailing%20Curso%20Ictiologa.jpg\\\" alt=\\\"anuncio7\\\" width=\\\"558\\\" height=\\\"1280\\\" loading=\\\"lazy\\\" \\/><\\/p>\",\"custombannercode\":\"\",\"sticky\":\"1\",\"ordering\":5,\"metakey\":\"\",\"params\":\"{\\\"imageurl\\\":\\\"images\\\\\\/anuncios\\\\\\/Anuncio_Mailing%20Curso%20Ictiologa.jpg#joomlaImage:\\\\\\/\\\\\\/local-images\\\\\\/anuncios\\\\\\/Anuncio_Mailing Curso Ictiologa.jpg?width=558&height=1280\\\",\\\"width\\\":\\\"\\\",\\\"height\\\":\\\"\\\",\\\"alt\\\":\\\"\\\"}\",\"own_prefix\":\"0\",\"metakey_prefix\":\"\",\"purchase_type\":\"1\",\"track_clicks\":\"0\",\"track_impressions\":\"0\",\"checked_out\":393,\"checked_out_time\":\"2024-04-22 20:42:24\",\"publish_up\":\"2024-04-22 15:32:51\",\"publish_down\":\"2024-05-03 23:59:31\",\"reset\":null,\"created\":\"2024-04-22 02:50:52\",\"language\":\"*\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-04-22 20:42:43\",\"modified_by\":393,\"version\":17}',0),(814,'com_content.article.11','','2024-04-22 21:20:04',393,5004,'ff4542d8048949312efbb183617053d6d658c538','{\"id\":\"11\",\"asset_id\":115,\"title\":\"Presentaci\\u00f3n del Congreso\",\"alias\":\"presentacion-del-congreso\",\"introtext\":\"<p><img src=\\\"images\\/Tira%20logos.jpg\\\" alt=\\\"comite\\\" width=\\\"2181\\\" height=\\\"313\\\" loading=\\\"lazy\\\" \\/><\\/p>\\r\\n<h1 style=\\\"text-align: center;\\\">BIENVENIDOS!<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">En esta nueva versi\\u00f3n del Congreso Colombiano de Ictiolog\\u00eda y del Encuentro Suramericano de Icti\\u00f3logos, es la regi\\u00f3n de la Orinoquia la que acoger\\u00e1 en la ciudad de Villavicencio, a todos los invitados a esta reuni\\u00f3n de todos los que trabajamos con peces, desde los variados enfoques desde los cuales se puede abordar su conocimiento. Adem\\u00e1s, en coordinaci\\u00f3n con la Sociedad Ictiol\\u00f3gica Mexicana A.C. se celebrar\\u00e1 por primera vez de forma conjunta, el X Simposio Latinoamericano de Ictiolog\\u00eda.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Es una nueva oportunidad para compartir los avances logrados en nuestras investigaciones y los descubrimientos que se han hecho, y tambi\\u00e9n para establecer redes que permitan a la ictiolog\\u00eda latinoamericana, avanzar en el conocimiento de la vasta biodiversidad \\u00edctica de la regi\\u00f3n. Tambi\\u00e9n ser\\u00e1 el espacio para discutir sobre las amenazas que se ciernen sobre esta riqueza biol\\u00f3gica \\u00fanica: la degradaci\\u00f3n y contaminaci\\u00f3n del h\\u00e1bitat por efectos de actividades antr\\u00f3picas, la sobrepesca y las variaciones ambientales, consecuencia del cambio clim\\u00e1tico, y sus efectos sobre los recursos y las estrategias para enfrentar esos desaf\\u00edos. Adicionalmente, este a\\u00f1o se tendr\\u00e1 un espacio orientado a la discusi\\u00f3n y an\\u00e1lisis sobre la equidad de g\\u00e9nero y la inclusi\\u00f3n en la ictiolog\\u00eda latinoamericana.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El congreso no solo es la cita bianual, donde investigadores, profesores, estudiantes y dem\\u00e1s profesionales de la ictiolog\\u00eda, se podr\\u00e1n volver a encontrar y compartir, sino tambi\\u00e9n un espacio con el que, a trav\\u00e9s de los diferentes simposios, se contribuye a la conservaci\\u00f3n de esta rica herencia natural para que las futuras generaciones puedan, al igual que la actual, disfrutar la belleza y diversidad de los peces, y para que las comunidades que dependen de ellos puedan seguir recibiendo los beneficios que la pesca les aporta.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a1Los esperamos!<\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><strong>\\u00a0<span style=\\\"font-size: 18px;\\\">ICTI\\u00d3LOGO HOMENAJEADO: MAURICIO VALDERRAMA BARCO<\\/span><\\/strong><\\/p>\\r\\n<p style=\\\"text-align: center;\\\">\\u00a0<\\/p>\\r\\n<h2 style=\\\"text-align: center;\\\"><strong>Comit\\u00e9 Organizador\\u00a0<\\/strong><\\/h2>\\r\\n<ul>\\r\\n<li>Rosa Elena Ajiaco Mart\\u00ednez, Fundaci\\u00f3n Bioikos ([email protected]).<\\/li>\\r\\n<li>Hernando Ram\\u00edrez Gil, Universidad de los Llanos ([email protected]).<\\/li>\\r\\n<li>Carlos Arturo Garc\\u00eda Alzate, Universidad del Atl\\u00e1ntico ([email protected]).<\\/li>\\r\\n<li>Carlos DoNascimiento, Universidad de Antioquia ([email protected]).<\\/li>\\r\\n<li>Adriana Santos Mart\\u00ednez, Universidad Nacional de Colombia, sede Caribe ([email protected]).<\\/li>\\r\\n<li>Luis Alonso Zapata Padilla, WWF Colombia ([email protected]).<\\/li>\\r\\n<li>Christian Camilo Conde Salda\\u00f1a, Universidad del Tolima ([email protected])<\\/li>\\r\\n<\\/ul>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-26 12:54:26\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-04-22 21:20:04\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-04-22 21:19:19\",\"publish_up\":\"2023-09-26 12:54:26\",\"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\":1334,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(815,'com_content.article.11','','2024-04-22 21:20:51',393,4954,'8033c7c95e2f6428c360104bd85f813ab7f9dcaf','{\"id\":\"11\",\"asset_id\":115,\"title\":\"Presentaci\\u00f3n del Congreso\",\"alias\":\"presentacion-del-congreso\",\"introtext\":\"<p><img src=\\\"images\\/Tira%20logos.jpg\\\" alt=\\\"comite\\\" width=\\\"2181\\\" height=\\\"313\\\" loading=\\\"lazy\\\" \\/><\\/p>\\r\\n<h1 style=\\\"text-align: center;\\\">BIENVENIDOS!<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">En esta nueva versi\\u00f3n del Congreso Colombiano de Ictiolog\\u00eda y del Encuentro Suramericano de Icti\\u00f3logos, es la regi\\u00f3n de la Orinoquia la que acoger\\u00e1 en la ciudad de Villavicencio, a todos los invitados a esta reuni\\u00f3n de todos los que trabajamos con peces, desde los variados enfoques desde los cuales se puede abordar su conocimiento. Adem\\u00e1s, en coordinaci\\u00f3n con la Sociedad Ictiol\\u00f3gica Mexicana A.C. se celebrar\\u00e1 por primera vez de forma conjunta, el X Simposio Latinoamericano de Ictiolog\\u00eda.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Es una nueva oportunidad para compartir los avances logrados en nuestras investigaciones y los descubrimientos que se han hecho, y tambi\\u00e9n para establecer redes que permitan a la ictiolog\\u00eda latinoamericana, avanzar en el conocimiento de la vasta biodiversidad \\u00edctica de la regi\\u00f3n. Tambi\\u00e9n ser\\u00e1 el espacio para discutir sobre las amenazas que se ciernen sobre esta riqueza biol\\u00f3gica \\u00fanica: la degradaci\\u00f3n y contaminaci\\u00f3n del h\\u00e1bitat por efectos de actividades antr\\u00f3picas, la sobrepesca y las variaciones ambientales, consecuencia del cambio clim\\u00e1tico, y sus efectos sobre los recursos y las estrategias para enfrentar esos desaf\\u00edos. Adicionalmente, este a\\u00f1o se tendr\\u00e1 un espacio orientado a la discusi\\u00f3n y an\\u00e1lisis sobre la equidad de g\\u00e9nero y la inclusi\\u00f3n en la ictiolog\\u00eda latinoamericana.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El congreso no solo es la cita bianual, donde investigadores, profesores, estudiantes y dem\\u00e1s profesionales de la ictiolog\\u00eda, se podr\\u00e1n volver a encontrar y compartir, sino tambi\\u00e9n un espacio con el que, a trav\\u00e9s de los diferentes simposios, se contribuye a la conservaci\\u00f3n de esta rica herencia natural para que las futuras generaciones puedan, al igual que la actual, disfrutar la belleza y diversidad de los peces, y para que las comunidades que dependen de ellos puedan seguir recibiendo los beneficios que la pesca les aporta.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a1Los esperamos!<\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><strong>\\u00a0<span style=\\\"font-size: 18px;\\\">ICTI\\u00d3LOGO HOMENAJEADO: MAURICIO VALDERRAMA BARCO<\\/span><\\/strong><\\/p>\\r\\n<h2 style=\\\"text-align: left;\\\"><strong>Comit\\u00e9 Organizador\\u00a0<\\/strong><\\/h2>\\r\\n<ul>\\r\\n<li>Rosa Elena Ajiaco Mart\\u00ednez, Fundaci\\u00f3n Bioikos ([email protected]).<\\/li>\\r\\n<li>Hernando Ram\\u00edrez Gil, Universidad de los Llanos ([email protected]).<\\/li>\\r\\n<li>Carlos Arturo Garc\\u00eda Alzate, Universidad del Atl\\u00e1ntico ([email protected]).<\\/li>\\r\\n<li>Carlos DoNascimiento, Universidad de Antioquia ([email protected]).<\\/li>\\r\\n<li>Adriana Santos Mart\\u00ednez, Universidad Nacional de Colombia, sede Caribe ([email protected]).<\\/li>\\r\\n<li>Luis Alonso Zapata Padilla, WWF Colombia ([email protected]).<\\/li>\\r\\n<li>Christian Camilo Conde Salda\\u00f1a, Universidad del Tolima ([email protected])<\\/li>\\r\\n<\\/ul>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-26 12:54:26\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-04-22 21:20:51\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-04-22 21:20:15\",\"publish_up\":\"2023-09-26 12:54:26\",\"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\":1335,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(816,'com_content.article.11','','2024-04-22 21:21:51',393,4936,'ee8bb35cdbe6c31c99f14c044cdb49099243c66f','{\"id\":\"11\",\"asset_id\":115,\"title\":\"Presentaci\\u00f3n del Congreso\",\"alias\":\"presentacion-del-congreso\",\"introtext\":\"<p><img src=\\\"images\\/Tira%20logos.jpg\\\" alt=\\\"comite\\\" width=\\\"2181\\\" height=\\\"313\\\" loading=\\\"lazy\\\" \\/><\\/p>\\r\\n<h1 style=\\\"text-align: center;\\\">BIENVENIDOS!<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">En esta nueva versi\\u00f3n del Congreso Colombiano de Ictiolog\\u00eda y del Encuentro Suramericano de Icti\\u00f3logos, es la regi\\u00f3n de la Orinoquia la que acoger\\u00e1 en la ciudad de Villavicencio, a todos los invitados a esta reuni\\u00f3n de todos los que trabajamos con peces, desde los variados enfoques desde los cuales se puede abordar su conocimiento. Adem\\u00e1s, en coordinaci\\u00f3n con la Sociedad Ictiol\\u00f3gica Mexicana A.C. se celebrar\\u00e1 por primera vez de forma conjunta, el X Simposio Latinoamericano de Ictiolog\\u00eda.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Es una nueva oportunidad para compartir los avances logrados en nuestras investigaciones y los descubrimientos que se han hecho, y tambi\\u00e9n para establecer redes que permitan a la ictiolog\\u00eda latinoamericana, avanzar en el conocimiento de la vasta biodiversidad \\u00edctica de la regi\\u00f3n. Tambi\\u00e9n ser\\u00e1 el espacio para discutir sobre las amenazas que se ciernen sobre esta riqueza biol\\u00f3gica \\u00fanica: la degradaci\\u00f3n y contaminaci\\u00f3n del h\\u00e1bitat por efectos de actividades antr\\u00f3picas, la sobrepesca y las variaciones ambientales, consecuencia del cambio clim\\u00e1tico, y sus efectos sobre los recursos y las estrategias para enfrentar esos desaf\\u00edos. Adicionalmente, este a\\u00f1o se tendr\\u00e1 un espacio orientado a la discusi\\u00f3n y an\\u00e1lisis sobre la equidad de g\\u00e9nero y la inclusi\\u00f3n en la ictiolog\\u00eda latinoamericana.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El congreso no solo es la cita bianual, donde investigadores, profesores, estudiantes y dem\\u00e1s profesionales de la ictiolog\\u00eda, se podr\\u00e1n volver a encontrar y compartir, sino tambi\\u00e9n un espacio con el que, a trav\\u00e9s de los diferentes simposios, se contribuye a la conservaci\\u00f3n de esta rica herencia natural para que las futuras generaciones puedan, al igual que la actual, disfrutar la belleza y diversidad de los peces, y para que las comunidades que dependen de ellos puedan seguir recibiendo los beneficios que la pesca les aporta.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a1Los esperamos!<\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><strong>\\u00a0<span style=\\\"font-size: 18px;\\\">ICTI\\u00d3LOGO HOMENAJEADO: MAURICIO VALDERRAMA BARCO<\\/span><\\/strong><\\/p>\\r\\n<h2 style=\\\"text-align: left;\\\">Comit\\u00e9 Organizador\\u00a0<\\/h2>\\r\\n<ul>\\r\\n<li>Rosa Elena Ajiaco Mart\\u00ednez, Fundaci\\u00f3n Bioikos ([email protected]).<\\/li>\\r\\n<li>Hernando Ram\\u00edrez Gil, Universidad de los Llanos ([email protected]).<\\/li>\\r\\n<li>Carlos Arturo Garc\\u00eda Alzate, Universidad del Atl\\u00e1ntico ([email protected]).<\\/li>\\r\\n<li>Carlos DoNascimiento, Universidad de Antioquia ([email protected]).<\\/li>\\r\\n<li>Adriana Santos Mart\\u00ednez, Universidad Nacional de Colombia, sede Caribe ([email protected]).<\\/li>\\r\\n<li>Luis Alonso Zapata Padilla, WWF Colombia ([email protected]).<\\/li>\\r\\n<li>Christian Camilo Conde Salda\\u00f1a, Universidad del Tolima ([email protected])<\\/li>\\r\\n<\\/ul>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-26 12:54:26\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-04-22 21:21:51\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-04-22 21:21:43\",\"publish_up\":\"2023-09-26 12:54:26\",\"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\":1336,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(817,'com_content.article.11','','2024-04-22 21:22:14',393,4938,'3209beb49b4743d68ac588292f960dd435e51511','{\"id\":\"11\",\"asset_id\":115,\"title\":\"Presentaci\\u00f3n del Congreso\",\"alias\":\"presentacion-del-congreso\",\"introtext\":\"<p><img src=\\\"images\\/Tira%20logos.jpg\\\" alt=\\\"comite\\\" width=\\\"2181\\\" height=\\\"313\\\" loading=\\\"lazy\\\" \\/><\\/p>\\r\\n<h1 style=\\\"text-align: center;\\\">BIENVENIDOS!<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">En esta nueva versi\\u00f3n del Congreso Colombiano de Ictiolog\\u00eda y del Encuentro Suramericano de Icti\\u00f3logos, es la regi\\u00f3n de la Orinoquia la que acoger\\u00e1 en la ciudad de Villavicencio, a todos los invitados a esta reuni\\u00f3n de todos los que trabajamos con peces, desde los variados enfoques desde los cuales se puede abordar su conocimiento. Adem\\u00e1s, en coordinaci\\u00f3n con la Sociedad Ictiol\\u00f3gica Mexicana A.C. se celebrar\\u00e1 por primera vez de forma conjunta, el X Simposio Latinoamericano de Ictiolog\\u00eda.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Es una nueva oportunidad para compartir los avances logrados en nuestras investigaciones y los descubrimientos que se han hecho, y tambi\\u00e9n para establecer redes que permitan a la ictiolog\\u00eda latinoamericana, avanzar en el conocimiento de la vasta biodiversidad \\u00edctica de la regi\\u00f3n. Tambi\\u00e9n ser\\u00e1 el espacio para discutir sobre las amenazas que se ciernen sobre esta riqueza biol\\u00f3gica \\u00fanica: la degradaci\\u00f3n y contaminaci\\u00f3n del h\\u00e1bitat por efectos de actividades antr\\u00f3picas, la sobrepesca y las variaciones ambientales, consecuencia del cambio clim\\u00e1tico, y sus efectos sobre los recursos y las estrategias para enfrentar esos desaf\\u00edos. Adicionalmente, este a\\u00f1o se tendr\\u00e1 un espacio orientado a la discusi\\u00f3n y an\\u00e1lisis sobre la equidad de g\\u00e9nero y la inclusi\\u00f3n en la ictiolog\\u00eda latinoamericana.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El congreso no solo es la cita bianual, donde investigadores, profesores, estudiantes y dem\\u00e1s profesionales de la ictiolog\\u00eda, se podr\\u00e1n volver a encontrar y compartir, sino tambi\\u00e9n un espacio con el que, a trav\\u00e9s de los diferentes simposios, se contribuye a la conservaci\\u00f3n de esta rica herencia natural para que las futuras generaciones puedan, al igual que la actual, disfrutar la belleza y diversidad de los peces, y para que las comunidades que dependen de ellos puedan seguir recibiendo los beneficios que la pesca les aporta.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">\\u00a1Los esperamos!<\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><strong>\\u00a0<span style=\\\"font-size: 18px;\\\">ICTI\\u00d3LOGO HOMENAJEADO: MAURICIO VALDERRAMA BARCO<\\/span><\\/strong><\\/p>\\r\\n<h2 style=\\\"text-align: center;\\\">Comit\\u00e9 Organizador\\u00a0<\\/h2>\\r\\n<ul>\\r\\n<li>Rosa Elena Ajiaco Mart\\u00ednez, Fundaci\\u00f3n Bioikos ([email protected]).<\\/li>\\r\\n<li>Hernando Ram\\u00edrez Gil, Universidad de los Llanos ([email protected]).<\\/li>\\r\\n<li>Carlos Arturo Garc\\u00eda Alzate, Universidad del Atl\\u00e1ntico ([email protected]).<\\/li>\\r\\n<li>Carlos DoNascimiento, Universidad de Antioquia ([email protected]).<\\/li>\\r\\n<li>Adriana Santos Mart\\u00ednez, Universidad Nacional de Colombia, sede Caribe ([email protected]).<\\/li>\\r\\n<li>Luis Alonso Zapata Padilla, WWF Colombia ([email protected]).<\\/li>\\r\\n<li>Christian Camilo Conde Salda\\u00f1a, Universidad del Tolima ([email protected])<\\/li>\\r\\n<\\/ul>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-09-26 12:54:26\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-04-22 21:22:14\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-04-22 21:22:05\",\"publish_up\":\"2023-09-26 12:54:26\",\"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\":1337,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(825,'com_content.article.5','','2024-04-25 22:34:14',393,13162,'4623513b5b7e98dd4d87a85dd046eaffdb09e169','{\"id\":\"5\",\"asset_id\":104,\"title\":\"Registro como participante\",\"alias\":\"registro-y-pago\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\">\\u00a0INVERSI\\u00d3N<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">La inversi\\u00f3n le permite acceder a cada participante a todas las presentaciones programadas, reuni\\u00f3n de bienvenida, memorias del Congreso, souvenirs y refrigerios ofrecidos durante los d\\u00edas del congreso. Adicionalmente, le permite al conferencistaprofesional presentar hasta dos trabajos (oral, p\\u00f3ster o su combinaci\\u00f3n) y al conferencistaestudiante hasta un trabajo (oral o p\\u00f3ster), en alguno de los simposios del Congreso. Si desea presentar trabajos adicionales, el conferencista deber\\u00e1 realizar la inversi\\u00f3n del 30% del valor de la inscripci\\u00f3n (tarifa vigente al momento del registro), por cada nuevo trabajo.<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 100.007%; height: 207.969px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"height: 20.7969px; width: 25.0224%;\\\" rowspan=\\\"2\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 1<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 2<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 20.7969px;\\\">Periodo 3<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 41.5938px;\\\">\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">1 de noviembre de 2023 al 16 de abril de 2024<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">17 de abril de 2024 al 30 de abril de 2022\\u00a0<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 41.5938px;\\\">\\u00a01 de mayo de 2024 en adelante<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$520.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$572.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$629.200<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">2<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$660.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$726.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$798.600<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">3<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$580.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$638.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$701.000<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">4<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$330.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$363.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$399.300<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">5<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$250.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$275.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$302.500<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">6<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$495.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$544.500<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$598.950<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">7<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$300.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$330.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$363.000<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 32.8244%; height: 62.3907px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"width: 13.8138%; height: 20.7969px;\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 86.1862%; height: 20.7969px;\\\">Descripci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 13.8138%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 86.1862%; height: 20.7969px;\\\">Miembro de acictios<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">2<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n profesionales sin conferencia<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">3<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n profesionales-conferencistas<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">4<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">\\u00a0Inscripci\\u00f3n estudiantes sin conferencia<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">5<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n estudiantes con conferencia\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">6<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">\\u00a0Curso precongreso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">7<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n a un d\\u00eda del congreso\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>En caso de participar en el congreso y tambi\\u00e9n tomar un curso, los valores ser\\u00edan los siguientes:<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 100.007%; height: 207.969px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"height: 20.7969px; width: 25.0224%;\\\" rowspan=\\\"2\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 1<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 2<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 20.7969px;\\\">Periodo 3<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 41.5938px;\\\">\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">1 de noviembre de 2023 al 31 de marzo de 2024<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">1 de abril de 2024 al 30 de abril de 2022\\u00a0<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 41.5938px;\\\">\\u00a01 de mayo de 2024 en adelante<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$621.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$683.650<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$752.015<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">2<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$775.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$853.050<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$938.355<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">3<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$687.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$756.250<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$831.875<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">4<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$412.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$453.750<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$499.125<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">5<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$324.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$356.950<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$392.645<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 39.4084%; height: 62.3907px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"width: 13.6842%; height: 20.7969px;\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 86.3158%; height: 20.7969px;\\\">Descripci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 13.6842%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 86.3158%; height: 20.7969px;\\\">Miembro de acictios +curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">2<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">Inscripci\\u00f3n profesionales sin conferencia + curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">3<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">Inscripci\\u00f3n profesionales-conferencistas + curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">4<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">\\u00a0Inscripci\\u00f3n estudiantes sin conferencia + curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">5<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">Inscripci\\u00f3n estudiantes con conferencia + curso\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h3><strong>Pagos en <\\/strong><strong>Colombia<\\/strong>:<\\/h3>\\r\\n<p><strong>Consignaci\\u00f3n o transferencia a:<\\/strong> Cuenta de ahorros n\\u00famero 23600016776 de Bancolombia, a nombre de Asociaci\\u00f3n Colombiana de icti\\u00f3logos. Nit. 830.034.378-6.<\\/p>\\r\\n<h3 style=\\\"text-align: center;\\\"><img src=\\\"images\\/qr.jpg\\\" alt=\\\"\\\" width=\\\"500\\\" height=\\\"891\\\" loading=\\\"lazy\\\" \\/><\\/h3>\\r\\n<h3><strong>Pagos desde el exterior<\\/strong>:<\\/h3>\\r\\n<p><strong>Consignaci\\u00f3n o transferencia bancaria a:<\\/strong> Cuenta de ahorros n\\u00famero 23600016776 del Banco de Colombia S.A. C\\u00f3digo SWIF COLOCIBM<\\/p>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>Direcci\\u00f3n del Banco:<\\/strong> Calle 28 # 13 A 75 Piso 5 Edificio Atrio Bogot\\u00e1<\\/p>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>A nombre de: <\\/strong>Asociaci\\u00f3n Colombiana de icti\\u00f3logos. Nit. 830.034.378-6<\\/p>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>Direcci\\u00f3n de la Asociaci\\u00f3n:<\\/strong> Calle 81 #19 A-18 oficina 301<\\/p>\\r\\n<p><strong>Pagos con tarjetas: <\\/strong><span style=\\\"font-size: 24px;\\\"><a title=\\\"Pasarela de pagos\\\" href=\\\"https:\\/\\/checkout.wompi.co\\/l\\/VPOS_bgONai\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Pasarela de pagos \\ud83d\\udcb2<\\/a><\\/span><\\/p>\\r\\n<h2><strong>Para tener en cuenta al momento de la inscripci\\u00f3n<\\/strong><\\/h2>\\r\\n<ul>\\r\\n<li style=\\\"text-align: justify;\\\">Al momento de realizar el pago de su inscripci\\u00f3n, indique el nombre y n\\u00famero de identificaci\\u00f3n del participante.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Indique los siguientes datos para elaborar la factura por el costo de su inscripci\\u00f3n:\\r\\n<ul>\\r\\n<li style=\\\"text-align: justify;\\\">Persona natural: nombre completo, tipo de documento, n\\u00famero del documento, procedencia de emisi\\u00f3n del documento, direcci\\u00f3n, tel\\u00e9fono, correo electr\\u00f3nico<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Persona jur\\u00eddica: nombre completo de la empresa o entidad, n\\u00famero de NIT, ubicaci\\u00f3n donde est\\u00e1 radicada, direcci\\u00f3n, tel\\u00e9fono, correo electr\\u00f3nico corporativo de la entidad a la cual se emite la factura.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>Nota: Una vez elaborada la factura no se aceptan cambios ni devoluciones.<\\/strong><\\/p>\\r\\n<ul>\\r\\n<li style=\\\"line-height: 1;\\\"><strong>Al momento del registro tener disponible el comprobante de consignaci\\u00f3n en formato PDF.<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<h1 style=\\\"text-align: center;\\\"><strong><a href=\\\"https:\\/\\/acictios.org\\/registro-congreso-2024\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Registro como participante. \\ud83d\\udc1f<\\/a><\\/strong><\\/h1>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:24:30\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-04-25 22:34:14\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-04-25 22:33:43\",\"publish_up\":\"2023-07-12 19:24: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\":71,\"ordering\":6,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":2432,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(826,'com_content.article.5','','2024-04-25 22:35:10',393,13163,'7b3637e4c77132ae95ca9eaf9a819c073ddc23fb','{\"id\":\"5\",\"asset_id\":104,\"title\":\"Registro como participante\",\"alias\":\"registro-y-pago\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\">\\u00a0INVERSI\\u00d3N<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">La inversi\\u00f3n le permite acceder a cada participante a todas las presentaciones programadas, reuni\\u00f3n de bienvenida, memorias del Congreso, souvenirs y refrigerios ofrecidos durante los d\\u00edas del congreso. Adicionalmente, le permite al conferencistaprofesional presentar hasta dos trabajos (oral, p\\u00f3ster o su combinaci\\u00f3n) y al conferencistaestudiante hasta un trabajo (oral o p\\u00f3ster), en alguno de los simposios del Congreso. Si desea presentar trabajos adicionales, el conferencista deber\\u00e1 realizar la inversi\\u00f3n del 30% del valor de la inscripci\\u00f3n (tarifa vigente al momento del registro), por cada nuevo trabajo.<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 100.007%; height: 207.969px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"height: 20.7969px; width: 25.0224%;\\\" rowspan=\\\"2\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 1<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 2<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 20.7969px;\\\">Periodo 3<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 41.5938px;\\\">\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">1 de noviembre de 2023 al 16 de abril de 2024<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">17 de abril de 2024 al 30 de abril de 2022\\u00a0<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 41.5938px;\\\">\\u00a01 de mayo de 2024 en adelante<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$520.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$572.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$629.200<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">2<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$660.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$726.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$798.600<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">3<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$580.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$638.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$701.000<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">4<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$330.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$363.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$399.300<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">5<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$250.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$275.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$302.500<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">6<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$495.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$544.500<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$598.950<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">7<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$300.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$330.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$363.000<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 32.8244%; height: 62.3907px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"width: 13.8138%; height: 20.7969px;\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 86.1862%; height: 20.7969px;\\\">Descripci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 13.8138%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 86.1862%; height: 20.7969px;\\\">Miembro de acictios<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">2<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n profesionales sin conferencia<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">3<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n profesionales-conferencistas<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">4<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">\\u00a0Inscripci\\u00f3n estudiantes sin conferencia<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">5<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n estudiantes con conferencia\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">6<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">\\u00a0Curso precongreso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">7<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n a un d\\u00eda del congreso\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>En caso de participar en el congreso y tambi\\u00e9n tomar un curso, los valores ser\\u00edan los siguientes:<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 100.007%; height: 207.969px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"height: 20.7969px; width: 25.0224%;\\\" rowspan=\\\"2\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 1<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 2<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 20.7969px;\\\">Periodo 3<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 41.5938px;\\\">\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">1 de noviembre de 2023 al 16 de abril de 2024<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">17 de abril de 2024 al 30 de abril de 2022\\u00a0<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 41.5938px;\\\">\\u00a01 de mayo de 2024 en adelante<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$621.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$683.650<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$752.015<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">2<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$775.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$853.050<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$938.355<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">3<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$687.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$756.250<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$831.875<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">4<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$412.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$453.750<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$499.125<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">5<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$324.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$356.950<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$392.645<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 39.4084%; height: 62.3907px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"width: 13.6842%; height: 20.7969px;\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 86.3158%; height: 20.7969px;\\\">Descripci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 13.6842%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 86.3158%; height: 20.7969px;\\\">Miembro de acictios +curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">2<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">Inscripci\\u00f3n profesionales sin conferencia + curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">3<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">Inscripci\\u00f3n profesionales-conferencistas + curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">4<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">\\u00a0Inscripci\\u00f3n estudiantes sin conferencia + curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">5<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">Inscripci\\u00f3n estudiantes con conferencia + curso\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h3><strong>Pagos en <\\/strong><strong>Colombia<\\/strong>:<\\/h3>\\r\\n<p><strong>Consignaci\\u00f3n o transferencia a:<\\/strong> Cuenta de ahorros n\\u00famero 23600016776 de Bancolombia, a nombre de Asociaci\\u00f3n Colombiana de icti\\u00f3logos. Nit. 830.034.378-6.<\\/p>\\r\\n<h3 style=\\\"text-align: center;\\\"><img src=\\\"images\\/qr.jpg\\\" alt=\\\"\\\" width=\\\"500\\\" height=\\\"891\\\" loading=\\\"lazy\\\" \\/><\\/h3>\\r\\n<h3><strong>Pagos desde el exterior<\\/strong>:<\\/h3>\\r\\n<p><strong>Consignaci\\u00f3n o transferencia bancaria a:<\\/strong> Cuenta de ahorros n\\u00famero 23600016776 del Banco de Colombia S.A. C\\u00f3digo SWIF COLOCIBM<\\/p>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>Direcci\\u00f3n del Banco:<\\/strong> Calle 28 # 13 A 75 Piso 5 Edificio Atrio Bogot\\u00e1<\\/p>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>A nombre de: <\\/strong>Asociaci\\u00f3n Colombiana de icti\\u00f3logos. Nit. 830.034.378-6<\\/p>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>Direcci\\u00f3n de la Asociaci\\u00f3n:<\\/strong> Calle 81 #19 A-18 oficina 301<\\/p>\\r\\n<p><strong>Pagos con tarjetas: <\\/strong><span style=\\\"font-size: 24px;\\\"><a title=\\\"Pasarela de pagos\\\" href=\\\"https:\\/\\/checkout.wompi.co\\/l\\/VPOS_bgONai\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Pasarela de pagos \\ud83d\\udcb2<\\/a><\\/span><\\/p>\\r\\n<h2><strong>Para tener en cuenta al momento de la inscripci\\u00f3n<\\/strong><\\/h2>\\r\\n<ul>\\r\\n<li style=\\\"text-align: justify;\\\">Al momento de realizar el pago de su inscripci\\u00f3n, indique el nombre y n\\u00famero de identificaci\\u00f3n del participante.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Indique los siguientes datos para elaborar la factura por el costo de su inscripci\\u00f3n:\\r\\n<ul>\\r\\n<li style=\\\"text-align: justify;\\\">Persona natural: nombre completo, tipo de documento, n\\u00famero del documento, procedencia de emisi\\u00f3n del documento, direcci\\u00f3n, tel\\u00e9fono, correo electr\\u00f3nico<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Persona jur\\u00eddica: nombre completo de la empresa o entidad, n\\u00famero de NIT, ubicaci\\u00f3n donde est\\u00e1 radicada, direcci\\u00f3n, tel\\u00e9fono, correo electr\\u00f3nico corporativo de la entidad a la cual se emite la factura.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>Nota: Una vez elaborada la factura no se aceptan cambios ni devoluciones.<\\/strong><\\/p>\\r\\n<ul>\\r\\n<li style=\\\"line-height: 1;\\\"><strong>Al momento del registro tener disponible el comprobante de consignaci\\u00f3n en formato PDF.<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<h1 style=\\\"text-align: center;\\\"><strong><a href=\\\"https:\\/\\/acictios.org\\/registro-congreso-2024\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Registro como participante. \\ud83d\\udc1f<\\/a><\\/strong><\\/h1>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:24:30\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-04-25 22:35:10\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-04-25 22:34:48\",\"publish_up\":\"2023-07-12 19:24: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\":72,\"ordering\":6,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":2433,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(827,'com_content.article.5','','2024-04-25 22:35:39',393,13163,'bab18f5f17290ffee7b30b961bd83e99bbe8e8d7','{\"id\":\"5\",\"asset_id\":104,\"title\":\"Registro como participante\",\"alias\":\"registro-y-pago\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\">\\u00a0INVERSI\\u00d3N<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">La inversi\\u00f3n le permite acceder a cada participante a todas las presentaciones programadas, reuni\\u00f3n de bienvenida, memorias del Congreso, souvenirs y refrigerios ofrecidos durante los d\\u00edas del congreso. Adicionalmente, le permite al conferencistaprofesional presentar hasta dos trabajos (oral, p\\u00f3ster o su combinaci\\u00f3n) y al conferencistaestudiante hasta un trabajo (oral o p\\u00f3ster), en alguno de los simposios del Congreso. Si desea presentar trabajos adicionales, el conferencista deber\\u00e1 realizar la inversi\\u00f3n del 30% del valor de la inscripci\\u00f3n (tarifa vigente al momento del registro), por cada nuevo trabajo.<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 100.007%; height: 207.969px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"height: 20.7969px; width: 25.0224%;\\\" rowspan=\\\"2\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 1<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 2<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 20.7969px;\\\">Periodo 3<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 41.5938px;\\\">\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">1 de noviembre de 2023 al 16 de abril de 2024<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">17 de abril de 2024 al 30 de abril de 2024\\u00a0<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 41.5938px;\\\">\\u00a01 de mayo de 2024 en adelante<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$520.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$572.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$629.200<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">2<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$660.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$726.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$798.600<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">3<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$580.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$638.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$701.000<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">4<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$330.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$363.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$399.300<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">5<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$250.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$275.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$302.500<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">6<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$495.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$544.500<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$598.950<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">7<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$300.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$330.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$363.000<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 32.8244%; height: 62.3907px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"width: 13.8138%; height: 20.7969px;\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 86.1862%; height: 20.7969px;\\\">Descripci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 13.8138%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 86.1862%; height: 20.7969px;\\\">Miembro de acictios<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">2<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n profesionales sin conferencia<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">3<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n profesionales-conferencistas<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">4<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">\\u00a0Inscripci\\u00f3n estudiantes sin conferencia<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">5<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n estudiantes con conferencia\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">6<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">\\u00a0Curso precongreso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">7<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n a un d\\u00eda del congreso\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>En caso de participar en el congreso y tambi\\u00e9n tomar un curso, los valores ser\\u00edan los siguientes:<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 100.007%; height: 207.969px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"height: 20.7969px; width: 25.0224%;\\\" rowspan=\\\"2\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 1<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 2<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 20.7969px;\\\">Periodo 3<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 41.5938px;\\\">\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">1 de noviembre de 2023 al 16 de abril de 2024<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">17 de abril de 2024 al 30 de abril de 2024\\u00a0<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 41.5938px;\\\">\\u00a01 de mayo de 2024 en adelante<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$621.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$683.650<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$752.015<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">2<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$775.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$853.050<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$938.355<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">3<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$687.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$756.250<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$831.875<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">4<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$412.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$453.750<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$499.125<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">5<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$324.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$356.950<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$392.645<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 39.4084%; height: 62.3907px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"width: 13.6842%; height: 20.7969px;\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 86.3158%; height: 20.7969px;\\\">Descripci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 13.6842%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 86.3158%; height: 20.7969px;\\\">Miembro de acictios +curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">2<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">Inscripci\\u00f3n profesionales sin conferencia + curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">3<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">Inscripci\\u00f3n profesionales-conferencistas + curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">4<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">\\u00a0Inscripci\\u00f3n estudiantes sin conferencia + curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">5<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">Inscripci\\u00f3n estudiantes con conferencia + curso\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h3><strong>Pagos en <\\/strong><strong>Colombia<\\/strong>:<\\/h3>\\r\\n<p><strong>Consignaci\\u00f3n o transferencia a:<\\/strong> Cuenta de ahorros n\\u00famero 23600016776 de Bancolombia, a nombre de Asociaci\\u00f3n Colombiana de icti\\u00f3logos. Nit. 830.034.378-6.<\\/p>\\r\\n<h3 style=\\\"text-align: center;\\\"><img src=\\\"images\\/qr.jpg\\\" alt=\\\"\\\" width=\\\"500\\\" height=\\\"891\\\" loading=\\\"lazy\\\" \\/><\\/h3>\\r\\n<h3><strong>Pagos desde el exterior<\\/strong>:<\\/h3>\\r\\n<p><strong>Consignaci\\u00f3n o transferencia bancaria a:<\\/strong> Cuenta de ahorros n\\u00famero 23600016776 del Banco de Colombia S.A. C\\u00f3digo SWIF COLOCIBM<\\/p>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>Direcci\\u00f3n del Banco:<\\/strong> Calle 28 # 13 A 75 Piso 5 Edificio Atrio Bogot\\u00e1<\\/p>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>A nombre de: <\\/strong>Asociaci\\u00f3n Colombiana de icti\\u00f3logos. Nit. 830.034.378-6<\\/p>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>Direcci\\u00f3n de la Asociaci\\u00f3n:<\\/strong> Calle 81 #19 A-18 oficina 301<\\/p>\\r\\n<p><strong>Pagos con tarjetas: <\\/strong><span style=\\\"font-size: 24px;\\\"><a title=\\\"Pasarela de pagos\\\" href=\\\"https:\\/\\/checkout.wompi.co\\/l\\/VPOS_bgONai\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Pasarela de pagos \\ud83d\\udcb2<\\/a><\\/span><\\/p>\\r\\n<h2><strong>Para tener en cuenta al momento de la inscripci\\u00f3n<\\/strong><\\/h2>\\r\\n<ul>\\r\\n<li style=\\\"text-align: justify;\\\">Al momento de realizar el pago de su inscripci\\u00f3n, indique el nombre y n\\u00famero de identificaci\\u00f3n del participante.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Indique los siguientes datos para elaborar la factura por el costo de su inscripci\\u00f3n:\\r\\n<ul>\\r\\n<li style=\\\"text-align: justify;\\\">Persona natural: nombre completo, tipo de documento, n\\u00famero del documento, procedencia de emisi\\u00f3n del documento, direcci\\u00f3n, tel\\u00e9fono, correo electr\\u00f3nico<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Persona jur\\u00eddica: nombre completo de la empresa o entidad, n\\u00famero de NIT, ubicaci\\u00f3n donde est\\u00e1 radicada, direcci\\u00f3n, tel\\u00e9fono, correo electr\\u00f3nico corporativo de la entidad a la cual se emite la factura.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>Nota: Una vez elaborada la factura no se aceptan cambios ni devoluciones.<\\/strong><\\/p>\\r\\n<ul>\\r\\n<li style=\\\"line-height: 1;\\\"><strong>Al momento del registro tener disponible el comprobante de consignaci\\u00f3n en formato PDF.<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<h1 style=\\\"text-align: center;\\\"><strong><a href=\\\"https:\\/\\/acictios.org\\/registro-congreso-2024\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Registro como participante. \\ud83d\\udc1f<\\/a><\\/strong><\\/h1>\\r\\n<p>\\u00a0<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:24:30\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-04-25 22:35:39\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-04-25 22:35:18\",\"publish_up\":\"2023-07-12 19:24: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\":73,\"ordering\":6,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":2434,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(828,'com_content.article.5','','2024-05-01 21:55:05',393,13172,'b6414b8d129e82d507cec43566a227b2b3e69f2d','{\"id\":\"5\",\"asset_id\":104,\"title\":\"Registro como participante\",\"alias\":\"registro-y-pago\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\">\\u00a0INVERSI\\u00d3N<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">La inversi\\u00f3n le permite acceder a cada participante a todas las presentaciones programadas, reuni\\u00f3n de bienvenida, memorias del Congreso, souvenirs y refrigerios ofrecidos durante los d\\u00edas del congreso. Adicionalmente, le permite al conferencistaprofesional presentar hasta dos trabajos (oral, p\\u00f3ster o su combinaci\\u00f3n) y al conferencistaestudiante hasta un trabajo (oral o p\\u00f3ster), en alguno de los simposios del Congreso. Si desea presentar trabajos adicionales, el conferencista deber\\u00e1 realizar la inversi\\u00f3n del 30% del valor de la inscripci\\u00f3n (tarifa vigente al momento del registro), por cada nuevo trabajo.<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 100.007%; height: 207.969px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"height: 20.7969px; width: 25.0224%;\\\" rowspan=\\\"2\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 1<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 2<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 20.7969px;\\\">Periodo 3<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 41.5938px;\\\">\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">1 de noviembre de 2023 al 16 de abril de 2024<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">17 de abril de 2024 al 30 de abril de 2024\\u00a0<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 41.5938px;\\\">\\u00a01 de mayo de 2024 en adelante<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$520.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$572.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$629.200<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">2<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$660.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$726.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$798.600<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">3<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$580.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$638.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$701.000<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">4<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$330.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$363.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$399.300<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">5<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$250.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$275.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$302.500<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">6<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$495.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$544.500<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$598.950<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">7<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$300.000<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$330.000<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$363.000<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 32.8244%; height: 62.3907px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"width: 13.8138%; height: 20.7969px;\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 86.1862%; height: 20.7969px;\\\">Descripci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 13.8138%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 86.1862%; height: 20.7969px;\\\">Miembro de acictios<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">2<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n profesionales sin conferencia<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">3<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n profesionales-conferencistas<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">4<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">\\u00a0Inscripci\\u00f3n estudiantes sin conferencia<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">5<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n estudiantes con conferencia\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">6<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">\\u00a0Curso precongreso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.8138%;\\\">7<\\/td>\\r\\n<td style=\\\"width: 86.1862%;\\\">Inscripci\\u00f3n a un d\\u00eda del congreso\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>En caso de participar en el congreso y tambi\\u00e9n tomar un curso, los valores ser\\u00edan los siguientes:<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 100.007%; height: 207.969px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"height: 20.7969px; width: 25.0224%;\\\" rowspan=\\\"2\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 1<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 20.7969px;\\\">Periodo 2<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 20.7969px;\\\">Periodo 3<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 41.5938px;\\\">\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">1 de noviembre de 2023 al 16 de abril de 2024<\\/th>\\r\\n<th style=\\\"width: 25.0224%; height: 41.5938px;\\\">17 de abril de 2024 al 30 de abril de 2024\\u00a0<\\/th>\\r\\n<th style=\\\"width: 24.9269%; height: 41.5938px;\\\">\\u00a01 de mayo de 2024 en adelante<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$621.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$683.650<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$752.015<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">2<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$775.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$853.050<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$938.355<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">3<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$687.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$756.250<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$831.875<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">4<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$412.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$453.750<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$499.125<\\/td>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">5<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$324.500<\\/td>\\r\\n<td style=\\\"width: 25.0224%; height: 20.7969px;\\\">$356.950<\\/td>\\r\\n<td style=\\\"width: 24.9269%; height: 20.7969px;\\\">$392.645<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<p>\\u00a0<\\/p>\\r\\n<table style=\\\"border-collapse: collapse; width: 39.4084%; height: 62.3907px;\\\" border=\\\"1\\\">\\r\\n<tbody>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<th style=\\\"width: 13.6842%; height: 20.7969px;\\\">Tarifa<\\/th>\\r\\n<th style=\\\"width: 86.3158%; height: 20.7969px;\\\">Descripci\\u00f3n<\\/th>\\r\\n<\\/tr>\\r\\n<tr style=\\\"height: 20.7969px;\\\">\\r\\n<td style=\\\"width: 13.6842%; height: 20.7969px;\\\">1<\\/td>\\r\\n<td style=\\\"width: 86.3158%; height: 20.7969px;\\\">Miembro de acictios +curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">2<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">Inscripci\\u00f3n profesionales sin conferencia + curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">3<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">Inscripci\\u00f3n profesionales-conferencistas + curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">4<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">\\u00a0Inscripci\\u00f3n estudiantes sin conferencia + curso<\\/td>\\r\\n<\\/tr>\\r\\n<tr>\\r\\n<td style=\\\"width: 13.6842%;\\\">5<\\/td>\\r\\n<td style=\\\"width: 86.3158%;\\\">Inscripci\\u00f3n estudiantes con conferencia + curso\\u00a0<\\/td>\\r\\n<\\/tr>\\r\\n<\\/tbody>\\r\\n<\\/table>\\r\\n<h3><strong>Pagos en <\\/strong><strong>Colombia<\\/strong>:<\\/h3>\\r\\n<p><strong>Consignaci\\u00f3n o transferencia a:<\\/strong> Cuenta de ahorros n\\u00famero 23600016776 de Bancolombia, a nombre de Asociaci\\u00f3n Colombiana de icti\\u00f3logos. Nit. 830.034.378-6.<\\/p>\\r\\n<h3 style=\\\"text-align: center;\\\"><img src=\\\"images\\/qr.jpg\\\" alt=\\\"\\\" width=\\\"500\\\" height=\\\"891\\\" loading=\\\"lazy\\\" \\/><\\/h3>\\r\\n<h3><strong>Pagos desde el exterior<\\/strong>:<\\/h3>\\r\\n<p><strong>Consignaci\\u00f3n o transferencia bancaria a:<\\/strong> Cuenta de ahorros n\\u00famero 23600016776 del Banco de Colombia S.A. C\\u00f3digo SWIF COLOCIBM<\\/p>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>Direcci\\u00f3n del Banco:<\\/strong> Calle 28 # 13 A 75 Piso 5 Edificio Atrio Bogot\\u00e1<\\/p>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>A nombre de: <\\/strong>Asociaci\\u00f3n Colombiana de icti\\u00f3logos. Nit. 830.034.378-6<\\/p>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>Direcci\\u00f3n de la Asociaci\\u00f3n:<\\/strong> Calle 81 #19 A-18 oficina 301<\\/p>\\r\\n<p><strong>Pagos con tarjetas: <\\/strong><span style=\\\"font-size: 24px;\\\"><a title=\\\"Pasarela de pagos\\\" href=\\\"https:\\/\\/checkout.wompi.co\\/l\\/VPOS_bgONai\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Pasarela de pagos \\ud83d\\udcb2<\\/a><\\/span><\\/p>\\r\\n<h2><strong>Para tener en cuenta al momento de la inscripci\\u00f3n<\\/strong><\\/h2>\\r\\n<ul>\\r\\n<li style=\\\"text-align: justify;\\\">Al momento de realizar el pago de su inscripci\\u00f3n, indique el nombre y n\\u00famero de identificaci\\u00f3n del participante.<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Indique los siguientes datos para elaborar la factura por el costo de su inscripci\\u00f3n:\\r\\n<ul>\\r\\n<li style=\\\"text-align: justify;\\\">Persona natural: nombre completo, tipo de documento, n\\u00famero del documento, procedencia de emisi\\u00f3n del documento, direcci\\u00f3n, tel\\u00e9fono, correo electr\\u00f3nico<\\/li>\\r\\n<li style=\\\"text-align: justify;\\\">Persona jur\\u00eddica: nombre completo de la empresa o entidad, n\\u00famero de NIT, ubicaci\\u00f3n donde est\\u00e1 radicada, direcci\\u00f3n, tel\\u00e9fono, correo electr\\u00f3nico corporativo de la entidad a la cual se emite la factura.<\\/li>\\r\\n<\\/ul>\\r\\n<\\/li>\\r\\n<\\/ul>\\r\\n<p style=\\\"line-height: 1;\\\"><strong>Nota: Una vez elaborada la factura no se aceptan cambios ni devoluciones.<\\/strong><\\/p>\\r\\n<ul>\\r\\n<li style=\\\"line-height: 1;\\\"><strong>Al momento del registro tener disponible el comprobante de consignaci\\u00f3n en formato PDF.<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n<!-- <h1 style=\\\"text-align: center;\\\"><strong><a href=\\\"https:\\/\\/acictios.org\\/registro-congreso-2024\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Registro como participante. \\ud83d\\udc1f<\\/a><\\/strong><\\/h1>\\r\\n<p>\\u00a0<\\/p> -->\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:24:30\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-05-01 21:55:05\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-05-01 21:54:26\",\"publish_up\":\"2023-07-12 19:24: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\":74,\"ordering\":6,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":2576,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(878,'com_content.article.3','','2024-05-03 23:08:03',393,6316,'8e5361e222f060603323735aeb020f900048121f','{\"id\":\"3\",\"asset_id\":102,\"title\":\"PROGRAMACI\\u00d3N\",\"alias\":\"programacion\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\">PROGRAMACI\\u00d3N<\\/h1>\\r\\n<h3><strong><span style=\\\"font-size: 18px;\\\">CURSOS PRE-CONGRESO<\\/span><\\/strong><\\/h3>\\r\\n<p style=\\\"text-align: justify;\\\"><span style=\\\"font-size: 18px;\\\">6 y 7 de Mayo.<\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\"><strong>1. Inferencia filogen\\u00f3mica: M\\u00e9todos y aplicaciones en ictiolog\\u00eda<\\/strong><\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\"><strong>2. Taxonom\\u00eda y sistem\\u00e1tica de peces dulceacuicolas Neotropicales<\\/strong><\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\"><strong>3. <\\/strong><strong>Curso T\\u00e9cnicas morfol\\u00f3gicas y moleculares aplicadas en la taxonom\\u00eda de larvas de peces marinos y dulceacu\\u00edcolas<\\/strong><\\/span><\\/p>\\r\\n<h1 style=\\\"text-align: center;\\\">AGENDA CONGRESO<\\/h1>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 18px;\\\"><strong><span style=\\\"font-size: 24px;\\\">INAUGURACION\\u00a0<\\/span><br \\/>AUDITORIO JAIME GARZON<br \\/>8 DE MAYO - 8 DE LA MA\\u00d1ANA<\\/strong><\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 24px;\\\"><strong>\\ud83d\\udc1f CONFERENCIAS MAGISTRALES<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><a title=\\\"Ver aqu\\u00ed la agenda de las conferencias magistrales.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1xuUIGMbbohIC9PGFwWgtcFQhgbnOQ3Pt\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><span style=\\\"font-size: 18px;\\\">Ver aqu\\u00ed la agenda de las conferencias magistrales.<\\/span><\\/a><\\/p>\\r\\n<p><span style=\\\"font-size: 24px;\\\"><strong>\\ud83d\\udc20 PROGRAMACI\\u00d3N POR SIMPOSIOS<\\/strong><\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">En cada simposio esta detallada la programaci\\u00f3n.<\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"1. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1jNSTho2-l9yNQCDNqz6--7c8yhBkZZtC\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">1. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"2. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda de peces marinos.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1rWj3BCDVvV81Fwl9ONGb945B5GcwzE2h\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">2. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda de peces marinos.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"3. Simposio Biolog\\u00eda, ecolog\\u00eda y cambio clim\\u00e1tico.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1qBIL2ltV-K30e5YGkvU6KVGisJYh72sZ\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">3. Simposio Biolog\\u00eda, ecolog\\u00eda y cambio clim\\u00e1tico.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"4. Simposio Pesquer\\u00edas y piscicultura de especies nativas.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1njm4gNR7qPbCBXFhUUoNl5KZkgU_tfo9\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">4. Simposio Pesquer\\u00edas y piscicultura de especies nativas.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"5. Simposio Amenazas y estrategias para la conservaci\\u00f3n de los recursos \\u00edcticos y pesqueros.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/12hzeSMFEebtFChPQMO0ZpN4Ab1734Anx\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">5. Simposio Amenazas y estrategias para la conservaci\\u00f3n de los recursos \\u00edcticos y pesqueros.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"6. Simposio Mujeres y peces. Una combinaci\\u00f3n de cambio y transformaci\\u00f3n.\\u00a0\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/110MY_fIJvWYmollhKQkYUUAc0xRar2-4\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">6. Simposio Mujeres y peces. Una combinaci\\u00f3n de cambio y transformaci\\u00f3n.\\u00a0<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><a title=\\\"7. Peces Migratorios.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/12as-QpvDD_S2JTXEjtXGD5uGuLw-RPhu\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><span style=\\\"font-size: 18px;\\\">7. Peces Migratorios.<\\/span><\\/a><\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 24px;\\\"><strong>ATARDECER LLANERO \\\"TEJIENDO REDES\\\"<\\/strong><\\/span><br \\/>5\\u00b0 PISO EDIFICIO ROSAS<br \\/>8 DE MAYO - 18:35<\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 24px;\\\"><strong>CLAUSURA<\\/strong><\\/span><br \\/>AUDITORIO JAIME GARZ\\u00d3N<br \\/>10 DE MAYO - 16:00<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:13:21\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-05-03 23:08:03\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-05-03 23:07:46\",\"publish_up\":\"2023-07-12 19:13:21\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":163,\"ordering\":8,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":2549,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(879,'com_content.article.3','','2024-05-03 23:08:31',393,6260,'6e50a5264693689a77015683886e6f299f6600ed','{\"id\":\"3\",\"asset_id\":102,\"title\":\"PROGRAMACI\\u00d3N\",\"alias\":\"programacion\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\">PROGRAMACI\\u00d3N<\\/h1>\\r\\n<p><span style=\\\"font-size: 24px;\\\"><strong>CURSOS PRE-CONGRESO<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong><span style=\\\"font-size: 18px;\\\">6 y 7 de Mayo.<\\/span><\\/strong><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">1. Inferencia filogen\\u00f3mica: M\\u00e9todos y aplicaciones en ictiolog\\u00eda<\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">2. Taxonom\\u00eda y sistem\\u00e1tica de peces dulceacuicolas Neotropicales<\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">3. Curso T\\u00e9cnicas morfol\\u00f3gicas y moleculares aplicadas en la taxonom\\u00eda de larvas de peces marinos y dulceacu\\u00edcolas<\\/span><\\/p>\\r\\n<h1 style=\\\"text-align: center;\\\">AGENDA CONGRESO<\\/h1>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 18px;\\\"><strong><span style=\\\"font-size: 24px;\\\">INAUGURACION\\u00a0<\\/span><br \\/>AUDITORIO JAIME GARZON<br \\/>8 DE MAYO - 8 DE LA MA\\u00d1ANA<\\/strong><\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 24px;\\\"><strong>\\ud83d\\udc1f CONFERENCIAS MAGISTRALES<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><a title=\\\"Ver aqu\\u00ed la agenda de las conferencias magistrales.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1xuUIGMbbohIC9PGFwWgtcFQhgbnOQ3Pt\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><span style=\\\"font-size: 18px;\\\">Ver aqu\\u00ed la agenda de las conferencias magistrales.<\\/span><\\/a><\\/p>\\r\\n<p><span style=\\\"font-size: 24px;\\\"><strong>\\ud83d\\udc20 PROGRAMACI\\u00d3N POR SIMPOSIOS<\\/strong><\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">En cada simposio esta detallada la programaci\\u00f3n.<\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"1. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1jNSTho2-l9yNQCDNqz6--7c8yhBkZZtC\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">1. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"2. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda de peces marinos.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1rWj3BCDVvV81Fwl9ONGb945B5GcwzE2h\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">2. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda de peces marinos.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"3. Simposio Biolog\\u00eda, ecolog\\u00eda y cambio clim\\u00e1tico.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1qBIL2ltV-K30e5YGkvU6KVGisJYh72sZ\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">3. Simposio Biolog\\u00eda, ecolog\\u00eda y cambio clim\\u00e1tico.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"4. Simposio Pesquer\\u00edas y piscicultura de especies nativas.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1njm4gNR7qPbCBXFhUUoNl5KZkgU_tfo9\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">4. Simposio Pesquer\\u00edas y piscicultura de especies nativas.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"5. Simposio Amenazas y estrategias para la conservaci\\u00f3n de los recursos \\u00edcticos y pesqueros.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/12hzeSMFEebtFChPQMO0ZpN4Ab1734Anx\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">5. Simposio Amenazas y estrategias para la conservaci\\u00f3n de los recursos \\u00edcticos y pesqueros.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"6. Simposio Mujeres y peces. Una combinaci\\u00f3n de cambio y transformaci\\u00f3n.\\u00a0\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/110MY_fIJvWYmollhKQkYUUAc0xRar2-4\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">6. Simposio Mujeres y peces. Una combinaci\\u00f3n de cambio y transformaci\\u00f3n.\\u00a0<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><a title=\\\"7. Peces Migratorios.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/12as-QpvDD_S2JTXEjtXGD5uGuLw-RPhu\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><span style=\\\"font-size: 18px;\\\">7. Peces Migratorios.<\\/span><\\/a><\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 24px;\\\"><strong>ATARDECER LLANERO \\\"TEJIENDO REDES\\\"<\\/strong><\\/span><br \\/>5\\u00b0 PISO EDIFICIO ROSAS<br \\/>8 DE MAYO - 18:35<\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 24px;\\\"><strong>CLAUSURA<\\/strong><\\/span><br \\/>AUDITORIO JAIME GARZ\\u00d3N<br \\/>10 DE MAYO - 16:00<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:13:21\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-05-03 23:08:31\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-05-03 23:08:11\",\"publish_up\":\"2023-07-12 19:13:21\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":164,\"ordering\":8,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":2551,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(880,'com_content.article.3','','2024-05-04 17:12:20',393,6573,'b719c877bf61b45db2ffa7c19e004f3c62e97fca','{\"id\":\"3\",\"asset_id\":102,\"title\":\"PROGRAMACI\\u00d3N\",\"alias\":\"programacion\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\">PROGRAMACI\\u00d3N<\\/h1>\\r\\n<p><span style=\\\"font-size: 24px;\\\"><strong>CURSOS PRE-CONGRESO<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong><span style=\\\"font-size: 18px;\\\">6 y 7 de Mayo.<\\/span><\\/strong><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">1. Inferencia filogen\\u00f3mica: M\\u00e9todos y aplicaciones en ictiolog\\u00eda<\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">2. Taxonom\\u00eda y sistem\\u00e1tica de peces dulceacuicolas Neotropicales<\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">3. Curso T\\u00e9cnicas morfol\\u00f3gicas y moleculares aplicadas en la taxonom\\u00eda de larvas de peces marinos y dulceacu\\u00edcolas<\\/span><\\/p>\\r\\n<h1 style=\\\"text-align: center;\\\">AGENDA CONGRESO<\\/h1>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 18px;\\\"><strong><span style=\\\"font-size: 24px;\\\">INSCRIPCIONES\\u00a0\\u00a0<\\/span><br \\/>AUDITORIO JAIME GARZON UNIVERSIDAD DE LOS LLANOS SEDE SAN ANTONIO<br \\/>Martes 7 de mayo de 3 a 6 PM y Mi\\u00e9rcoles 8 de mayo de 7 a 8 AM<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 18px;\\\"><strong><span style=\\\"font-size: 24px;\\\">INAUGURACION\\u00a0<\\/span><br \\/>AUDITORIO JAIME GARZON<br \\/>8 DE MAYO - 8 DE LA MA\\u00d1ANA<\\/strong><\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 24px;\\\"><strong>\\ud83d\\udc1f CONFERENCIAS MAGISTRALES<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><a title=\\\"Ver aqu\\u00ed la agenda de las conferencias magistrales.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1xuUIGMbbohIC9PGFwWgtcFQhgbnOQ3Pt\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><span style=\\\"font-size: 18px;\\\">Ver aqu\\u00ed la agenda de las conferencias magistrales.<\\/span><\\/a><\\/p>\\r\\n<p><span style=\\\"font-size: 24px;\\\"><strong>\\ud83d\\udc20 PROGRAMACI\\u00d3N POR SIMPOSIOS<\\/strong><\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">En cada simposio esta detallada la programaci\\u00f3n.<\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"1. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1jNSTho2-l9yNQCDNqz6--7c8yhBkZZtC\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">1. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"2. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda de peces marinos.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1rWj3BCDVvV81Fwl9ONGb945B5GcwzE2h\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">2. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda de peces marinos.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"3. Simposio Biolog\\u00eda, ecolog\\u00eda y cambio clim\\u00e1tico.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1qBIL2ltV-K30e5YGkvU6KVGisJYh72sZ\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">3. Simposio Biolog\\u00eda, ecolog\\u00eda y cambio clim\\u00e1tico.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"4. Simposio Pesquer\\u00edas y piscicultura de especies nativas.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1njm4gNR7qPbCBXFhUUoNl5KZkgU_tfo9\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">4. Simposio Pesquer\\u00edas y piscicultura de especies nativas.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"5. Simposio Amenazas y estrategias para la conservaci\\u00f3n de los recursos \\u00edcticos y pesqueros.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/12hzeSMFEebtFChPQMO0ZpN4Ab1734Anx\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">5. Simposio Amenazas y estrategias para la conservaci\\u00f3n de los recursos \\u00edcticos y pesqueros.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"6. Simposio Mujeres y peces. Una combinaci\\u00f3n de cambio y transformaci\\u00f3n.\\u00a0\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/110MY_fIJvWYmollhKQkYUUAc0xRar2-4\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">6. Simposio Mujeres y peces. Una combinaci\\u00f3n de cambio y transformaci\\u00f3n.\\u00a0<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><a title=\\\"7. Peces Migratorios.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/12as-QpvDD_S2JTXEjtXGD5uGuLw-RPhu\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><span style=\\\"font-size: 18px;\\\">7. Peces Migratorios.<\\/span><\\/a><\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 24px;\\\"><strong>ATARDECER LLANERO \\\"TEJIENDO REDES\\\"<\\/strong><\\/span><br \\/>5\\u00b0 PISO EDIFICIO ROSAS<br \\/>8 DE MAYO - 18:35<\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 24px;\\\"><strong>CLAUSURA<\\/strong><\\/span><br \\/>AUDITORIO JAIME GARZ\\u00d3N<br \\/>10 DE MAYO - 16:00<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:13:21\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-05-04 17:12:20\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-05-04 17:07:52\",\"publish_up\":\"2023-07-12 19:13:21\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":165,\"ordering\":8,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":2648,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(881,'com_content.article.3','','2024-05-04 17:14:12',393,6596,'c2c0b27ecf32f729589978384c22822bdc0c7ed7','{\"id\":\"3\",\"asset_id\":102,\"title\":\"PROGRAMACI\\u00d3N\",\"alias\":\"programacion\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\">PROGRAMACI\\u00d3N<\\/h1>\\r\\n<p><span style=\\\"font-size: 24px;\\\"><strong>CURSOS PRE-CONGRESO<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong><span style=\\\"font-size: 18px;\\\">6 y 7 de Mayo.<\\/span><\\/strong><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">1. Inferencia filogen\\u00f3mica: M\\u00e9todos y aplicaciones en ictiolog\\u00eda<\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">2. Taxonom\\u00eda y sistem\\u00e1tica de peces dulceacuicolas Neotropicales<\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">3. Curso T\\u00e9cnicas morfol\\u00f3gicas y moleculares aplicadas en la taxonom\\u00eda de larvas de peces marinos y dulceacu\\u00edcolas<\\/span><\\/p>\\r\\n<h1 style=\\\"text-align: center;\\\">AGENDA CONGRESO<\\/h1>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 18px;\\\"><strong><span style=\\\"font-size: 24px;\\\">INSCRIPCIONES\\u00a0\\u00a0<\\/span><br \\/>AUDITORIO JAIME GARZ\\u00d3N UNIVERSIDAD DE LOS LLANOS SEDE SAN ANTONIO<br \\/><\\/strong><\\/span><strong>MARTES 7 DE MAYO DE 3 A 6 PM Y MI\\u00c9RCOLES 8 DE MAYO DE 7 A 8 AM<\\/strong><\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 18px;\\\"><strong><span style=\\\"font-size: 24px;\\\">INAUGURACION\\u00a0<\\/span><br \\/>AUDITORIO JAIME GARZON<br \\/>8 DE MAYO - 8 DE LA MA\\u00d1ANA<\\/strong><\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 24px;\\\"><strong>\\ud83d\\udc1f CONFERENCIAS MAGISTRALES<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><a title=\\\"Ver aqu\\u00ed la agenda de las conferencias magistrales.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1xuUIGMbbohIC9PGFwWgtcFQhgbnOQ3Pt\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><span style=\\\"font-size: 18px;\\\">Ver aqu\\u00ed la agenda de las conferencias magistrales.<\\/span><\\/a><\\/p>\\r\\n<p><span style=\\\"font-size: 24px;\\\"><strong>\\ud83d\\udc20 PROGRAMACI\\u00d3N POR SIMPOSIOS<\\/strong><\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">En cada simposio esta detallada la programaci\\u00f3n.<\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"1. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1jNSTho2-l9yNQCDNqz6--7c8yhBkZZtC\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">1. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"2. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda de peces marinos.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1rWj3BCDVvV81Fwl9ONGb945B5GcwzE2h\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">2. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda de peces marinos.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"3. Simposio Biolog\\u00eda, ecolog\\u00eda y cambio clim\\u00e1tico.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1qBIL2ltV-K30e5YGkvU6KVGisJYh72sZ\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">3. Simposio Biolog\\u00eda, ecolog\\u00eda y cambio clim\\u00e1tico.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"4. Simposio Pesquer\\u00edas y piscicultura de especies nativas.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1njm4gNR7qPbCBXFhUUoNl5KZkgU_tfo9\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">4. Simposio Pesquer\\u00edas y piscicultura de especies nativas.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"5. Simposio Amenazas y estrategias para la conservaci\\u00f3n de los recursos \\u00edcticos y pesqueros.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/12hzeSMFEebtFChPQMO0ZpN4Ab1734Anx\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">5. Simposio Amenazas y estrategias para la conservaci\\u00f3n de los recursos \\u00edcticos y pesqueros.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"6. Simposio Mujeres y peces. Una combinaci\\u00f3n de cambio y transformaci\\u00f3n.\\u00a0\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/110MY_fIJvWYmollhKQkYUUAc0xRar2-4\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">6. Simposio Mujeres y peces. Una combinaci\\u00f3n de cambio y transformaci\\u00f3n.\\u00a0<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><a title=\\\"7. Peces Migratorios.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/12as-QpvDD_S2JTXEjtXGD5uGuLw-RPhu\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><span style=\\\"font-size: 18px;\\\">7. Peces Migratorios.<\\/span><\\/a><\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 24px;\\\"><strong>ATARDECER LLANERO \\\"TEJIENDO REDES\\\"<\\/strong><\\/span><br \\/>5\\u00b0 PISO EDIFICIO ROSAS<br \\/>8 DE MAYO - 18:35<\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 24px;\\\"><strong>CLAUSURA<\\/strong><\\/span><br \\/>AUDITORIO JAIME GARZ\\u00d3N<br \\/>10 DE MAYO - 16:00<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:13:21\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-05-04 17:14:12\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-05-04 17:12:33\",\"publish_up\":\"2023-07-12 19:13:21\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":166,\"ordering\":8,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":2649,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(882,'com_content.article.3','','2024-05-04 17:16:21',393,6578,'794eb36cc5a799aaddacefb8e48f3f0ba6d2f9e6','{\"id\":\"3\",\"asset_id\":102,\"title\":\"PROGRAMACI\\u00d3N\",\"alias\":\"programacion\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\">PROGRAMACI\\u00d3N<\\/h1>\\r\\n<p><span style=\\\"font-size: 24px;\\\"><strong>CURSOS PRE-CONGRESO<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong><span style=\\\"font-size: 18px;\\\">6 y 7 de Mayo.<\\/span><\\/strong><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">1. Inferencia filogen\\u00f3mica: M\\u00e9todos y aplicaciones en ictiolog\\u00eda<\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">2. Taxonom\\u00eda y sistem\\u00e1tica de peces dulceacuicolas Neotropicales<\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">3. Curso T\\u00e9cnicas morfol\\u00f3gicas y moleculares aplicadas en la taxonom\\u00eda de larvas de peces marinos y dulceacu\\u00edcolas<\\/span><\\/p>\\r\\n<h1 style=\\\"text-align: center;\\\">AGENDA CONGRESO<\\/h1>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 18px;\\\"><strong><span style=\\\"font-size: 24px;\\\">INSCRIPCIONES\\u00a0\\u00a0<\\/span><br \\/><\\/strong>AUDITORIO JAIME GARZ\\u00d3N UNIVERSIDAD DE LOS LLANOS SEDE SAN ANTONIO<br \\/><\\/span>MARTES 7 DE MAYO DE 3 A 6 PM Y MI\\u00c9RCOLES 8 DE MAYO DE 7 A 8 AM<\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 18px;\\\"><strong><span style=\\\"font-size: 24px;\\\">INAUGURACION\\u00a0<\\/span><br \\/>AUDITORIO JAIME GARZON<br \\/>8 DE MAYO - 8 DE LA MA\\u00d1ANA<\\/strong><\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 24px;\\\"><strong>\\ud83d\\udc1f CONFERENCIAS MAGISTRALES<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><a title=\\\"Ver aqu\\u00ed la agenda de las conferencias magistrales.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1xuUIGMbbohIC9PGFwWgtcFQhgbnOQ3Pt\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><span style=\\\"font-size: 18px;\\\">Ver aqu\\u00ed la agenda de las conferencias magistrales.<\\/span><\\/a><\\/p>\\r\\n<p><span style=\\\"font-size: 24px;\\\"><strong>\\ud83d\\udc20 PROGRAMACI\\u00d3N POR SIMPOSIOS<\\/strong><\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">En cada simposio esta detallada la programaci\\u00f3n.<\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"1. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1jNSTho2-l9yNQCDNqz6--7c8yhBkZZtC\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">1. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"2. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda de peces marinos.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1rWj3BCDVvV81Fwl9ONGb945B5GcwzE2h\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">2. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda de peces marinos.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"3. Simposio Biolog\\u00eda, ecolog\\u00eda y cambio clim\\u00e1tico.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1qBIL2ltV-K30e5YGkvU6KVGisJYh72sZ\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">3. Simposio Biolog\\u00eda, ecolog\\u00eda y cambio clim\\u00e1tico.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"4. Simposio Pesquer\\u00edas y piscicultura de especies nativas.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1njm4gNR7qPbCBXFhUUoNl5KZkgU_tfo9\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">4. Simposio Pesquer\\u00edas y piscicultura de especies nativas.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"5. Simposio Amenazas y estrategias para la conservaci\\u00f3n de los recursos \\u00edcticos y pesqueros.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/12hzeSMFEebtFChPQMO0ZpN4Ab1734Anx\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">5. Simposio Amenazas y estrategias para la conservaci\\u00f3n de los recursos \\u00edcticos y pesqueros.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"6. Simposio Mujeres y peces. Una combinaci\\u00f3n de cambio y transformaci\\u00f3n.\\u00a0\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/110MY_fIJvWYmollhKQkYUUAc0xRar2-4\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">6. Simposio Mujeres y peces. Una combinaci\\u00f3n de cambio y transformaci\\u00f3n.\\u00a0<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><a title=\\\"7. Peces Migratorios.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/12as-QpvDD_S2JTXEjtXGD5uGuLw-RPhu\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><span style=\\\"font-size: 18px;\\\">7. Peces Migratorios.<\\/span><\\/a><\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 24px;\\\"><strong>ATARDECER LLANERO \\\"TEJIENDO REDES\\\"<\\/strong><\\/span><br \\/>5\\u00b0 PISO EDIFICIO ROSAS<br \\/>8 DE MAYO - 18:35<\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 24px;\\\"><strong>CLAUSURA<\\/strong><\\/span><br \\/>AUDITORIO JAIME GARZ\\u00d3N<br \\/>10 DE MAYO - 16:00<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:13:21\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-05-04 17:16:21\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-05-04 17:16:14\",\"publish_up\":\"2023-07-12 19:13:21\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":167,\"ordering\":8,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":2651,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(883,'com_content.article.3','','2024-05-04 17:16:33',393,6578,'c1185196b22088c2fa83ed71d69c83a08e9e62ef','{\"id\":\"3\",\"asset_id\":102,\"title\":\"PROGRAMACI\\u00d3N\",\"alias\":\"programacion\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\">PROGRAMACI\\u00d3N<\\/h1>\\r\\n<p><span style=\\\"font-size: 24px;\\\"><strong>CURSOS PRE-CONGRESO<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong><span style=\\\"font-size: 18px;\\\">6 y 7 de Mayo.<\\/span><\\/strong><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">1. Inferencia filogen\\u00f3mica: M\\u00e9todos y aplicaciones en ictiolog\\u00eda<\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">2. Taxonom\\u00eda y sistem\\u00e1tica de peces dulceacuicolas Neotropicales<\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">3. Curso T\\u00e9cnicas morfol\\u00f3gicas y moleculares aplicadas en la taxonom\\u00eda de larvas de peces marinos y dulceacu\\u00edcolas<\\/span><\\/p>\\r\\n<h1 style=\\\"text-align: center;\\\">AGENDA CONGRESO<\\/h1>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 18px;\\\"><strong><span style=\\\"font-size: 24px;\\\">INSCRIPCIONES\\u00a0\\u00a0<\\/span><br \\/><\\/strong>AUDITORIO JAIME GARZ\\u00d3N UNIVERSIDAD DE LOS LLANOS SEDE SAN ANTONIO<br \\/><\\/span>MARTES 7 DE MAYO DE 3 A 6 PM Y MI\\u00c9RCOLES 8 DE MAYO DE 7 A 8 AM<\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 18px;\\\"><strong><span style=\\\"font-size: 24px;\\\">INAUGURACION\\u00a0<\\/span><br \\/><\\/strong>AUDITORIO JAIME GARZON<br \\/>8 DE MAYO - 8 DE LA MA\\u00d1ANA<\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 24px;\\\"><strong>\\ud83d\\udc1f CONFERENCIAS MAGISTRALES<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><a title=\\\"Ver aqu\\u00ed la agenda de las conferencias magistrales.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1xuUIGMbbohIC9PGFwWgtcFQhgbnOQ3Pt\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><span style=\\\"font-size: 18px;\\\">Ver aqu\\u00ed la agenda de las conferencias magistrales.<\\/span><\\/a><\\/p>\\r\\n<p><span style=\\\"font-size: 24px;\\\"><strong>\\ud83d\\udc20 PROGRAMACI\\u00d3N POR SIMPOSIOS<\\/strong><\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">En cada simposio esta detallada la programaci\\u00f3n.<\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"1. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1jNSTho2-l9yNQCDNqz6--7c8yhBkZZtC\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">1. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"2. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda de peces marinos.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1rWj3BCDVvV81Fwl9ONGb945B5GcwzE2h\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">2. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda de peces marinos.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"3. Simposio Biolog\\u00eda, ecolog\\u00eda y cambio clim\\u00e1tico.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1qBIL2ltV-K30e5YGkvU6KVGisJYh72sZ\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">3. Simposio Biolog\\u00eda, ecolog\\u00eda y cambio clim\\u00e1tico.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"4. Simposio Pesquer\\u00edas y piscicultura de especies nativas.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1njm4gNR7qPbCBXFhUUoNl5KZkgU_tfo9\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">4. Simposio Pesquer\\u00edas y piscicultura de especies nativas.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"5. Simposio Amenazas y estrategias para la conservaci\\u00f3n de los recursos \\u00edcticos y pesqueros.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/12hzeSMFEebtFChPQMO0ZpN4Ab1734Anx\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">5. Simposio Amenazas y estrategias para la conservaci\\u00f3n de los recursos \\u00edcticos y pesqueros.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"6. Simposio Mujeres y peces. Una combinaci\\u00f3n de cambio y transformaci\\u00f3n.\\u00a0\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/110MY_fIJvWYmollhKQkYUUAc0xRar2-4\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">6. Simposio Mujeres y peces. Una combinaci\\u00f3n de cambio y transformaci\\u00f3n.\\u00a0<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><a title=\\\"7. Peces Migratorios.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/12as-QpvDD_S2JTXEjtXGD5uGuLw-RPhu\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><span style=\\\"font-size: 18px;\\\">7. Peces Migratorios.<\\/span><\\/a><\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 24px;\\\"><strong>ATARDECER LLANERO \\\"TEJIENDO REDES\\\"<\\/strong><\\/span><br \\/>5\\u00b0 PISO EDIFICIO ROSAS<br \\/>8 DE MAYO - 18:35<\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 24px;\\\"><strong>CLAUSURA<\\/strong><\\/span><br \\/>AUDITORIO JAIME GARZ\\u00d3N<br \\/>10 DE MAYO - 16:00<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:13:21\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-05-04 17:16:33\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-05-04 17:16:27\",\"publish_up\":\"2023-07-12 19:13:21\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":168,\"ordering\":8,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":2652,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(884,'com_content.article.3','','2024-05-04 17:29:18',393,6596,'62ec15ba287b53fafbe901fcb5b8564bd08348a0','{\"id\":\"3\",\"asset_id\":102,\"title\":\"PROGRAMACI\\u00d3N\",\"alias\":\"programacion\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\">PROGRAMACI\\u00d3N<\\/h1>\\r\\n<p><span style=\\\"font-size: 24px;\\\"><strong>CURSOS PRE-CONGRESO<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong><span style=\\\"font-size: 18px;\\\">6 y 7 de Mayo.<\\/span><\\/strong><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">1. Inferencia filogen\\u00f3mica: M\\u00e9todos y aplicaciones en ictiolog\\u00eda<\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">2. Taxonom\\u00eda y sistem\\u00e1tica de peces dulceacuicolas Neotropicales<\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">3. Curso T\\u00e9cnicas morfol\\u00f3gicas y moleculares aplicadas en la taxonom\\u00eda de larvas de peces marinos y dulceacu\\u00edcolas<\\/span><\\/p>\\r\\n<h1 style=\\\"text-align: center;\\\">AGENDA CONGRESO<\\/h1>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 18px;\\\"><strong><span style=\\\"font-size: 24px;\\\">INSCRIPCIONES\\u00a0\\u00a0<\\/span><br \\/>AUDITORIO JAIME GARZ\\u00d3N UNIVERSIDAD DE LOS LLANOS SEDE SAN ANTONIO<\\/strong><br \\/><\\/span><strong>MARTES 7 DE MAYO DE 3 A 6 PM Y MI\\u00c9RCOLES 8 DE MAYO DE 7 A 8 AM<\\/strong><\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><strong><span style=\\\"font-size: 18px;\\\"><span style=\\\"font-size: 24px;\\\">INAUGURACION\\u00a0<\\/span><br \\/>AUDITORIO JAIME GARZON<br \\/>8 DE MAYO - 8 DE LA MA\\u00d1ANA<\\/span><\\/strong><\\/p>\\r\\n<p><span style=\\\"font-size: 24px;\\\"><strong>\\ud83d\\udc1f CONFERENCIAS MAGISTRALES<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><a title=\\\"Ver aqu\\u00ed la agenda de las conferencias magistrales.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1xuUIGMbbohIC9PGFwWgtcFQhgbnOQ3Pt\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><span style=\\\"font-size: 18px;\\\">Ver aqu\\u00ed la agenda de las conferencias magistrales.<\\/span><\\/a><\\/p>\\r\\n<p><span style=\\\"font-size: 24px;\\\"><strong>\\ud83d\\udc20 PROGRAMACI\\u00d3N POR SIMPOSIOS<\\/strong><\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">En cada simposio esta detallada la programaci\\u00f3n.<\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"1. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1jNSTho2-l9yNQCDNqz6--7c8yhBkZZtC\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">1. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"2. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda de peces marinos.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1rWj3BCDVvV81Fwl9ONGb945B5GcwzE2h\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">2. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda de peces marinos.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"3. Simposio Biolog\\u00eda, ecolog\\u00eda y cambio clim\\u00e1tico.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1qBIL2ltV-K30e5YGkvU6KVGisJYh72sZ\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">3. Simposio Biolog\\u00eda, ecolog\\u00eda y cambio clim\\u00e1tico.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"4. Simposio Pesquer\\u00edas y piscicultura de especies nativas.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1njm4gNR7qPbCBXFhUUoNl5KZkgU_tfo9\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">4. Simposio Pesquer\\u00edas y piscicultura de especies nativas.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"5. Simposio Amenazas y estrategias para la conservaci\\u00f3n de los recursos \\u00edcticos y pesqueros.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/12hzeSMFEebtFChPQMO0ZpN4Ab1734Anx\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">5. Simposio Amenazas y estrategias para la conservaci\\u00f3n de los recursos \\u00edcticos y pesqueros.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"6. Simposio Mujeres y peces. Una combinaci\\u00f3n de cambio y transformaci\\u00f3n.\\u00a0\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/110MY_fIJvWYmollhKQkYUUAc0xRar2-4\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">6. Simposio Mujeres y peces. Una combinaci\\u00f3n de cambio y transformaci\\u00f3n.\\u00a0<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><a title=\\\"7. Peces Migratorios.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/12as-QpvDD_S2JTXEjtXGD5uGuLw-RPhu\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><span style=\\\"font-size: 18px;\\\">7. Peces Migratorios.<\\/span><\\/a><\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 24px;\\\"><strong>ATARDECER LLANERO \\\"TEJIENDO REDES\\\"<\\/strong><\\/span><br \\/>5\\u00b0 PISO EDIFICIO ROSAS<br \\/>8 DE MAYO - 18:35<\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 24px;\\\"><strong>CLAUSURA<\\/strong><\\/span><br \\/>AUDITORIO JAIME GARZ\\u00d3N<br \\/>10 DE MAYO - 16:00<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:13:21\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-05-04 17:29:18\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-05-04 17:29:11\",\"publish_up\":\"2023-07-12 19:13:21\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":169,\"ordering\":8,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":2655,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(885,'com_content.article.3','','2024-05-04 17:29:35',393,6668,'620521317325991bf490dce9df9f1eaf4a231f6a','{\"id\":\"3\",\"asset_id\":102,\"title\":\"PROGRAMACI\\u00d3N\",\"alias\":\"programacion\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\">PROGRAMACI\\u00d3N<\\/h1>\\r\\n<p><span style=\\\"font-size: 24px;\\\"><strong>CURSOS PRE-CONGRESO<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong><span style=\\\"font-size: 18px;\\\">6 y 7 de Mayo.<\\/span><\\/strong><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">1. Inferencia filogen\\u00f3mica: M\\u00e9todos y aplicaciones en ictiolog\\u00eda<\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">2. Taxonom\\u00eda y sistem\\u00e1tica de peces dulceacuicolas Neotropicales<\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">3. Curso T\\u00e9cnicas morfol\\u00f3gicas y moleculares aplicadas en la taxonom\\u00eda de larvas de peces marinos y dulceacu\\u00edcolas<\\/span><\\/p>\\r\\n<h1 style=\\\"text-align: center;\\\">AGENDA CONGRESO<\\/h1>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 18px;\\\"><strong><span style=\\\"font-size: 24px;\\\">INSCRIPCIONES\\u00a0\\u00a0<\\/span><br \\/>AUDITORIO JAIME GARZ\\u00d3N UNIVERSIDAD DE LOS LLANOS SEDE SAN ANTONIO<\\/strong><br \\/><\\/span><strong>MARTES 7 DE MAYO DE 3 A 6 PM Y MI\\u00c9RCOLES 8 DE MAYO DE 7 A 8 AM<\\/strong><\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><strong><span style=\\\"font-size: 18px;\\\"><span style=\\\"font-size: 24px;\\\">INAUGURACION\\u00a0<\\/span><br \\/>AUDITORIO JAIME GARZON<br \\/>8 DE MAYO - 8 DE LA MA\\u00d1ANA<\\/span><\\/strong><\\/p>\\r\\n<p><span style=\\\"font-size: 24px;\\\"><strong>\\ud83d\\udc1f CONFERENCIAS MAGISTRALES<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><a title=\\\"Ver aqu\\u00ed la agenda de las conferencias magistrales.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1xuUIGMbbohIC9PGFwWgtcFQhgbnOQ3Pt\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><span style=\\\"font-size: 18px;\\\">Ver aqu\\u00ed la agenda de las conferencias magistrales.<\\/span><\\/a><\\/p>\\r\\n<p><span style=\\\"font-size: 24px;\\\"><strong>\\ud83d\\udc20 PROGRAMACI\\u00d3N POR SIMPOSIOS<\\/strong><\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">En cada simposio esta detallada la programaci\\u00f3n.<\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"1. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1jNSTho2-l9yNQCDNqz6--7c8yhBkZZtC\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">1. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"2. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda de peces marinos.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1rWj3BCDVvV81Fwl9ONGb945B5GcwzE2h\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">2. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda de peces marinos.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"3. Simposio Biolog\\u00eda, ecolog\\u00eda y cambio clim\\u00e1tico.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1qBIL2ltV-K30e5YGkvU6KVGisJYh72sZ\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">3. Simposio Biolog\\u00eda, ecolog\\u00eda y cambio clim\\u00e1tico.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"4. Simposio Pesquer\\u00edas y piscicultura de especies nativas.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1njm4gNR7qPbCBXFhUUoNl5KZkgU_tfo9\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">4. Simposio Pesquer\\u00edas y piscicultura de especies nativas.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"5. Simposio Amenazas y estrategias para la conservaci\\u00f3n de los recursos \\u00edcticos y pesqueros.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/12hzeSMFEebtFChPQMO0ZpN4Ab1734Anx\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">5. Simposio Amenazas y estrategias para la conservaci\\u00f3n de los recursos \\u00edcticos y pesqueros.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"6. Simposio Mujeres y peces. Una combinaci\\u00f3n de cambio y transformaci\\u00f3n.\\u00a0\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/110MY_fIJvWYmollhKQkYUUAc0xRar2-4\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">6. Simposio Mujeres y peces. Una combinaci\\u00f3n de cambio y transformaci\\u00f3n.\\u00a0<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><a title=\\\"7. Peces Migratorios.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/12as-QpvDD_S2JTXEjtXGD5uGuLw-RPhu\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><span style=\\\"font-size: 18px;\\\">7. Peces Migratorios.<\\/span><\\/a><\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 24px;\\\"><strong>ATARDECER LLANERO \\\"TEJIENDO REDES\\\"<\\/strong><\\/span><br \\/><strong>5\\u00b0 PISO EDIFICIO ROSAS<\\/strong><br \\/><strong>8 DE MAYO - 18:35<\\/strong><\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><strong><span style=\\\"font-size: 24px;\\\">CLAUSURA<\\/span><\\/strong><br \\/><strong>AUDITORIO JAIME GARZ\\u00d3N<\\/strong><br \\/><strong>10 DE MAYO - 16:00<\\/strong><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:13:21\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-05-04 17:29:35\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-05-04 17:29:26\",\"publish_up\":\"2023-07-12 19:13:21\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":170,\"ordering\":8,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":2656,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(886,'com_content.article.3','','2024-05-08 20:59:36',393,6671,'15ef925f1a406e46e0d6bebd8322e656a748c612','{\"id\":\"3\",\"asset_id\":102,\"title\":\"PROGRAMACI\\u00d3N\",\"alias\":\"programacion\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\">PROGRAMACI\\u00d3N<\\/h1>\\r\\n<p><span style=\\\"font-size: 24px;\\\"><strong>CURSOS PRE-CONGRESO<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong><span style=\\\"font-size: 18px;\\\">6 y 7 de Mayo.<\\/span><\\/strong><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">1. Inferencia filogen\\u00f3mica: M\\u00e9todos y aplicaciones en ictiolog\\u00eda<\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">2. Taxonom\\u00eda y sistem\\u00e1tica de peces dulceacuicolas Neotropicales<\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">3. Curso T\\u00e9cnicas morfol\\u00f3gicas y moleculares aplicadas en la taxonom\\u00eda de larvas de peces marinos y dulceacu\\u00edcolas<\\/span><\\/p>\\r\\n<h1 style=\\\"text-align: center;\\\">AGENDA CONGRESO<\\/h1>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 18px;\\\"><strong><span style=\\\"font-size: 24px;\\\">INSCRIPCIONES\\u00a0\\u00a0<\\/span><br \\/>AUDITORIO JAIME GARZ\\u00d3N UNIVERSIDAD DE LOS LLANOS SEDE SAN ANTONIO<\\/strong><br \\/><\\/span><strong>MARTES 7 DE MAYO DE 3 A 6 PM Y MI\\u00c9RCOLES 8 DE MAYO DE 7 A 8 AM<\\/strong><\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><strong><span style=\\\"font-size: 18px;\\\"><span style=\\\"font-size: 24px;\\\">INAUGURACION\\u00a0<\\/span><br \\/>AUDITORIO JAIME GARZON<br \\/>8 DE MAYO - 8 DE LA MA\\u00d1ANA<\\/span><\\/strong><\\/p>\\r\\n<p><span style=\\\"font-size: 24px;\\\"><strong>\\ud83d\\udc1f CONFERENCIAS MAGISTRALES<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><a title=\\\"Ver aqu\\u00ed la agenda de las conferencias magistrales.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1xuUIGMbbohIC9PGFwWgtcFQhgbnOQ3Pt\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><span style=\\\"font-size: 18px;\\\">Ver aqu\\u00ed la agenda de las conferencias magistrales.<\\/span><\\/a><\\/p>\\r\\n<p><span style=\\\"font-size: 24px;\\\"><strong>\\ud83d\\udc20 PROGRAMACI\\u00d3N POR SIMPOSIOS<\\/strong><\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">En cada simposio esta detallada la programaci\\u00f3n.<\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"1. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1jNSTho2-l9yNQCDNqz6--7c8yhBkZZtC\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">1. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"2. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda de peces marinos.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1rWj3BCDVvV81Fwl9ONGb945B5GcwzE2h\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">2. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda de peces marinos.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"3. Simposio Biolog\\u00eda, ecolog\\u00eda y cambio clim\\u00e1tico.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1ZXewxiYB1NZtVt2YWq_oToyivaktU26Z\\/view?usp=drive_link\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">3. Simposio Biolog\\u00eda, ecolog\\u00eda y cambio clim\\u00e1tico.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"4. Simposio Pesquer\\u00edas y piscicultura de especies nativas.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1njm4gNR7qPbCBXFhUUoNl5KZkgU_tfo9\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">4. Simposio Pesquer\\u00edas y piscicultura de especies nativas.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"5. Simposio Amenazas y estrategias para la conservaci\\u00f3n de los recursos \\u00edcticos y pesqueros.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/12hzeSMFEebtFChPQMO0ZpN4Ab1734Anx\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">5. Simposio Amenazas y estrategias para la conservaci\\u00f3n de los recursos \\u00edcticos y pesqueros.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"6. Simposio Mujeres y peces. Una combinaci\\u00f3n de cambio y transformaci\\u00f3n.\\u00a0\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/110MY_fIJvWYmollhKQkYUUAc0xRar2-4\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">6. Simposio Mujeres y peces. Una combinaci\\u00f3n de cambio y transformaci\\u00f3n.\\u00a0<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><a title=\\\"7. Peces Migratorios.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/12as-QpvDD_S2JTXEjtXGD5uGuLw-RPhu\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><span style=\\\"font-size: 18px;\\\">7. Peces Migratorios.<\\/span><\\/a><\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 24px;\\\"><strong>ATARDECER LLANERO \\\"TEJIENDO REDES\\\"<\\/strong><\\/span><br \\/><strong>5\\u00b0 PISO EDIFICIO ROSAS<\\/strong><br \\/><strong>8 DE MAYO - 18:35<\\/strong><\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><strong><span style=\\\"font-size: 24px;\\\">CLAUSURA<\\/span><\\/strong><br \\/><strong>AUDITORIO JAIME GARZ\\u00d3N<\\/strong><br \\/><strong>10 DE MAYO - 16:00<\\/strong><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:13:21\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-05-08 20:59:36\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-05-08 20:59:19\",\"publish_up\":\"2023-07-12 19:13:21\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":171,\"ordering\":8,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":4292,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(887,'com_content.article.3','','2024-05-09 04:37:06',393,6671,'5e4bcd9b241bebc9aaa3009148223de5600cc853','{\"id\":\"3\",\"asset_id\":102,\"title\":\"PROGRAMACI\\u00d3N\",\"alias\":\"programacion\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\">PROGRAMACI\\u00d3N<\\/h1>\\r\\n<p><span style=\\\"font-size: 24px;\\\"><strong>CURSOS PRE-CONGRESO<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong><span style=\\\"font-size: 18px;\\\">6 y 7 de Mayo.<\\/span><\\/strong><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">1. Inferencia filogen\\u00f3mica: M\\u00e9todos y aplicaciones en ictiolog\\u00eda<\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">2. Taxonom\\u00eda y sistem\\u00e1tica de peces dulceacuicolas Neotropicales<\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">3. Curso T\\u00e9cnicas morfol\\u00f3gicas y moleculares aplicadas en la taxonom\\u00eda de larvas de peces marinos y dulceacu\\u00edcolas<\\/span><\\/p>\\r\\n<h1 style=\\\"text-align: center;\\\">AGENDA CONGRESO<\\/h1>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 18px;\\\"><strong><span style=\\\"font-size: 24px;\\\">INSCRIPCIONES\\u00a0\\u00a0<\\/span><br \\/>AUDITORIO JAIME GARZ\\u00d3N UNIVERSIDAD DE LOS LLANOS SEDE SAN ANTONIO<\\/strong><br \\/><\\/span><strong>MARTES 7 DE MAYO DE 3 A 6 PM Y MI\\u00c9RCOLES 8 DE MAYO DE 7 A 8 AM<\\/strong><\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><strong><span style=\\\"font-size: 18px;\\\"><span style=\\\"font-size: 24px;\\\">INAUGURACION\\u00a0<\\/span><br \\/>AUDITORIO JAIME GARZON<br \\/>8 DE MAYO - 8 DE LA MA\\u00d1ANA<\\/span><\\/strong><\\/p>\\r\\n<p><span style=\\\"font-size: 24px;\\\"><strong>\\ud83d\\udc1f CONFERENCIAS MAGISTRALES<\\/strong><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><a title=\\\"Ver aqu\\u00ed la agenda de las conferencias magistrales.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1xuUIGMbbohIC9PGFwWgtcFQhgbnOQ3Pt\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><span style=\\\"font-size: 18px;\\\">Ver aqu\\u00ed la agenda de las conferencias magistrales.<\\/span><\\/a><\\/p>\\r\\n<p><span style=\\\"font-size: 24px;\\\"><strong>\\ud83d\\udc20 PROGRAMACI\\u00d3N POR SIMPOSIOS<\\/strong><\\/span><\\/p>\\r\\n<p><span style=\\\"font-size: 18px;\\\">En cada simposio esta detallada la programaci\\u00f3n.<\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"1. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1jNSTho2-l9yNQCDNqz6--7c8yhBkZZtC\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">1. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"2. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda de peces marinos.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1rWj3BCDVvV81Fwl9ONGb945B5GcwzE2h\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">2. Simposio Taxonom\\u00eda, sistem\\u00e1tica y biogeograf\\u00eda de peces marinos.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"3. Simposio Biolog\\u00eda, ecolog\\u00eda y cambio clim\\u00e1tico.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1ZXewxiYB1NZtVt2YWq_oToyivaktU26Z\\/view?usp=drive_link\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">3. Simposio Biolog\\u00eda, ecolog\\u00eda y cambio clim\\u00e1tico.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"4. Simposio Pesquer\\u00edas y piscicultura de especies nativas.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1njm4gNR7qPbCBXFhUUoNl5KZkgU_tfo9\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">4. Simposio Pesquer\\u00edas y piscicultura de especies nativas.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"5. Simposio Amenazas y estrategias para la conservaci\\u00f3n de los recursos \\u00edcticos y pesqueros.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/12hzeSMFEebtFChPQMO0ZpN4Ab1734Anx\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">5. Simposio Amenazas y estrategias para la conservaci\\u00f3n de los recursos \\u00edcticos y pesqueros.<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><span style=\\\"font-size: 18px;\\\"><a title=\\\"6. Simposio Mujeres y peces. Una combinaci\\u00f3n de cambio y transformaci\\u00f3n.\\u00a0\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/1VMsRqqmPV_ArjVUDfUl_De3EAvNfweBu\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">6. Simposio Mujeres y peces. Una combinaci\\u00f3n de cambio y transformaci\\u00f3n.\\u00a0<\\/a><\\/span><\\/p>\\r\\n<p style=\\\"padding-left: 40px;\\\"><a title=\\\"7. Peces Migratorios.\\\" href=\\\"https:\\/\\/drive.google.com\\/file\\/d\\/12as-QpvDD_S2JTXEjtXGD5uGuLw-RPhu\\/view?usp=sharing\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\"><span style=\\\"font-size: 18px;\\\">7. Peces Migratorios.<\\/span><\\/a><\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><span style=\\\"font-size: 24px;\\\"><strong>ATARDECER LLANERO \\\"TEJIENDO REDES\\\"<\\/strong><\\/span><br \\/><strong>5\\u00b0 PISO EDIFICIO ROSAS<\\/strong><br \\/><strong>8 DE MAYO - 18:35<\\/strong><\\/p>\\r\\n<p style=\\\"text-align: center;\\\"><strong><span style=\\\"font-size: 24px;\\\">CLAUSURA<\\/span><\\/strong><br \\/><strong>AUDITORIO JAIME GARZ\\u00d3N<\\/strong><br \\/><strong>10 DE MAYO - 16:00<\\/strong><\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:13:21\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-05-09 04:37:06\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-05-09 04:36:21\",\"publish_up\":\"2023-07-12 19:13:21\",\"publish_down\":null,\"images\":\"{\\\"image_intro\\\":\\\"\\\",\\\"image_intro_alt\\\":\\\"\\\",\\\"float_intro\\\":\\\"\\\",\\\"image_intro_caption\\\":\\\"\\\",\\\"image_fulltext\\\":\\\"\\\",\\\"image_fulltext_alt\\\":\\\"\\\",\\\"float_fulltext\\\":\\\"\\\",\\\"image_fulltext_caption\\\":\\\"\\\"}\",\"urls\":\"{\\\"urla\\\":\\\"\\\",\\\"urlatext\\\":\\\"\\\",\\\"targeta\\\":\\\"\\\",\\\"urlb\\\":\\\"\\\",\\\"urlbtext\\\":\\\"\\\",\\\"targetb\\\":\\\"\\\",\\\"urlc\\\":\\\"\\\",\\\"urlctext\\\":\\\"\\\",\\\"targetc\\\":\\\"\\\"}\",\"attribs\":\"{\\\"article_layout\\\":\\\"\\\",\\\"show_title\\\":\\\"0\\\",\\\"link_titles\\\":\\\"\\\",\\\"show_tags\\\":\\\"\\\",\\\"show_intro\\\":\\\"\\\",\\\"info_block_position\\\":\\\"\\\",\\\"info_block_show_title\\\":\\\"\\\",\\\"show_category\\\":\\\"\\\",\\\"link_category\\\":\\\"\\\",\\\"show_parent_category\\\":\\\"\\\",\\\"link_parent_category\\\":\\\"\\\",\\\"show_author\\\":\\\"\\\",\\\"link_author\\\":\\\"\\\",\\\"show_create_date\\\":\\\"\\\",\\\"show_modify_date\\\":\\\"\\\",\\\"show_publish_date\\\":\\\"\\\",\\\"show_item_navigation\\\":\\\"\\\",\\\"show_hits\\\":\\\"\\\",\\\"show_noauth\\\":\\\"\\\",\\\"urls_position\\\":\\\"\\\",\\\"alternative_readmore\\\":\\\"\\\",\\\"article_page_title\\\":\\\"\\\",\\\"show_publishing_options\\\":\\\"\\\",\\\"show_article_options\\\":\\\"\\\",\\\"show_urls_images_backend\\\":\\\"\\\",\\\"show_urls_images_frontend\\\":\\\"\\\"}\",\"version\":172,\"ordering\":8,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":4479,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0),(888,'com_content.article.6','','2024-07-09 04:04:17',393,7720,'874f07001db9d6cbcdbb47c670482263015b92b3','{\"id\":\"6\",\"asset_id\":105,\"title\":\"Normas de presentaci\\u00f3n de res\\u00famenes\",\"alias\":\"resumenes\",\"introtext\":\"<h1 style=\\\"text-align: center;\\\">NORMAS PARA RES\\u00daMENES<\\/h1>\\r\\n<p style=\\\"text-align: justify;\\\">El idioma oficial del evento es el espa\\u00f1ol, pero los res\\u00famenes se aceptan tambi\\u00e9n en ingl\\u00e9s y portugu\\u00e9s. El texto deber\\u00e1 ser digitado en letra tipo Arial 12, a un solo espacio y sin justificar, en formato Word. El resumen no podr\\u00e1 sobrepasar las 300 palabras.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El resumen deber\\u00e1 contener:<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Simposio:<\\/strong> seleccione alguna de las opciones que se presentan.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Tipo de conferencia: <\\/strong>seleccione alguna de las opciones que se presentan.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>T\\u00edtulo: en may\\u00fascula. Autor (es):<\\/strong> en min\\u00fascula (iniciales en may\\u00fascula). Las iniciales de los nombres se escribir\\u00e1n luego de los apellidos, seguidas por un punto y separadas por una coma. Inmediatamente despu\\u00e9s del nombre, deber\\u00e1 asignar una letra (super\\u00edndice), la cual permitir\\u00e1 identificar la instituci\\u00f3n de origen. En caso de haber varios autores, sus nombres deber\\u00e1n separarse por un punto y coma (;). El autor de correspondencia debe ser identificado con el s\\u00edmbolo *. El autor que ofrecer\\u00e1 la conferencia deber\\u00e1 ser resaltado en negrita.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Ejemplo: <\\/strong>Taphorn, D.C.<sup>a<\\/sup> ; Lima, F.C.T<span style=\\\"font-size: 13.3333px;\\\"><sup>a<\\/sup><\\/span> ; <strong>*Garc\\u00eda-Alzate, C.A.<\\/strong><sup>a<\\/sup><\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Instituci\\u00f3n de origen:<\\/strong> En min\\u00fascula (iniciales en may\\u00fascula). De acuerdo con la letra super\\u00edndice asignada a cada instituci\\u00f3n de origen de cada autor, deber\\u00e1 escribir el nombre completo de dicha instituci\\u00f3n.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Ejemplo:<\\/strong> <sup>a<\\/sup>Universidad del Atl\\u00e1ntico, <sup>b<\\/sup>Museu de Zoologia da Universidade Estadual de Campinas \\u201cAdao Jos\\u00e9 Cardoso\\u201d.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Contacto<\\/strong>: S\\u00f3lo el autor de correspondencia deber\\u00e1 ingresar su direcci\\u00f3n de correo electr\\u00f3nico.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Ejemplo:<\\/strong> carlosgarc\\[email protected]<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Resumen:<\\/strong> Sin justificar. No debe contener m\\u00e1s de 300 palabras. El uso de cifras deber\\u00e1 seguir las normas editoriales APA. Las frases que contienen este resumen deben contener las siguientes secciones: introducci\\u00f3n, objetivo, m\\u00e9todos, resultados y conclusiones. En la \\u00faltima frase se deben indicar las instituciones financiadoras.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Palabras clave (espa\\u00f1ol): <\\/strong>S\\u00f3lo son permitidas cinco palabras y no deben estar contenidas en el t\\u00edtulo del resumen.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\"><strong>Palabras clave (ingl\\u00e9s):<\\/strong> Utilizar las mismas palabras clave listadas en espa\\u00f1ol.<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">El contenido cient\\u00edfico y ajuste al formato editorial aqu\\u00ed definido para los res\\u00famenes ser\\u00e1n revisados por un comit\\u00e9 evaluador (delegado por el comit\\u00e9 organizador del Congreso). Los trabajos podr\\u00edan ser reasignados a un simposio o a un tipo de presentaci\\u00f3n diferente a los definidos por los autores. Si es necesario hacer ajustes al contenido del resumen, deber\\u00e1n realizarse en las dos semanas siguientes al env\\u00edo de la solicitud de correcci\\u00f3n por parte del comit\\u00e9 evaluador. Aquellos res\\u00famenes que no sean corregidos por los autores dentro de los tiempos definidos, no ser\\u00e1n incluidos en las memorias del Congreso.<\\/p>\\r\\n<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #e03e2d;\\\"><strong>Cerrada la recepci\\u00f3n de res\\u00famenes. \\ud83d\\udc20<\\/strong><\\/span><\\/h2>\\r\\n<p><strong>COMIT\\u00c9 CIENT\\u00cdFICO EDITORIAL<\\/strong><\\/p>\\r\\n<ul>\\r\\n<li>\\u00c1ngela Guti\\u00e9rrez (Instituto Humboldt, Colombia)<\\/li>\\r\\n<li>Arturo Acero (Universidad Nacional de Colombia, Colombia)<\\/li>\\r\\n<li>Carlos DoNascimiento (Universidad de Antioquia (Colombia)<\\/li>\\r\\n<li>Carlos Garc\\u00eda-Alzate (Universidad del Atl\\u00e1ntico, Colombia).<\\/li>\\r\\n<li>Donald Taphorn (Royal Ontario Museum, Estados Unidos)<\\/li>\\r\\n<li>Douglas Olarte (Universidad Centroccidental Lisandro Alvarado, Venezuela)<\\/li>\\r\\n<li>Flavio Lima (Universidad Estatal de\\u00a0Campinas, Brasil)<\\/li>\\r\\n<li>Francisco Javier Garc\\u00eda-De Le\\u00f3n (Centro de Investigaciones del Noreste S.C., M\\u00e9xico).<\\/li>\\r\\n<li>Juan Carlos Alonso Gonz\\u00e1lez (Universidad Federal do Amazonas-UFAM, Brasil)<\\/li>\\r\\n<li>Jos\\u00e9 Juli\\u00e1n Tavera (Universidad del Valle, Colombia)<\\/li>\\r\\n<li>Mar\\u00eda Doris Escobar (Investigador Independiente, Colombia)<\\/li>\\r\\n<li>Patricia Ornelas (Universidad Nacional Aut\\u00f3noma de M\\u00e9xico, M\\u00e9xico)<\\/li>\\r\\n<li>Rene Funes Rodr\\u00edguez (Centro Interdisciplinario de Ciencias Marinas -CICIMAR, M\\u00e9xico)<\\/li>\\r\\n<li>V\\u00edctor Atencio (Universidad de C\\u00f3rdoba, Colombia)<\\/li>\\r\\n<\\/ul>\\r\\n<h2 style=\\\"text-align: center;\\\">Fechas importantes<\\/h2>\\r\\n<p><strong>Recepci\\u00f3n de res\\u00famenes:<\\/strong> Entre el 29 de noviembre de 2023 y el 23 de marzo de 2024.<\\/p>\\r\\n<p><strong>Comunicaci\\u00f3n a ponentes:<\\/strong> hasta el 1 de abril del 2024.\\u00a0<\\/p>\\r\\n<p style=\\\"text-align: justify;\\\">Si usted requiere apoyo institucional y \\u00e9ste depende de la aceptaci\\u00f3n del resumen en el congreso; favor notificar en el mensaje de env\\u00edo de \\u00e9ste, para priorizar su evaluaci\\u00f3n. Se recomienda enviar el resumen tempranamente, durante las primeras fechas de recepci\\u00f3n, con el fin de ser evaluado con prontitud y celeridad. Se le comunicar\\u00e1 oportunamente la decisi\\u00f3n del comit\\u00e9 evaluador.<\\/p>\",\"fulltext\":\"\",\"state\":\"1\",\"catid\":2,\"created\":\"2023-07-12 19:26:56\",\"created_by\":\"393\",\"created_by_alias\":\"\",\"modified\":\"2024-07-09 04:04:17\",\"modified_by\":393,\"checked_out\":393,\"checked_out_time\":\"2024-07-09 04:03:21\",\"publish_up\":\"2023-07-12 19:26: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\":93,\"ordering\":5,\"metakey\":\"\",\"metadesc\":\"\",\"access\":1,\"hits\":3080,\"metadata\":\"{\\\"robots\\\":\\\"\\\",\\\"author\\\":\\\"\\\",\\\"rights\\\":\\\"\\\"}\",\"featured\":\"0\",\"language\":\"*\",\"note\":\"\"}',0);
/*!40000 ALTER TABLE `cql20_history` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_languages`
--
DROP TABLE IF EXISTS `cql20_languages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_languages`
--
LOCK TABLES `cql20_languages` WRITE;
/*!40000 ALTER TABLE `cql20_languages` DISABLE KEYS */;
INSERT INTO `cql20_languages` VALUES (1,0,'en-GB','English (en-GB)','English (United Kingdom)','en','en_gb','','','','',1,1,2),(2,97,'es-ES','Spanish (es-ES)','Español (España)','es','es_es','',NULL,'','',0,1,1);
/*!40000 ALTER TABLE `cql20_languages` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_mail_templates`
--
DROP TABLE IF EXISTS `cql20_mail_templates`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_mail_templates`
--
LOCK TABLES `cql20_mail_templates` WRITE;
/*!40000 ALTER TABLE `cql20_mail_templates` DISABLE KEYS */;
INSERT INTO `cql20_mail_templates` VALUES ('com_actionlogs.notification','com_actionlogs','','COM_ACTIONLOGS_EMAIL_SUBJECT','COM_ACTIONLOGS_EMAIL_BODY','COM_ACTIONLOGS_EMAIL_HTMLBODY','','{\"tags\":[\"message\",\"date\",\"extension\",\"username\"]}'),('com_config.test_mail','com_config','','COM_CONFIG_SENDMAIL_SUBJECT','COM_CONFIG_SENDMAIL_BODY','','','{\"tags\":[\"sitename\",\"method\"]}'),('com_contact.mail','com_contact','','COM_CONTACT_ENQUIRY_SUBJECT','COM_CONTACT_ENQUIRY_TEXT','','','{\"tags\":[\"sitename\",\"name\",\"email\",\"subject\",\"body\",\"url\",\"customfields\"]}'),('com_contact.mail.copy','com_contact','','COM_CONTACT_COPYSUBJECT_OF','COM_CONTACT_COPYTEXT_OF','','','{\"tags\":[\"sitename\",\"name\",\"email\",\"subject\",\"body\",\"url\",\"customfields\",\"contactname\"]}'),('com_messages.new_message','com_messages','','COM_MESSAGES_NEW_MESSAGE','COM_MESSAGES_NEW_MESSAGE_BODY','','','{\"tags\":[\"subject\",\"message\",\"fromname\",\"sitename\",\"siteurl\",\"fromemail\",\"toname\",\"toemail\"]}'),('com_privacy.notification.admin.export','com_privacy','','COM_PRIVACY_EMAIL_ADMIN_REQUEST_SUBJECT_EXPORT_REQUEST','COM_PRIVACY_EMAIL_ADMIN_REQUEST_BODY_EXPORT_REQUEST','','','{\"tags\":[\"sitename\",\"url\",\"tokenurl\",\"formurl\",\"token\"]}'),('com_privacy.notification.admin.remove','com_privacy','','COM_PRIVACY_EMAIL_ADMIN_REQUEST_SUBJECT_REMOVE_REQUEST','COM_PRIVACY_EMAIL_ADMIN_REQUEST_BODY_REMOVE_REQUEST','','','{\"tags\":[\"sitename\",\"url\",\"tokenurl\",\"formurl\",\"token\"]}'),('com_privacy.notification.export','com_privacy','','COM_PRIVACY_EMAIL_REQUEST_SUBJECT_EXPORT_REQUEST','COM_PRIVACY_EMAIL_REQUEST_BODY_EXPORT_REQUEST','','','{\"tags\":[\"sitename\",\"url\",\"tokenurl\",\"formurl\",\"token\"]}'),('com_privacy.notification.remove','com_privacy','','COM_PRIVACY_EMAIL_REQUEST_SUBJECT_REMOVE_REQUEST','COM_PRIVACY_EMAIL_REQUEST_BODY_REMOVE_REQUEST','','','{\"tags\":[\"sitename\",\"url\",\"tokenurl\",\"formurl\",\"token\"]}'),('com_privacy.userdataexport','com_privacy','','COM_PRIVACY_EMAIL_DATA_EXPORT_COMPLETED_SUBJECT','COM_PRIVACY_EMAIL_DATA_EXPORT_COMPLETED_BODY','','','{\"tags\":[\"sitename\",\"url\"]}'),('com_users.massmail.mail','com_users','','COM_USERS_MASSMAIL_MAIL_SUBJECT','COM_USERS_MASSMAIL_MAIL_BODY','','','{\"tags\":[\"subject\",\"body\",\"subjectprefix\",\"bodysuffix\"]}'),('com_users.password_reset','com_users','','COM_USERS_EMAIL_PASSWORD_RESET_SUBJECT','COM_USERS_EMAIL_PASSWORD_RESET_BODY','','','{\"tags\":[\"name\",\"email\",\"sitename\",\"link_text\",\"link_html\",\"token\"]}'),('com_users.registration.admin.new_notification','com_users','','COM_USERS_EMAIL_ACCOUNT_DETAILS','COM_USERS_EMAIL_REGISTERED_NOTIFICATION_TO_ADMIN_BODY','','','{\"tags\":[\"name\",\"sitename\",\"siteurl\",\"username\"]}'),('com_users.registration.admin.verification_request','com_users','','COM_USERS_EMAIL_ACTIVATE_WITH_ADMIN_ACTIVATION_SUBJECT','COM_USERS_EMAIL_ACTIVATE_WITH_ADMIN_ACTIVATION_BODY','','','{\"tags\":[\"name\",\"sitename\",\"email\",\"username\",\"activate\"]}'),('com_users.registration.user.admin_activated','com_users','','COM_USERS_EMAIL_ACTIVATED_BY_ADMIN_ACTIVATION_SUBJECT','COM_USERS_EMAIL_ACTIVATED_BY_ADMIN_ACTIVATION_BODY','','','{\"tags\":[\"name\",\"sitename\",\"siteurl\",\"username\"]}'),('com_users.registration.user.admin_activation','com_users','','COM_USERS_EMAIL_ACCOUNT_DETAILS','COM_USERS_EMAIL_REGISTERED_WITH_ADMIN_ACTIVATION_BODY_NOPW','','','{\"tags\":[\"name\",\"sitename\",\"activate\",\"siteurl\",\"username\"]}'),('com_users.registration.user.admin_activation_w_pw','com_users','','COM_USERS_EMAIL_ACCOUNT_DETAILS','COM_USERS_EMAIL_REGISTERED_WITH_ADMIN_ACTIVATION_BODY','','','{\"tags\":[\"name\",\"sitename\",\"activate\",\"siteurl\",\"username\",\"password_clear\"]}'),('com_users.registration.user.registration_mail','com_users','','COM_USERS_EMAIL_ACCOUNT_DETAILS','COM_USERS_EMAIL_REGISTERED_BODY_NOPW','','','{\"tags\":[\"name\",\"sitename\",\"siteurl\",\"username\"]}'),('com_users.registration.user.registration_mail_w_pw','com_users','','COM_USERS_EMAIL_ACCOUNT_DETAILS','COM_USERS_EMAIL_REGISTERED_BODY','','','{\"tags\":[\"name\",\"sitename\",\"siteurl\",\"username\",\"password_clear\"]}'),('com_users.registration.user.self_activation','com_users','','COM_USERS_EMAIL_ACCOUNT_DETAILS','COM_USERS_EMAIL_REGISTERED_WITH_ACTIVATION_BODY_NOPW','','','{\"tags\":[\"name\",\"sitename\",\"activate\",\"siteurl\",\"username\"]}'),('com_users.registration.user.self_activation_w_pw','com_users','','COM_USERS_EMAIL_ACCOUNT_DETAILS','COM_USERS_EMAIL_REGISTERED_WITH_ACTIVATION_BODY','','','{\"tags\":[\"name\",\"sitename\",\"activate\",\"siteurl\",\"username\",\"password_clear\"]}'),('com_users.reminder','com_users','','COM_USERS_EMAIL_USERNAME_REMINDER_SUBJECT','COM_USERS_EMAIL_USERNAME_REMINDER_BODY','','','{\"tags\":[\"name\",\"username\",\"sitename\",\"email\",\"link_text\",\"link_html\"]}'),('plg_multifactorauth_email.mail','plg_multifactorauth_email','','PLG_MULTIFACTORAUTH_EMAIL_EMAIL_SUBJECT','PLG_MULTIFACTORAUTH_EMAIL_EMAIL_BODY','','','{\"tags\":[\"code\",\"sitename\",\"siteurl\",\"username\",\"email\",\"fullname\"]}'),('plg_system_privacyconsent.request.reminder','plg_system_privacyconsent','','PLG_SYSTEM_PRIVACYCONSENT_EMAIL_REMIND_SUBJECT','PLG_SYSTEM_PRIVACYCONSENT_EMAIL_REMIND_BODY','','','{\"tags\":[\"sitename\",\"url\",\"tokenurl\",\"formurl\",\"token\"]}'),('plg_system_tasknotification.failure_mail','plg_system_tasknotification','','PLG_SYSTEM_TASK_NOTIFICATION_FAILURE_MAIL_SUBJECT','PLG_SYSTEM_TASK_NOTIFICATION_FAILURE_MAIL_BODY','','','{\"tags\": [\"task_id\", \"task_title\", \"exit_code\", \"exec_data_time\", \"task_output\"]}'),('plg_system_tasknotification.fatal_recovery_mail','plg_system_tasknotification','','PLG_SYSTEM_TASK_NOTIFICATION_FATAL_MAIL_SUBJECT','PLG_SYSTEM_TASK_NOTIFICATION_FATAL_MAIL_BODY','','','{\"tags\": [\"task_id\", \"task_title\"]}'),('plg_system_tasknotification.orphan_mail','plg_system_tasknotification','','PLG_SYSTEM_TASK_NOTIFICATION_ORPHAN_MAIL_SUBJECT','PLG_SYSTEM_TASK_NOTIFICATION_ORPHAN_MAIL_BODY','','','{\"tags\": [\"task_id\", \"task_title\"]}'),('plg_system_tasknotification.success_mail','plg_system_tasknotification','','PLG_SYSTEM_TASK_NOTIFICATION_SUCCESS_MAIL_SUBJECT','PLG_SYSTEM_TASK_NOTIFICATION_SUCCESS_MAIL_BODY','','','{\"tags\":[\"task_id\", \"task_title\", \"exec_data_time\", \"task_output\"]}'),('plg_system_updatenotification.mail','plg_system_updatenotification','','PLG_SYSTEM_UPDATENOTIFICATION_EMAIL_SUBJECT','PLG_SYSTEM_UPDATENOTIFICATION_EMAIL_BODY','','','{\"tags\":[\"newversion\",\"curversion\",\"sitename\",\"url\",\"link\",\"releasenews\"]}'),('plg_user_joomla.mail','plg_user_joomla','','PLG_USER_JOOMLA_NEW_USER_EMAIL_SUBJECT','PLG_USER_JOOMLA_NEW_USER_EMAIL_BODY','','','{\"tags\":[\"name\",\"sitename\",\"url\",\"username\",\"password\",\"email\"]}');
/*!40000 ALTER TABLE `cql20_mail_templates` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_menu`
--
DROP TABLE IF EXISTS `cql20_menu`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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=136 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_menu`
--
LOCK TABLES `cql20_menu` WRITE;
/*!40000 ALTER TABLE `cql20_menu` DISABLE KEYS */;
INSERT INTO `cql20_menu` VALUES (1,'','Menu_Item_Root','root','','','','',1,0,0,0,NULL,NULL,0,0,'',0,'',0,79,0,'*',0,NULL,NULL),(2,'main','com_banners','Banners','','Banners','index.php?option=com_banners','component',1,1,1,3,NULL,NULL,0,0,'class:bookmark',0,'',1,10,0,'*',1,NULL,NULL),(3,'main','com_banners','Banners','','Banners/Banners','index.php?option=com_banners&view=banners','component',1,2,2,3,NULL,NULL,0,0,'class:banners',0,'',2,3,0,'*',1,NULL,NULL),(4,'main','com_banners_categories','Categories','','Banners/Categories','index.php?option=com_categories&view=categories&extension=com_banners','component',1,2,2,5,NULL,NULL,0,0,'class:banners-cat',0,'',4,5,0,'*',1,NULL,NULL),(5,'main','com_banners_clients','Clients','','Banners/Clients','index.php?option=com_banners&view=clients','component',1,2,2,3,NULL,NULL,0,0,'class:banners-clients',0,'',6,7,0,'*',1,NULL,NULL),(6,'main','com_banners_tracks','Tracks','','Banners/Tracks','index.php?option=com_banners&view=tracks','component',1,2,2,3,NULL,NULL,0,0,'class:banners-tracks',0,'',8,9,0,'*',1,NULL,NULL),(7,'main','com_contact','Contacts','','Contacts','index.php?option=com_contact','component',1,1,1,7,NULL,NULL,0,0,'class:address-book',0,'',31,40,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,'',32,33,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,'',34,35,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,'',43,48,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,'',44,45,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,'',46,47,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,'',49,58,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,'',59,60,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,'',41,42,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,'',36,37,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,'',38,39,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,'',50,51,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,'',52,53,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,'',54,55,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,'',56,57,0,'*',1,NULL,NULL),(101,'mainmenu','Inicio','home','','home','index.php?option=com_gantry5&view=custom','component',1,1,1,242,393,'2025-02-17 03:16:25',0,1,' ',14,'{\"particle\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"XVII - Congreso Colombiano de Ictiologia\",\"show_page_heading\":\"1\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"La regi\\u00f3n de la Orinoquia acoger\\u00e1 en la ciudad de Villavicencio, a todos los que trabajamos con peces, desde los diferentes enfoques que se puede abordar.\",\"robots\":\"\",\"gantry\":1,\"gantry-dropdown_dir\":\"right\",\"gantry-width\":\"auto\",\"gantry-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',11,12,1,'*',0,NULL,NULL),(105,'mainmenu','Presentación','presentacion','','presentacion','index.php?option=com_content&view=article&id=11','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-layout\":\"list\",\"gantry-visible\":true,\"gantry-columns\":\"[]\",\"gantry-columns_count\":\"[]\",\"gantry-options\":\"[]\"}',13,24,0,'*',0,NULL,NULL),(106,'mainmenu','Patrocinadores','patrocinadores','','presentacion/patrocinadores','index.php?option=com_content&view=article&id=7','component',1,105,2,19,NULL,NULL,0,1,' ',19,'{\"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\":\"[]\"}',20,21,0,'*',0,NULL,NULL),(107,'mainmenu','Contacto','contacto','','contacto','index.php?option=com_contact&view=contact&id=1','component',1,1,1,7,NULL,NULL,0,1,' ',15,'{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"show_name\":\"\",\"show_tags\":\"\",\"show_info\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"add_mailto_link\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_misc\":\"\",\"show_articles\":\"\",\"articles_display_num\":\"\",\"show_profile\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\",\"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\":\"[]\"}',27,28,0,'*',0,NULL,NULL),(111,'mainmenu','Programación','programacion','','presentacion/programacion','index.php?option=com_content&view=article&id=3','component',1,105,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\":\"[]\"}',14,15,0,'*',0,NULL,NULL),(113,'mainmenu','Registro y pago','registro-y-pago','','presentacion/registro-y-pago','index.php?option=com_content&view=article&id=5','component',1,105,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\":\"[]\"}',18,19,0,'*',0,NULL,NULL),(114,'mainmenu','Resumenes','resumenes','','presentacion/resumenes','index.php?option=com_content&view=article&id=6','component',1,105,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\":\"[]\"}',16,17,0,'*',0,NULL,NULL),(116,'mainmenu','Invitados','invitados','','invitados','index.php?option=com_content&view=form&layout=edit','component',1,1,1,19,NULL,NULL,0,1,' ',16,'{\"enable_category\":\"0\",\"catid\":\"\",\"redirect_menuitem\":\"\",\"custom_cancel_redirect\":\"0\",\"cancel_redirect_menuitem\":\"\",\"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\":\"[]\"}',25,26,0,'*',0,NULL,NULL),(118,'mainmenu','Información turística','informacion-turistica','','presentacion/informacion-turistica','index.php?option=com_content&view=article&id=10','component',1,105,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\":\"[]\"}',22,23,0,'*',0,NULL,NULL),(120,'main','COM_GANTRY5','com-gantry5','','com-gantry5','index.php?option=com_gantry5','component',1,1,1,242,NULL,NULL,0,1,'class:component',0,'{}',61,66,0,'',1,NULL,NULL),(121,'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,120,2,242,NULL,NULL,0,1,'class:component',0,'{}',62,63,0,'',1,NULL,NULL),(122,'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,120,2,242,NULL,NULL,0,1,'class:component',0,'{}',64,65,0,'',1,NULL,NULL),(124,'main','COM_DJIMAGESLIDER','com-djimageslider','','com-djimageslider','index.php?option=com_djimageslider','component',1,1,1,248,NULL,NULL,0,1,'components/com_djimageslider/assets/icon-16-djimageslider.png',0,'{}',67,68,0,'',1,NULL,NULL),(125,'mainmenu','Lugar','lugar','','lugar','index.php?option=com_gantry5&view=custom','component',1,1,1,242,NULL,NULL,0,1,' ',21,'{\"particle\":\"\",\"menu-anchor_title\":\"Lugar\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":0,\"page_title\":\"Lugar\",\"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\":\"[]\",\"gantry-link_title\":\"Lugar\"}',29,30,0,'*',0,NULL,NULL),(131,'main','COM_AKEEBABACKUP','com-akeebabackup','','com-akeebabackup','index.php?option=com_akeebabackup','component',1,1,1,253,NULL,NULL,0,1,'class:component',0,'{}',69,78,0,'',1,NULL,NULL),(132,'main','COM_AKEEBABACKUP_CONTROLPANEL','com-akeebabackup-controlpanel','','com-akeebabackup/com-akeebabackup-controlpanel','index.php?option=com_akeebabackup&view=Controlpanel','component',1,131,2,253,NULL,NULL,0,1,'class:component',0,'{}',70,71,0,'',1,NULL,NULL),(133,'main','COM_AKEEBABACKUP_CONFIGURATION','com-akeebabackup-configuration','','com-akeebabackup/com-akeebabackup-configuration','index.php?option=com_akeebabackup&view=Configuration','component',1,131,2,253,NULL,NULL,0,1,'class:component',0,'{}',72,73,0,'',1,NULL,NULL),(134,'main','COM_AKEEBABACKUP_BACKUP','com-akeebabackup-backup','','com-akeebabackup/com-akeebabackup-backup','index.php?option=com_akeebabackup&view=Backup','component',1,131,2,253,NULL,NULL,0,1,'class:component',0,'{}',74,75,0,'',1,NULL,NULL),(135,'main','COM_AKEEBABACKUP_MANAGE','com-akeebabackup-manage','','com-akeebabackup/com-akeebabackup-manage','index.php?option=com_akeebabackup&view=Manage','component',1,131,2,253,NULL,NULL,0,1,'class:component',0,'{}',76,77,0,'',1,NULL,NULL);
/*!40000 ALTER TABLE `cql20_menu` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_menu_types`
--
DROP TABLE IF EXISTS `cql20_menu_types`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_menu_types` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`asset_id` int unsigned NOT NULL DEFAULT '0',
`menutype` varchar(24) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`title` varchar(48) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`client_id` int NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE KEY `idx_menutype` (`menutype`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_menu_types`
--
LOCK TABLES `cql20_menu_types` WRITE;
/*!40000 ALTER TABLE `cql20_menu_types` DISABLE KEYS */;
INSERT INTO `cql20_menu_types` VALUES (1,54,'mainmenu','Main Menu','The main menu for the site',0);
/*!40000 ALTER TABLE `cql20_menu_types` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_messages`
--
DROP TABLE IF EXISTS `cql20_messages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_messages`
--
LOCK TABLES `cql20_messages` WRITE;
/*!40000 ALTER TABLE `cql20_messages` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_messages` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_messages_cfg`
--
DROP TABLE IF EXISTS `cql20_messages_cfg`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_messages_cfg`
--
LOCK TABLES `cql20_messages_cfg` WRITE;
/*!40000 ALTER TABLE `cql20_messages_cfg` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_messages_cfg` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_modules`
--
DROP TABLE IF EXISTS `cql20_modules`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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=121 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_modules`
--
LOCK TABLES `cql20_modules` WRITE;
/*!40000 ALTER TABLE `cql20_modules` DISABLE KEYS */;
INSERT INTO `cql20_modules` VALUES (1,39,'Main Menu','','',1,'sidebar-right',NULL,NULL,NULL,NULL,1,'mod_menu',1,1,'{\"menutype\":\"mainmenu\",\"base\":\"\",\"startLevel\":1,\"endLevel\":0,\"showAllChildren\":1,\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(2,40,'Login','','',1,'login',NULL,NULL,NULL,NULL,1,'mod_login',1,1,'',1,'*'),(3,41,'Popular Articles','','',6,'cpanel',NULL,NULL,NULL,NULL,1,'mod_popular',3,1,'{\"count\":\"5\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\", \"bootstrap_size\": \"12\",\"header_tag\":\"h2\"}',1,'*'),(4,42,'Recently Added Articles','','',4,'cpanel',NULL,NULL,NULL,NULL,1,'mod_latest',3,1,'{\"count\":\"5\",\"ordering\":\"c_dsc\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\", \"bootstrap_size\": \"12\",\"header_tag\":\"h2\"}',1,'*'),(8,43,'Toolbar','','',1,'toolbar',NULL,NULL,NULL,NULL,1,'mod_toolbar',3,1,'',1,'*'),(9,44,'Notifications','','',3,'icon',NULL,NULL,NULL,NULL,1,'mod_quickicon',3,1,'{\"context\":\"update_quickicon\",\"header_icon\":\"icon-sync\",\"show_jupdate\":\"1\",\"show_eupdate\":\"1\",\"show_oupdate\":\"1\",\"show_privacy\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"style\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\"}',1,'*'),(10,45,'Logged-in Users','','',2,'cpanel',NULL,NULL,NULL,NULL,1,'mod_logged',3,1,'{\"count\":\"5\",\"name\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\", \"bootstrap_size\": \"12\",\"header_tag\":\"h2\"}',1,'*'),(12,46,'Admin Menu','','',1,'menu',NULL,NULL,NULL,NULL,1,'mod_menu',3,1,'{\"layout\":\"\",\"moduleclass_sfx\":\"\",\"shownew\":\"1\",\"showhelp\":\"1\",\"cache\":\"0\"}',1,'*'),(15,49,'Title','','',1,'title',NULL,NULL,NULL,NULL,1,'mod_title',3,1,'',1,'*'),(16,50,'Login Form','','',7,'sidebar-right',393,'2024-04-09 20:44:33',NULL,NULL,1,'mod_login',1,1,'{\"greeting\":\"1\",\"name\":\"0\"}',0,'*'),(17,51,'Breadcrumbs','','',1,'breadcrumbs',393,'2023-11-24 18:55:59',NULL,NULL,1,'mod_breadcrumbs',1,1,'{\"moduleclass_sfx\":\"\",\"showHome\":\"1\",\"homeText\":\"\",\"showComponent\":\"1\",\"separator\":\"\",\"cache\":\"0\",\"cache_time\":\"0\",\"cachemode\":\"itemid\"}',0,'*'),(79,52,'Multilanguage status','','',2,'status',NULL,NULL,NULL,NULL,1,'mod_multilangstatus',3,1,'{\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),(86,53,'Joomla Version','','',1,'status',NULL,NULL,NULL,NULL,1,'mod_version',3,1,'{\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),(87,55,'Sample Data','','',1,'cpanel',393,'2023-11-24 03:42:16',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',393,'2023-11-24 02:19:28',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,98,'Gantry 5 Particle','','',1,'',393,'2024-02-27 19:20:25',NULL,NULL,0,'mod_gantry5_particle',1,1,'',0,'*'),(112,117,'DJ-ImageSlider','','',1,'rotativo',393,'2024-04-09 21:10:15','2023-11-15 19:48:34',NULL,1,'mod_djimageslider',1,0,'{\"slider_source\":\"1\",\"slider_type\":\"0\",\"theme\":\"default\",\"link_image\":\"1\",\"image_folder\":\"images\\/patrocinadores\",\"link\":\"\",\"category\":\"8\",\"show_title\":\"0\",\"show_desc\":\"0\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"0\",\"link_desc\":\"1\",\"limit_desc\":\"\",\"full_width\":\"1\",\"image_width\":\"5\",\"image_height\":\"3\",\"fit_to\":\"2\",\"image_centering\":\"1\",\"visible_images\":\"3\",\"space_between_images\":\"5\",\"max_images\":\"10\",\"sort_by\":\"1\",\"css3\":\"1\",\"autoplay\":\"1\",\"looponce\":\"0\",\"show_buttons\":\"0\",\"show_arrows\":\"0\",\"show_custom_nav\":\"0\",\"wcag\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"40\",\"arrows_horizontal\":\"10\",\"idx_style\":\"0\",\"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,'*'),(113,122,'Anuncios','',NULL,1,'sidebar',NULL,NULL,'2024-02-27 02:06:51',NULL,-2,'mod_banners',1,1,'{\"target\":1,\"count\":5,\"cid\":0,\"catid\":[9],\"tag_search\":0,\"ordering\":\"0\",\"header_text\":\"\",\"footer_text\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(114,123,'ANUNCIOS','',NULL,1,'sidebar-left',NULL,NULL,'2024-02-27 02:19:46',NULL,-2,'mod_banners',1,1,'{\"target\":0,\"count\":5,\"cid\":0,\"catid\":[9],\"tag_search\":0,\"ordering\":\"0\",\"header_text\":\"\",\"footer_text\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(115,126,'Resumenes','',NULL,1,'sidebar-right',NULL,NULL,'2024-02-27 02:29:29',NULL,-2,'mod_banners',1,1,'{\"target\":0,\"count\":5,\"cid\":0,\"catid\":[10],\"tag_search\":0,\"ordering\":\"0\",\"header_text\":\"\",\"footer_text\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(116,127,'DJ-ImageSlider (2)','','',1,'sidebar-right',NULL,NULL,'2023-11-15 19:48:34',NULL,-2,'mod_djimageslider',1,0,'{\"slider_source\":\"1\",\"slider_type\":\"0\",\"theme\":\"default\",\"link_image\":\"1\",\"image_folder\":\"images\\/patrocinadores\",\"link\":\"\",\"category\":\"8\",\"show_title\":\"0\",\"show_desc\":\"0\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"0\",\"link_desc\":\"1\",\"limit_desc\":\"\",\"full_width\":\"1\",\"image_width\":\"5\",\"image_height\":\"3\",\"fit_to\":\"2\",\"image_centering\":\"1\",\"visible_images\":\"3\",\"space_between_images\":\"5\",\"max_images\":\"8\",\"sort_by\":\"1\",\"css3\":\"1\",\"autoplay\":\"1\",\"looponce\":\"0\",\"show_buttons\":\"0\",\"show_arrows\":\"0\",\"show_custom_nav\":\"0\",\"wcag\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"40\",\"arrows_horizontal\":\"10\",\"idx_style\":\"0\",\"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,'*'),(117,128,'Anuncios','','',1,'rotativo',NULL,NULL,'2023-11-15 19:48:34',NULL,-2,'mod_djimageslider',1,0,'{\"slider_source\":\"1\",\"slider_type\":\"0\",\"theme\":\"default\",\"link_image\":\"1\",\"image_folder\":\"images\\/patrocinadores\",\"link\":\"\",\"category\":\"8\",\"show_title\":\"0\",\"show_desc\":\"0\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"0\",\"link_desc\":\"1\",\"limit_desc\":\"\",\"full_width\":\"1\",\"image_width\":\"5\",\"image_height\":\"3\",\"fit_to\":\"2\",\"image_centering\":\"1\",\"visible_images\":\"3\",\"space_between_images\":\"5\",\"max_images\":\"8\",\"sort_by\":\"1\",\"css3\":\"1\",\"autoplay\":\"1\",\"looponce\":\"0\",\"show_buttons\":\"0\",\"show_arrows\":\"0\",\"show_custom_nav\":\"0\",\"wcag\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"images\\/anuncios\\/anuncio1.jpeg#joomlaImage:\\/\\/local-images\\/anuncios\\/anuncio1.jpeg?width=1600&height=1600\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"40\",\"arrows_horizontal\":\"10\",\"idx_style\":\"0\",\"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,129,'Novedades','',NULL,1,'main-bottom',NULL,NULL,'2024-02-27 02:38:55',NULL,-2,'mod_banners',1,1,'{\"target\":1,\"count\":5,\"cid\":0,\"catid\":[3],\"tag_search\":0,\"ordering\":\"0\",\"header_text\":\"\",\"footer_text\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(119,131,'SeccionAnuncio1','',NULL,1,'sidebar',NULL,NULL,'2024-04-16 23:59:19','2024-05-03 23:59:13',0,'mod_banners',1,0,'{\"target\":0,\"count\":5,\"cid\":0,\"catid\":[12],\"tag_search\":0,\"ordering\":\"0\",\"header_text\":\"\",\"footer_text\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),(120,132,'SeccionAnuncio2','',NULL,1,'rotativo',NULL,NULL,'2024-03-06 21:39:16',NULL,-2,'mod_banners',1,0,'{\"target\":1,\"count\":5,\"cid\":0,\"tag_search\":0,\"ordering\":\"0\",\"header_text\":\"\",\"footer_text\":\"\",\"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 `cql20_modules` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_modules_menu`
--
DROP TABLE IF EXISTS `cql20_modules_menu`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_modules_menu`
--
LOCK TABLES `cql20_modules_menu` WRITE;
/*!40000 ALTER TABLE `cql20_modules_menu` DISABLE KEYS */;
INSERT INTO `cql20_modules_menu` VALUES (1,0),(2,0),(3,0),(4,0),(6,0),(7,0),(8,0),(9,0),(10,0),(12,0),(14,0),(15,0),(16,0),(17,0),(79,0),(86,0),(87,0),(88,0),(89,0),(90,0),(91,0),(92,0),(93,0),(94,0),(95,0),(96,0),(97,0),(98,0),(99,0),(100,0),(101,0),(102,0),(103,0),(104,0),(105,0),(106,0),(107,0),(108,0),(109,0),(112,101),(113,0),(114,0),(115,0),(116,101),(117,101),(118,0),(119,0),(120,0);
/*!40000 ALTER TABLE `cql20_modules_menu` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_newsfeeds`
--
DROP TABLE IF EXISTS `cql20_newsfeeds`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_newsfeeds`
--
LOCK TABLES `cql20_newsfeeds` WRITE;
/*!40000 ALTER TABLE `cql20_newsfeeds` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_newsfeeds` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_overrider`
--
DROP TABLE IF EXISTS `cql20_overrider`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_overrider`
--
LOCK TABLES `cql20_overrider` WRITE;
/*!40000 ALTER TABLE `cql20_overrider` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_overrider` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_postinstall_messages`
--
DROP TABLE IF EXISTS `cql20_postinstall_messages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_postinstall_messages`
--
LOCK TABLES `cql20_postinstall_messages` WRITE;
/*!40000 ALTER TABLE `cql20_postinstall_messages` DISABLE KEYS */;
INSERT INTO `cql20_postinstall_messages` VALUES (1,227,'COM_CPANEL_WELCOME_BEGINNERS_TITLE','COM_CPANEL_WELCOME_BEGINNERS_MESSAGE','','com_cpanel',1,'message','','','','','3.2.0',0),(2,227,'COM_CPANEL_MSG_STATS_COLLECTION_TITLE','COM_CPANEL_MSG_STATS_COLLECTION_BODY','','com_cpanel',1,'message','','','admin://components/com_admin/postinstall/statscollection.php','admin_postinstall_statscollection_condition','3.5.0',0),(3,227,'PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME','PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME_BODY','PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME_ACTION','plg_system_updatenotification',1,'action','site://plugins/system/updatenotification/postinstall/updatecachetime.php','updatecachetime_postinstall_action','site://plugins/system/updatenotification/postinstall/updatecachetime.php','updatecachetime_postinstall_condition','3.6.3',0),(4,227,'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',0),(5,227,'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',0);
/*!40000 ALTER TABLE `cql20_postinstall_messages` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_privacy_consents`
--
DROP TABLE IF EXISTS `cql20_privacy_consents`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_privacy_consents`
--
LOCK TABLES `cql20_privacy_consents` WRITE;
/*!40000 ALTER TABLE `cql20_privacy_consents` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_privacy_consents` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_privacy_requests`
--
DROP TABLE IF EXISTS `cql20_privacy_requests`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_privacy_requests`
--
LOCK TABLES `cql20_privacy_requests` WRITE;
/*!40000 ALTER TABLE `cql20_privacy_requests` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_privacy_requests` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_redirect_links`
--
DROP TABLE IF EXISTS `cql20_redirect_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_redirect_links`
--
LOCK TABLES `cql20_redirect_links` WRITE;
/*!40000 ALTER TABLE `cql20_redirect_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_redirect_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_scheduler_tasks`
--
DROP TABLE IF EXISTS `cql20_scheduler_tasks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_scheduler_tasks` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`asset_id` int unsigned NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.',
`title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`type` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'unique identifier for job defined by plugin',
`execution_rules` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci COMMENT 'Execution Rules, Unprocessed',
`cron_rules` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci COMMENT 'Processed execution rules, crontab-like JSON form',
`state` tinyint NOT NULL DEFAULT '0',
`last_exit_code` int NOT NULL DEFAULT '0' COMMENT 'Exit code when job was last run',
`last_execution` datetime DEFAULT NULL COMMENT 'Timestamp of last run',
`next_execution` datetime DEFAULT NULL COMMENT 'Timestamp of next (planned) run, referred for execution on trigger',
`times_executed` int DEFAULT '0' COMMENT 'Count of successful triggers',
`times_failed` int DEFAULT '0' COMMENT 'Count of failures',
`locked` datetime DEFAULT NULL,
`priority` smallint NOT NULL DEFAULT '0',
`ordering` int NOT NULL DEFAULT '0' COMMENT 'Configurable list ordering',
`cli_exclusive` smallint NOT NULL DEFAULT '0' COMMENT 'If 1, the task is only accessible via CLI',
`params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`note` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`created` datetime NOT NULL,
`created_by` int unsigned NOT NULL DEFAULT '0',
`checked_out` int unsigned DEFAULT NULL,
`checked_out_time` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `idx_type` (`type`),
KEY `idx_state` (`state`),
KEY `idx_last_exit` (`last_exit_code`),
KEY `idx_next_exec` (`next_execution`),
KEY `idx_locked` (`locked`),
KEY `idx_priority` (`priority`),
KEY `idx_cli_exclusive` (`cli_exclusive`),
KEY `idx_checked_out` (`checked_out`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_scheduler_tasks`
--
LOCK TABLES `cql20_scheduler_tasks` WRITE;
/*!40000 ALTER TABLE `cql20_scheduler_tasks` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_scheduler_tasks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_schemas`
--
DROP TABLE IF EXISTS `cql20_schemas`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_schemas`
--
LOCK TABLES `cql20_schemas` WRITE;
/*!40000 ALTER TABLE `cql20_schemas` DISABLE KEYS */;
INSERT INTO `cql20_schemas` VALUES (227,'4.4.0-2023-09-13'),(248,'4.1.1'),(253,'9.4.0-20221011');
/*!40000 ALTER TABLE `cql20_schemas` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_session`
--
DROP TABLE IF EXISTS `cql20_session`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_session`
--
LOCK TABLES `cql20_session` WRITE;
/*!40000 ALTER TABLE `cql20_session` DISABLE KEYS */;
INSERT INTO `cql20_session` VALUES (_binary '04493dd254a470795e106045c717ee79',0,1,1778594315,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0MzA1O3M6NDoibGFzdCI7aToxNzc4NTk0MzA1O3M6Mzoibm93IjtpOjE3Nzg1OTQzMDU7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '06929f21b3014904be3d92a2e3f74ca4',0,1,1778594206,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0MjAxO3M6NDoibGFzdCI7aToxNzc4NTk0MjAxO3M6Mzoibm93IjtpOjE3Nzg1OTQyMDE7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '0b6a781c3c3cb4d1bcbf13805075f1b6',0,1,1778594315,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0MzA1O3M6NDoibGFzdCI7aToxNzc4NTk0MzA1O3M6Mzoibm93IjtpOjE3Nzg1OTQzMDU7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '0e95027e6281caf0a1a444aece5fd3cd',0,1,1778613712,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjEzNzExO3M6NDoibGFzdCI7aToxNzc4NjEzNzExO3M6Mzoibm93IjtpOjE3Nzg2MTM3MTE7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '168e1daf302d672468879c231fd76d2d',0,1,1778599196,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk5MTk1O3M6NDoibGFzdCI7aToxNzc4NTk5MTk1O3M6Mzoibm93IjtpOjE3Nzg1OTkxOTU7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '191f23b418cb78fef7e52e53b698d4d1',0,1,1778594301,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0MjkzO3M6NDoibGFzdCI7aToxNzc4NTk0MjkzO3M6Mzoibm93IjtpOjE3Nzg1OTQyOTM7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '2b569624da69824ff28eaf1946b22c3a',0,1,1778594216,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0MjA5O3M6NDoibGFzdCI7aToxNzc4NTk0MjA5O3M6Mzoibm93IjtpOjE3Nzg1OTQyMDk7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '4ce472990a281c956645001ce53c8a37',0,1,1778594293,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0Mjg0O3M6NDoibGFzdCI7aToxNzc4NTk0Mjg0O3M6Mzoibm93IjtpOjE3Nzg1OTQyODQ7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '5e14ad0a9207948570772d6d5a23c270',0,1,1778593476,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTkzNDU3O3M6NDoibGFzdCI7aToxNzc4NTkzNDU3O3M6Mzoibm93IjtpOjE3Nzg1OTM0NTc7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '5fbbb6c560f42eee5e409b1293fd30c1',0,1,1778594212,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0MjA1O3M6NDoibGFzdCI7aToxNzc4NTk0MjA1O3M6Mzoibm93IjtpOjE3Nzg1OTQyMDU7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '65ead5b161452bccf6fbeb13903ede31',0,1,1778594287,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0Mjc2O3M6NDoibGFzdCI7aToxNzc4NTk0Mjc2O3M6Mzoibm93IjtpOjE3Nzg1OTQyNzY7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '6689d385ed4c49a95fcbc2685c9c68bc',0,1,1778594215,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0MjA4O3M6NDoibGFzdCI7aToxNzc4NTk0MjA4O3M6Mzoibm93IjtpOjE3Nzg1OTQyMDg7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '74bf5d8e493fd4f38be0132fdff1aecb',0,1,1778596896,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk2ODkyO3M6NDoibGFzdCI7aToxNzc4NTk2ODkyO3M6Mzoibm93IjtpOjE3Nzg1OTY4OTI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '7db60ec2818b2f1374843e74fd80a5e8',0,1,1778594294,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0Mjg1O3M6NDoibGFzdCI7aToxNzc4NTk0Mjg1O3M6Mzoibm93IjtpOjE3Nzg1OTQyODU7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '808bca5928625cf42030fc63590af228',0,1,1778594296,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0Mjg3O3M6NDoibGFzdCI7aToxNzc4NTk0Mjg3O3M6Mzoibm93IjtpOjE3Nzg1OTQyODc7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '91fd1c3123eabec9d56c36c2d67e30f3',0,1,1778600684,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjAwNjgzO3M6NDoibGFzdCI7aToxNzc4NjAwNjgzO3M6Mzoibm93IjtpOjE3Nzg2MDA2ODM7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '9245656beb735ed1b461dae79b1495d7',0,1,1778609313,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjA5MzA4O3M6NDoibGFzdCI7aToxNzc4NjA5MzA4O3M6Mzoibm93IjtpOjE3Nzg2MDkzMDg7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary '9660325e0fd38b13d9d6bdbc40a63385',0,1,1778594194,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0MTg4O3M6NDoibGFzdCI7aToxNzc4NTk0MTg4O3M6Mzoibm93IjtpOjE3Nzg1OTQxODg7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'a60635968c06aead5b2df4a68e2dd155c7ab5a4fb825443f41e1c98946c8796d',3,1,1778594309,NULL,0,''),(_binary 'aa07d2faa4e10df18f592281140ee52947677da499e6c10e17a0894f300190cc',3,1,1778594228,NULL,0,''),(_binary 'bf11ca8c14c11912fed8e157c5df65d8',0,1,1778594232,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0MjIxO3M6NDoibGFzdCI7aToxNzc4NTk0MjIxO3M6Mzoibm93IjtpOjE3Nzg1OTQyMjE7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'c426fb0ff970e7afc0c435e09bdbe261',0,1,1778614362,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjE0MzYxO3M6NDoibGFzdCI7aToxNzc4NjE0MzYxO3M6Mzoibm93IjtpOjE3Nzg2MTQzNjE7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'c48ad10ca86a74e354d6e9ee0f052fa7',0,1,1778593465,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTkzNDM3O3M6NDoibGFzdCI7aToxNzc4NTkzNDM3O3M6Mzoibm93IjtpOjE3Nzg1OTM0Mzc7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'c56257f6b6cffb7d70206960964749f4',0,1,1778599285,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk5Mjg1O3M6NDoibGFzdCI7aToxNzc4NTk5Mjg1O3M6Mzoibm93IjtpOjE3Nzg1OTkyODU7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'c921380f512ca8a88f40feaeb2001494',0,1,1778605379,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjA1Mzc4O3M6NDoibGFzdCI7aToxNzc4NjA1Mzc4O3M6Mzoibm93IjtpOjE3Nzg2MDUzNzg7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'd579e9af17c31fe0f6a417e2f5723fd5',0,1,1778599281,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk5MjgxO3M6NDoibGFzdCI7aToxNzc4NTk5MjgxO3M6Mzoibm93IjtpOjE3Nzg1OTkyODE7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'd64678f0cedfbcf74c7f33d2829262ff',0,1,1778594296,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0Mjg3O3M6NDoibGFzdCI7aToxNzc4NTk0Mjg3O3M6Mzoibm93IjtpOjE3Nzg1OTQyODc7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'd6873bab03f1c010e85998e2f3662875',0,1,1778611313,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjExMzEzO3M6NDoibGFzdCI7aToxNzc4NjExMzEzO3M6Mzoibm93IjtpOjE3Nzg2MTEzMTM7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'db0a856f0ff8e0a1570b77e1d7b5f575b9f6a4641544405afc48ee0444e61ed3',3,1,1778594239,NULL,0,''),(_binary 'dc0ef4d33479938303c13aa06b1140db',0,1,1778612354,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjEyMzUzO3M6NDoibGFzdCI7aToxNzc4NjEyMzUzO3M6Mzoibm93IjtpOjE3Nzg2MTIzNTM7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'dc5c84668648182d64dd6ca8c31f6251',0,1,1778600772,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjAwNzcyO3M6NDoibGFzdCI7aToxNzc4NjAwNzcyO3M6Mzoibm93IjtpOjE3Nzg2MDA3NzI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'e0734d49bfa219b55f648980eca24c97',0,1,1778599197,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk5MTk3O3M6NDoibGFzdCI7aToxNzc4NTk5MTk3O3M6Mzoibm93IjtpOjE3Nzg1OTkxOTc7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'e5e6824fd31c31a38e6c9be50a0902a8',0,1,1778599282,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk5MjgyO3M6NDoibGFzdCI7aToxNzc4NTk5MjgyO3M6Mzoibm93IjtpOjE3Nzg1OTkyODI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'ea99cea1527300b2c15b756a1724ff24',0,1,1778603078,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NjAzMDc2O3M6NDoibGFzdCI7aToxNzc4NjAzMDc2O3M6Mzoibm93IjtpOjE3Nzg2MDMwNzY7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'ed24f0d90be78de0d3f1fe09393e8822',0,1,1778594231,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0MjIwO3M6NDoibGFzdCI7aToxNzc4NTk0MjIwO3M6Mzoibm93IjtpOjE3Nzg1OTQyMjA7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'ee01a889b856a9b7c970b314c94a898af8fcb1c79947d2d3dcf583701349fa7a',3,1,1778594239,NULL,0,''),(_binary 'f1a7a3a0cf386ded78b178d0c5d4eec0',0,1,1778593476,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTkzNDU2O3M6NDoibGFzdCI7aToxNzc4NTkzNDU2O3M6Mzoibm93IjtpOjE3Nzg1OTM0NTY7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'f48093a3b3c3619f53611b7012ffa2c9',0,1,1778594217,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTk0MjA5O3M6NDoibGFzdCI7aToxNzc4NTk0MjA5O3M6Mzoibm93IjtpOjE3Nzg1OTQyMDk7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,''),(_binary 'f7a1980aa34c996d4ddceced287f8b48',0,1,1778593476,'joomla|s:628:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjM6e3M6Nzoic2Vzc2lvbiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo3OiJjb3VudGVyIjtpOjE7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNzc4NTkzNDU2O3M6NDoibGFzdCI7aToxNzc4NTkzNDU2O3M6Mzoibm93IjtpOjE3Nzg1OTM0NTY7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czoxMjoiACoAc2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6MTI6IgAqAHNlcGFyYXRvciI7czoxOiIuIjt9\";',0,'');
/*!40000 ALTER TABLE `cql20_session` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_tags`
--
DROP TABLE IF EXISTS `cql20_tags`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_tags`
--
LOCK TABLES `cql20_tags` WRITE;
/*!40000 ALTER TABLE `cql20_tags` DISABLE KEYS */;
INSERT INTO `cql20_tags` VALUES (1,0,0,1,0,'','ROOT','root','','',1,NULL,NULL,1,'','','','',393,'2023-07-05 22:04:27','',393,'2023-07-05 22:04:27','','',0,'*',1,NULL,NULL);
/*!40000 ALTER TABLE `cql20_tags` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_template_overrides`
--
DROP TABLE IF EXISTS `cql20_template_overrides`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_template_overrides`
--
LOCK TABLES `cql20_template_overrides` WRITE;
/*!40000 ALTER TABLE `cql20_template_overrides` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_template_overrides` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_template_styles`
--
DROP TABLE IF EXISTS `cql20_template_styles`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_template_styles`
--
LOCK TABLES `cql20_template_styles` WRITE;
/*!40000 ALTER TABLE `cql20_template_styles` DISABLE KEYS */;
INSERT INTO `cql20_template_styles` VALUES (10,'atum',1,'1','Atum - Default',1,'','{\"hue\":\"hsl(214, 63%, 20%)\",\"bg-light\":\"#f0f4fb\",\"text-dark\":\"#495057\",\"text-light\":\"#ffffff\",\"link-color\":\"#2a69b8\",\"special-color\":\"#001b4c\",\"monochrome\":\"0\",\"loginLogo\":\"\",\"loginLogoAlt\":\"\",\"logoBrandLarge\":\"\",\"logoBrandLargeAlt\":\"\",\"logoBrandSmall\":\"\",\"logoBrandSmallAlt\":\"\"}'),(11,'cassiopeia',0,'0','Cassiopeia - Default',1,'','{\"brand\":\"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 - Helium - particles',0,'','{\"configuration\":\"13\",\"preset\":\"home_-_particles\"}'),(14,'g5_helium',0,'0','Helium - Helium - Inicio',0,'','{\"configuration\":\"14\",\"preset\":\"default\"}'),(15,'g5_helium',0,'0','Helium - Helium - Contacto',0,'','{\"configuration\":\"15\",\"preset\":\"default\"}'),(16,'g5_helium',0,'0','Helium - Helium - invitados',0,'','{\"configuration\":\"16\",\"preset\":\"default\"}'),(19,'g5_helium',0,'0','Helium - patrocinadores',0,'','{\"configuration\":\"19\",\"preset\":\"default\"}'),(21,'g5_helium',0,'0','Helium - Helium - Lugar',0,'','{\"configuration\":\"21\",\"preset\":\"default\"}');
/*!40000 ALTER TABLE `cql20_template_styles` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_ucm_base`
--
DROP TABLE IF EXISTS `cql20_ucm_base`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_ucm_base`
--
LOCK TABLES `cql20_ucm_base` WRITE;
/*!40000 ALTER TABLE `cql20_ucm_base` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_ucm_base` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_ucm_content`
--
DROP TABLE IF EXISTS `cql20_ucm_content`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_ucm_content`
--
LOCK TABLES `cql20_ucm_content` WRITE;
/*!40000 ALTER TABLE `cql20_ucm_content` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_ucm_content` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_update_sites`
--
DROP TABLE IF EXISTS `cql20_update_sites`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Update Sites';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_update_sites`
--
LOCK TABLES `cql20_update_sites` WRITE;
/*!40000 ALTER TABLE `cql20_update_sites` DISABLE KEYS */;
INSERT INTO `cql20_update_sites` VALUES (1,'Joomla! Core','collection','https://update.joomla.org/core/list.xml',1,1739762142,'',NULL,NULL),(2,'Accredited Joomla! Translations','collection','https://update.joomla.org/language/translationlist_4.xml',1,1739762143,'',NULL,NULL),(3,'Joomla! Update Component','extension','https://update.joomla.org/core/extensions/com_joomlaupdate.xml',1,1739762143,'',NULL,NULL),(4,'Gantry 5','extension','http://updates.gantry.org/5.0/joomla/pkg_gantry5.xml',1,1739762143,'',NULL,NULL),(5,'Gantry 5','collection','http://updates.gantry.org/5.0/joomla/list.xml',1,1739762144,'',NULL,NULL),(6,'Helium Template','extension','https://updates.gantry.org/5.0/joomla/tpl_g5_helium.xml',1,1739762144,'',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,1739762145,'',NULL,NULL),(8,'Image Effect CK Light','extension','https://update.joomlack.fr/imageeffectck_light_update.xml',1,1739762146,'',NULL,NULL),(9,'Akeeba Backup Core for Joomla!','extension','https://cdn.akeeba.com/updates/pkgakeebabackupcore.xml',1,1739762147,'',NULL,NULL);
/*!40000 ALTER TABLE `cql20_update_sites` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_update_sites_extensions`
--
DROP TABLE IF EXISTS `cql20_update_sites_extensions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_update_sites_extensions`
--
LOCK TABLES `cql20_update_sites_extensions` WRITE;
/*!40000 ALTER TABLE `cql20_update_sites_extensions` DISABLE KEYS */;
INSERT INTO `cql20_update_sites_extensions` VALUES (1,227),(2,228),(2,235),(3,24),(4,243),(5,243),(6,244),(7,250),(8,251),(9,255);
/*!40000 ALTER TABLE `cql20_update_sites_extensions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_updates`
--
DROP TABLE IF EXISTS `cql20_updates`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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=3634 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Available Updates';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_updates`
--
LOCK TABLES `cql20_updates` WRITE;
/*!40000 ALTER TABLE `cql20_updates` DISABLE KEYS */;
INSERT INTO `cql20_updates` VALUES (3570,1,227,'Joomla','','joomla','file','',0,'4.4.10','','https://update.joomla.org/core/j4/default.xml','','',''),(3571,2,0,'Afrikaans','','pkg_af-ZA','package','',0,'4.4.2.2','','https://update.joomla.org/language/details4/af-ZA_details.xml','','',''),(3572,2,0,'Arabic Unitag','','pkg_ar-AA','package','',0,'4.0.2.1','','https://update.joomla.org/language/details4/ar-AA_details.xml','','',''),(3573,2,0,'Basque','','pkg_eu-ES','package','',0,'4.4.9.3','','https://update.joomla.org/language/details4/eu-ES_details.xml','','',''),(3574,2,0,'Belarusian','','pkg_be-BY','package','',0,'4.4.2.1','','https://update.joomla.org/language/details4/be-BY_details.xml','','',''),(3575,2,0,'Bulgarian','','pkg_bg-BG','package','',0,'4.4.11.1','','https://update.joomla.org/language/details4/bg-BG_details.xml','','',''),(3576,2,0,'Catalan','','pkg_ca-ES','package','',0,'4.4.10.1','','https://update.joomla.org/language/details4/ca-ES_details.xml','','',''),(3577,2,0,'Chinese, Simplified','','pkg_zh-CN','package','',0,'4.2.3.9','','https://update.joomla.org/language/details4/zh-CN_details.xml','','',''),(3578,2,0,'Chinese, Traditional','','pkg_zh-TW','package','',0,'4.4.2.1','','https://update.joomla.org/language/details4/zh-TW_details.xml','','',''),(3579,2,0,'Croatian','','pkg_hr-HR','package','',0,'4.3.1.1','','https://update.joomla.org/language/details4/hr-HR_details.xml','','',''),(3580,2,0,'Czech','','pkg_cs-CZ','package','',0,'4.4.9.1','','https://update.joomla.org/language/details4/cs-CZ_details.xml','','',''),(3581,2,0,'Danish','','pkg_da-DK','package','',0,'4.4.10.1','','https://update.joomla.org/language/details4/da-DK_details.xml','','',''),(3582,2,0,'Dutch','','pkg_nl-NL','package','',0,'4.4.10.1','','https://update.joomla.org/language/details4/nl-NL_details.xml','','',''),(3583,2,0,'English, Australia','','pkg_en-AU','package','',0,'4.4.3.1','','https://update.joomla.org/language/details4/en-AU_details.xml','','',''),(3584,2,0,'English, Canada','','pkg_en-CA','package','',0,'4.4.3.1','','https://update.joomla.org/language/details4/en-CA_details.xml','','',''),(3585,2,0,'English, New Zealand','','pkg_en-NZ','package','',0,'4.4.3.2','','https://update.joomla.org/language/details4/en-NZ_details.xml','','',''),(3586,2,0,'English, USA','','pkg_en-US','package','',0,'4.4.3.1','','https://update.joomla.org/language/details4/en-US_details.xml','','',''),(3587,2,0,'Estonian','','pkg_et-EE','package','',0,'4.4.4.1','','https://update.joomla.org/language/details4/et-EE_details.xml','','',''),(3588,2,0,'Finnish','','pkg_fi-FI','package','',0,'4.4.10.1','','https://update.joomla.org/language/details4/fi-FI_details.xml','','',''),(3589,2,0,'Flemish','','pkg_nl-BE','package','',0,'4.4.0.1','','https://update.joomla.org/language/details4/nl-BE_details.xml','','',''),(3590,2,0,'French','','pkg_fr-FR','package','',0,'4.4.10.2','','https://update.joomla.org/language/details4/fr-FR_details.xml','','',''),(3591,2,0,'French, Canada','','pkg_fr-CA','package','',0,'4.4.10.3','','https://update.joomla.org/language/details4/fr-CA_details.xml','','',''),(3592,2,0,'Georgian','','pkg_ka-GE','package','',0,'4.4.10.1','','https://update.joomla.org/language/details4/ka-GE_details.xml','','',''),(3593,2,0,'German','','pkg_de-DE','package','',0,'4.4.10.1','','https://update.joomla.org/language/details4/de-DE_details.xml','','',''),(3594,2,0,'German, Austria','','pkg_de-AT','package','',0,'4.4.10.1','','https://update.joomla.org/language/details4/de-AT_details.xml','','',''),(3595,2,0,'German, Liechtenstein','','pkg_de-LI','package','',0,'4.4.10.1','','https://update.joomla.org/language/details4/de-LI_details.xml','','',''),(3596,2,0,'German, Luxembourg','','pkg_de-LU','package','',0,'4.4.10.1','','https://update.joomla.org/language/details4/de-LU_details.xml','','',''),(3597,2,0,'German, Switzerland','','pkg_de-CH','package','',0,'4.4.10.1','','https://update.joomla.org/language/details4/de-CH_details.xml','','',''),(3598,2,0,'Greek','','pkg_el-GR','package','',0,'4.4.9.1','','https://update.joomla.org/language/details4/el-GR_details.xml','','',''),(3599,2,0,'Hungarian','','pkg_hu-HU','package','',0,'4.4.9.1','','https://update.joomla.org/language/details4/hu-HU_details.xml','','',''),(3600,2,0,'Irish','','pkg_ga-IE','package','',0,'4.2.8.1','','https://update.joomla.org/language/details4/ga-IE_details.xml','','',''),(3601,2,0,'Italian','','pkg_it-IT','package','',0,'4.4.10.1','','https://update.joomla.org/language/details4/it-IT_details.xml','','',''),(3602,2,0,'Japanese','','pkg_ja-JP','package','',0,'4.4.10.1','','https://update.joomla.org/language/details4/ja-JP_details.xml','','',''),(3603,2,0,'Kazakh','','pkg_kk-KZ','package','',0,'4.4.0.3','','https://update.joomla.org/language/details4/kk-KZ_details.xml','','',''),(3604,2,0,'Korean','','pkg_ko-KR','package','',0,'4.4.2.1','','https://update.joomla.org/language/details4/ko-KR_details.xml','','',''),(3605,2,0,'Latvian','','pkg_lv-LV','package','',0,'4.4.1.1','','https://update.joomla.org/language/details4/lv-LV_details.xml','','',''),(3606,2,0,'Lithuanian','','pkg_lt-LT','package','',0,'4.3.4.1','','https://update.joomla.org/language/details4/lt-LT_details.xml','','',''),(3607,2,0,'Macedonian','','pkg_mk-MK','package','',0,'4.2.4.1','','https://update.joomla.org/language/details4/mk-MK_details.xml','','',''),(3608,2,0,'Norwegian Bokmål','','pkg_nb-NO','package','',0,'4.4.10.1','','https://update.joomla.org/language/details4/nb-NO_details.xml','','',''),(3609,2,0,'Pashto Afghanistan','','pkg_ps-AF','package','',0,'4.3.4.1','','https://update.joomla.org/language/details4/ps-AF_details.xml','','',''),(3610,2,0,'Persian Farsi','','pkg_fa-IR','package','',0,'4.4.10.1','','https://update.joomla.org/language/details4/fa-IR_details.xml','','',''),(3611,2,0,'Polish','','pkg_pl-PL','package','',0,'4.4.4.1','','https://update.joomla.org/language/details4/pl-PL_details.xml','','',''),(3612,2,0,'Portuguese, Brazil','','pkg_pt-BR','package','',0,'4.4.8.1','','https://update.joomla.org/language/details4/pt-BR_details.xml','','',''),(3613,2,0,'Portuguese, Portugal','','pkg_pt-PT','package','',0,'4.4.9.2','','https://update.joomla.org/language/details4/pt-PT_details.xml','','',''),(3614,2,0,'Romanian','','pkg_ro-RO','package','',0,'4.4.9.1','','https://update.joomla.org/language/details4/ro-RO_details.xml','','',''),(3615,2,0,'Russian','','pkg_ru-RU','package','',0,'4.4.9.2','','https://update.joomla.org/language/details4/ru-RU_details.xml','','',''),(3616,2,0,'Serbian, Cyrillic','','pkg_sr-RS','package','',0,'4.4.10.1','','https://update.joomla.org/language/details4/sr-RS_details.xml','','',''),(3617,2,0,'Serbian, Latin','','pkg_sr-YU','package','',0,'4.4.10.1','','https://update.joomla.org/language/details4/sr-YU_details.xml','','',''),(3618,2,0,'Slovak','','pkg_sk-SK','package','',0,'4.4.10.2','','https://update.joomla.org/language/details4/sk-SK_details.xml','','',''),(3619,2,0,'Slovenian','','pkg_sl-SI','package','',0,'4.4.10.1','','https://update.joomla.org/language/details4/sl-SI_details.xml','','',''),(3620,2,235,'Spanish','','pkg_es-ES','package','',0,'4.4.10.1','','https://update.joomla.org/language/details4/es-ES_details.xml','','',''),(3621,2,0,'Swedish','','pkg_sv-SE','package','',0,'4.4.10.1','','https://update.joomla.org/language/details4/sv-SE_details.xml','','',''),(3622,2,0,'Tamil, India','','pkg_ta-IN','package','',0,'4.4.10.1','','https://update.joomla.org/language/details4/ta-IN_details.xml','','',''),(3623,2,0,'Thai','','pkg_th-TH','package','',0,'4.4.10.1','','https://update.joomla.org/language/details4/th-TH_details.xml','','',''),(3624,2,0,'Turkish','','pkg_tr-TR','package','',0,'4.4.9.1','','https://update.joomla.org/language/details4/tr-TR_details.xml','','',''),(3625,2,0,'Ukrainian','','pkg_uk-UA','package','',0,'4.4.5.1','','https://update.joomla.org/language/details4/uk-UA_details.xml','','',''),(3626,2,0,'Vietnamese','','pkg_vi-VN','package','',0,'4.2.2.1','','https://update.joomla.org/language/details4/vi-VN_details.xml','','',''),(3627,2,0,'Welsh','','pkg_cy-GB','package','',0,'4.4.10.1','','https://update.joomla.org/language/details4/cy-GB_details.xml','','',''),(3628,4,243,'pkg_gantry5','Gantry Framework','pkg_gantry5','package','',0,'5.5.19','','http://updates.gantry.org/5.0/joomla/pkg_gantry5.xml','http://docs.gantry.org/gantry5',NULL,''),(3629,5,0,'Hydrogen','Hydrogen Template','g5_hydrogen','template','',0,'5.5.19','','http://updates.gantry.org/5.0/joomla/tpl_g5_hydrogen.xml','','',''),(3630,5,244,'Helium','Helium Template','g5_helium','template','',0,'5.5.19','','http://updates.gantry.org/5.0/joomla/tpl_g5_helium.xml','','',''),(3631,7,250,'DJ-ImageSlider Package','','pkg_dj-imageslider','package','',0,'4.6.2 for Joomla 4.x','','https://dj-extensions.com/index.php?option=com_ars&view=update&task=stream&format=xml&id=3','https://dj-extensions.com/component/ars/items/dj-imageslider462?category_id=11',NULL,''),(3632,8,0,'Image Effect CK','Style any image in your page','imageeffectck','plugin','system',1,'2.5.0','','https://update.joomlack.fr/imageeffectck_light_update.xml','https://www.joomlack.fr/en/joomla-extensions/image-effect-ck',NULL,''),(3633,9,255,'Akeeba Backup Core for Joomla! 4','','pkg_akeebabackup','package','',0,'9.9.11','','https://cdn.akeeba.com/updates/pkgakeebabackupcore.xml','https://www.akeeba.com/download/akeeba-backup/9-9-11.html',NULL,'');
/*!40000 ALTER TABLE `cql20_updates` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_user_keys`
--
DROP TABLE IF EXISTS `cql20_user_keys`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_user_keys`
--
LOCK TABLES `cql20_user_keys` WRITE;
/*!40000 ALTER TABLE `cql20_user_keys` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_user_keys` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_user_mfa`
--
DROP TABLE IF EXISTS `cql20_user_mfa`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_user_mfa`
--
LOCK TABLES `cql20_user_mfa` WRITE;
/*!40000 ALTER TABLE `cql20_user_mfa` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_user_mfa` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_user_notes`
--
DROP TABLE IF EXISTS `cql20_user_notes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_user_notes`
--
LOCK TABLES `cql20_user_notes` WRITE;
/*!40000 ALTER TABLE `cql20_user_notes` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_user_notes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_user_profiles`
--
DROP TABLE IF EXISTS `cql20_user_profiles`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_user_profiles`
--
LOCK TABLES `cql20_user_profiles` WRITE;
/*!40000 ALTER TABLE `cql20_user_profiles` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_user_profiles` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_user_usergroup_map`
--
DROP TABLE IF EXISTS `cql20_user_usergroup_map`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_user_usergroup_map`
--
LOCK TABLES `cql20_user_usergroup_map` WRITE;
/*!40000 ALTER TABLE `cql20_user_usergroup_map` DISABLE KEYS */;
INSERT INTO `cql20_user_usergroup_map` VALUES (393,8);
/*!40000 ALTER TABLE `cql20_user_usergroup_map` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_usergroups`
--
DROP TABLE IF EXISTS `cql20_usergroups`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_usergroups`
--
LOCK TABLES `cql20_usergroups` WRITE;
/*!40000 ALTER TABLE `cql20_usergroups` DISABLE KEYS */;
INSERT INTO `cql20_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 `cql20_usergroups` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_users`
--
DROP TABLE IF EXISTS `cql20_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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=394 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `cql20_users`
--
LOCK TABLES `cql20_users` WRITE;
/*!40000 ALTER TABLE `cql20_users` DISABLE KEYS */;
INSERT INTO `cql20_users` VALUES (393,'Administrador','admin','[email protected]','$2y$10$9Z/Z/LiuCVAXS1A7sNJXNu8Hb9pZzY0HRA5Gfortwty8nPPwzv0Q.',0,1,'2023-07-05 22:05:29','2025-02-17 03:18:54','0','',NULL,0,'','',0,'');
/*!40000 ALTER TABLE `cql20_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_viewlevels`
--
DROP TABLE IF EXISTS `cql20_viewlevels`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_viewlevels`
--
LOCK TABLES `cql20_viewlevels` WRITE;
/*!40000 ALTER TABLE `cql20_viewlevels` DISABLE KEYS */;
INSERT INTO `cql20_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 `cql20_viewlevels` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_webauthn_credentials`
--
DROP TABLE IF EXISTS `cql20_webauthn_credentials`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_webauthn_credentials`
--
LOCK TABLES `cql20_webauthn_credentials` WRITE;
/*!40000 ALTER TABLE `cql20_webauthn_credentials` DISABLE KEYS */;
/*!40000 ALTER TABLE `cql20_webauthn_credentials` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_workflow_associations`
--
DROP TABLE IF EXISTS `cql20_workflow_associations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_workflow_associations`
--
LOCK TABLES `cql20_workflow_associations` WRITE;
/*!40000 ALTER TABLE `cql20_workflow_associations` DISABLE KEYS */;
INSERT INTO `cql20_workflow_associations` VALUES (3,1,'com_content.article'),(5,1,'com_content.article'),(6,1,'com_content.article'),(7,1,'com_content.article'),(10,1,'com_content.article'),(11,1,'com_content.article');
/*!40000 ALTER TABLE `cql20_workflow_associations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_workflow_stages`
--
DROP TABLE IF EXISTS `cql20_workflow_stages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_workflow_stages`
--
LOCK TABLES `cql20_workflow_stages` WRITE;
/*!40000 ALTER TABLE `cql20_workflow_stages` DISABLE KEYS */;
INSERT INTO `cql20_workflow_stages` VALUES (1,57,1,1,1,'COM_WORKFLOW_BASIC_STAGE','',1,NULL,NULL);
/*!40000 ALTER TABLE `cql20_workflow_stages` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_workflow_transitions`
--
DROP TABLE IF EXISTS `cql20_workflow_transitions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_workflow_transitions`
--
LOCK TABLES `cql20_workflow_transitions` WRITE;
/*!40000 ALTER TABLE `cql20_workflow_transitions` DISABLE KEYS */;
INSERT INTO `cql20_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 `cql20_workflow_transitions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `cql20_workflows`
--
DROP TABLE IF EXISTS `cql20_workflows`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cql20_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 `cql20_workflows`
--
LOCK TABLES `cql20_workflows` WRITE;
/*!40000 ALTER TABLE `cql20_workflows` DISABLE KEYS */;
INSERT INTO `cql20_workflows` VALUES (1,56,1,'COM_WORKFLOW_BASIC_WORKFLOW','','com_content.article',1,1,'2023-07-05 22:04:34',393,'2023-07-05 22:04:34',393,NULL,NULL);
/*!40000 ALTER TABLE `cql20_workflows` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Dumping routines for database 'congresoictiologia'
--
/*!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:42:19