uawdijnntqw1x1x1
IP : 216.73.217.102
Hostname : webm003.cluster107.gra.hosting.ovh.net
Kernel : Linux webm003.cluster107.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
opticamezl
/
www
/
newok
/
tmp
/
..
/
cache
/
..
/
plugins
/
privacy
/
..
/
..
/
tmp
/
..
/
cli
/
..
/
tmp
/
..
/
weblinks.zip
/
/
PKV��\�����src/Extension/Weblinks.phpnu�[���<?php /** * @package Joomla.Administrator * @subpackage Weblinks * * @copyright Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ namespace Joomla\Plugin\System\Weblinks\Extension; use Joomla\CMS\Component\ComponentHelper; use Joomla\CMS\Language\Text; use Joomla\CMS\Plugin\CMSPlugin; use Joomla\Database\DatabaseAwareTrait; use Joomla\Database\DatabaseInterface; use Joomla\Event\DispatcherInterface; use Joomla\Event\Event; use Joomla\Event\SubscriberInterface; // phpcs:disable PSR1.Files.SideEffects \defined('_JEXEC') or die; // phpcs:enable PSR1.Files.SideEffects /** * System plugin for Joomla Web Links. * * @since __DEPLOY_VERSION__ */ final class Weblinks extends CMSPlugin implements SubscriberInterface { use DatabaseAwareTrait; /** * Load the language file on instantiation. * * @var boolean * @since __DEPLOY_VERSION__ */ protected $autoloadLanguage = true; /** * Supported Extensions * * @var array * @since __DEPLOY_VERSION__ */ private $supportedExtensions = [ 'mod_stats', 'mod_stats_admin', ]; /** * Constructor * * @param DispatcherInterface $dispatcher * @param array $config * @param DatabaseInterface $database */ public function __construct(DispatcherInterface $dispatcher, array $config, DatabaseInterface $database) { parent::__construct($dispatcher, $config); $this->setDatabase($database); } /** * Returns an array of CMS events this plugin will listen to and the respective handlers. * * @return array * * @since __DEPLOY_VERSION__ */ public static function getSubscribedEvents(): array { return [ 'onGetStats' => 'onGetStats', ]; } /** * Method to add statistics information to Administrator control panel. * * @param string $extension The extension requesting information. * * @return void * * @since __DEPLOY_VERSION__ */ public function onGetStats(Event $event) { if (!ComponentHelper::isEnabled('com_weblinks')) { return; } [$extension] = $event->getArguments(); if (!\in_array($extension, $this->supportedExtensions)) { return; } $db = $this->getDatabase(); $query = $db->getQuery(true) ->select('COUNT(id) AS count_links') ->from('#__weblinks') ->where('state = 1'); $webLinks = $db->setQuery($query)->loadResult(); if (!$webLinks) { return; } $result = $event->getArgument('result', []); $result[] = [ [ 'title' => Text::_('PLG_SYSTEM_WEBLINKS_STATISTICS'), 'icon' => 'out-2', 'data' => $webLinks, ], ]; $event->setArgument('result', $result); } } PKW��\���JJweblinks.xmlnu&1i�<?xml version="1.0" encoding="utf-8"?> <extension version="3.7" type="plugin" group="system" method="upgrade"> <name>plg_system_weblinks</name> <author>Joomla! Project</author> <creationDate>2025-04-02</creationDate> <copyright>(C) 2005 - 2025 Open Source Matters. All rights reserved.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> <authorEmail>admin@joomla.org</authorEmail> <authorUrl>www.joomla.org</authorUrl> <version>4.4.0</version> <description>PLG_SYSTEM_WEBLINKS_XML_DESCRIPTION</description> <namespace path="src">Joomla\Plugin\System\Weblinks</namespace> <files> <folder>language</folder> <folder plugin="weblinks">services</folder> <folder>src</folder> <file>weblinks.xml</file> </files> <languages folder="language"> </languages> </extension> PKW��\o��*language/en-GB/plg_finder_weblinks.sys.ininu�[���; Joomla! Project ; Copyright (C) 2005 - 2017 Open Source Matters. All rights reserved. ; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php ; Note : All ini files need to be saved as UTF-8 PLG_FINDER_STATISTICS_WEB_LINK="Web Link" PLG_FINDER_WEBLINKS="Smart Search - Web Links" PLG_FINDER_WEBLINKS_ERROR_ACTIVATING_PLUGIN="Could not automatically activate the "Smart Search - Web Links" plugin." PLG_FINDER_WEBLINKS_XML_DESCRIPTION="This plugin indexes Joomla! Web Links." PKW��\�g�M��&language/en-GB/plg_finder_weblinks.ininu�[���; Joomla! Project ; Copyright (C) 2005 - 2017 Open Source Matters. All rights reserved. ; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php ; Note : All ini files need to be saved as UTF-8 PLG_FINDER_WEBLINKS="Smart Search - Web Links" PLG_FINDER_WEBLINKS_XML_DESCRIPTION="This plugin indexes Joomla! Web Links." PLG_FINDER_QUERY_FILTER_BRANCH_P_WEB_LINK="Web links" PLG_FINDER_QUERY_FILTER_BRANCH_S_WEB_LINK="Web link" PKW��\o��0language/en-GB/en-GB.plg_finder_weblinks.sys.ininu&1i�; Joomla! Project ; Copyright (C) 2005 - 2017 Open Source Matters. All rights reserved. ; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php ; Note : All ini files need to be saved as UTF-8 PLG_FINDER_STATISTICS_WEB_LINK="Web Link" PLG_FINDER_WEBLINKS="Smart Search - Web Links" PLG_FINDER_WEBLINKS_ERROR_ACTIVATING_PLUGIN="Could not automatically activate the "Smart Search - Web Links" plugin." PLG_FINDER_WEBLINKS_XML_DESCRIPTION="This plugin indexes Joomla! Web Links." PKW��\�g�M��,language/en-GB/en-GB.plg_finder_weblinks.ininu&1i�; Joomla! Project ; Copyright (C) 2005 - 2017 Open Source Matters. All rights reserved. ; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php ; Note : All ini files need to be saved as UTF-8 PLG_FINDER_WEBLINKS="Smart Search - Web Links" PLG_FINDER_WEBLINKS_XML_DESCRIPTION="This plugin indexes Joomla! Web Links." PLG_FINDER_QUERY_FILTER_BRANCH_P_WEB_LINK="Web links" PLG_FINDER_QUERY_FILTER_BRANCH_S_WEB_LINK="Web link" PKW��\E�m��services/provider.phpnu�[���<?php /** * @package Joomla.Plugin * @subpackage System.weblinks * * @copyright (C) 2023 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ // phpcs:disable PSR1.Files.SideEffects \defined('_JEXEC') or die; // phpcs:enable PSR1.Files.SideEffects use Joomla\CMS\Extension\PluginInterface; use Joomla\CMS\Plugin\PluginHelper; use Joomla\Database\DatabaseInterface; use Joomla\DI\Container; use Joomla\DI\ServiceProviderInterface; use Joomla\Event\DispatcherInterface; use Joomla\Plugin\System\Weblinks\Extension\Weblinks; return new class () implements ServiceProviderInterface { /** * Registers the service provider with a DI container. * * @param Container $container The DI container. * * @return void * * @since __DEPLOY_VERSION__ */ public function register(Container $container) { $container->set( PluginInterface::class, function (Container $container) { $dispatcher = $container->get(DispatcherInterface::class); $database = $container->get(DatabaseInterface::class); return new Weblinks( $dispatcher, (array) PluginHelper::getPlugin('system', 'weblinks'), $database ); } ); } }; PK��\w���dd*language/en-GB/plg_search_weblinks.sys.ininu�[���; Joomla! Project ; Copyright (C) 2005 - 2017 Open Source Matters. All rights reserved. ; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php ; Note : All ini files need to be saved as UTF-8 PLG_SEARCH_WEBLINKS="Search - Web Links" PLG_SEARCH_WEBLINKS_XML_DESCRIPTION="Enables searching of Web Links Component." PK��\w���dd0language/en-GB/en-GB.plg_search_weblinks.sys.ininu&1i�; Joomla! Project ; Copyright (C) 2005 - 2017 Open Source Matters. All rights reserved. ; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php ; Note : All ini files need to be saved as UTF-8 PLG_SEARCH_WEBLINKS="Search - Web Links" PLG_SEARCH_WEBLINKS_XML_DESCRIPTION="Enables searching of Web Links Component." PK��\�K,language/en-GB/en-GB.plg_search_weblinks.ininu&1i�; Joomla! Project ; Copyright (C) 2005 - 2017 Open Source Matters. All rights reserved. ; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php ; Note : All ini files need to be saved as UTF-8 PLG_SEARCH_WEBLINKS="Search - Web Links" PLG_SEARCH_WEBLINKS_FIELD_SEARCHLIMIT_DESC="Number of search items to return." PLG_SEARCH_WEBLINKS_FIELD_SEARCHLIMIT_LABEL="Search Limit" PLG_SEARCH_WEBLINKS_WEBLINKS="Web Links" PLG_SEARCH_WEBLINKS_XML_DESCRIPTION="Enables searching of Web Links Component." PK��\�K&language/en-GB/plg_search_weblinks.ininu�[���; Joomla! Project ; Copyright (C) 2005 - 2017 Open Source Matters. All rights reserved. ; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php ; Note : All ini files need to be saved as UTF-8 PLG_SEARCH_WEBLINKS="Search - Web Links" PLG_SEARCH_WEBLINKS_FIELD_SEARCHLIMIT_DESC="Number of search items to return." PLG_SEARCH_WEBLINKS_FIELD_SEARCHLIMIT_LABEL="Search Limit" PLG_SEARCH_WEBLINKS_WEBLINKS="Web Links" PLG_SEARCH_WEBLINKS_XML_DESCRIPTION="Enables searching of Web Links Component." PKT�\��]��&language/en-GB/plg_system_weblinks.ininu�[���; Joomla! Project ; Copyright (C) 2005 - 2016 Open Source Matters. All rights reserved. ; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php ; Note : All ini files need to be saved as UTF-8 PLG_SYSTEM_WEBLINKS="System - Web Links" PLG_SYSTEM_WEBLINKS_STATISTICS="Web Links" PLG_SYSTEM_WEBLINKS_XML_DESCRIPTION="This plugin returns statistical information about Joomla! Web Links." PKT�\�x'*language/en-GB/plg_system_weblinks.sys.ininu�[���; Joomla! Project ; Copyright (C) 2005 - 2016 Open Source Matters. All rights reserved. ; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php ; Note : All ini files need to be saved as UTF-8 PLG_SYSTEM_WEBLINKS="System - Web Links" PLG_SYSTEM_WEBLINKS_XML_DESCRIPTION="This plugin returns statistical information about Joomla! Web Links." PKT�\��]��,language/en-GB/en-GB.plg_system_weblinks.ininu&1i�; Joomla! Project ; Copyright (C) 2005 - 2016 Open Source Matters. All rights reserved. ; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php ; Note : All ini files need to be saved as UTF-8 PLG_SYSTEM_WEBLINKS="System - Web Links" PLG_SYSTEM_WEBLINKS_STATISTICS="Web Links" PLG_SYSTEM_WEBLINKS_XML_DESCRIPTION="This plugin returns statistical information about Joomla! Web Links." PKT�\�x'0language/en-GB/en-GB.plg_system_weblinks.sys.ininu&1i�; Joomla! Project ; Copyright (C) 2005 - 2016 Open Source Matters. All rights reserved. ; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php ; Note : All ini files need to be saved as UTF-8 PLG_SYSTEM_WEBLINKS="System - Web Links" PLG_SYSTEM_WEBLINKS_XML_DESCRIPTION="This plugin returns statistical information about Joomla! Web Links." PKV��\�����src/Extension/Weblinks.phpnu�[���PKW��\���JJ�weblinks.xmlnu&1i�PKW��\o��*|language/en-GB/plg_finder_weblinks.sys.ininu�[���PKW��\�g�M��&�language/en-GB/plg_finder_weblinks.ininu�[���PKW��\o��0language/en-GB/en-GB.plg_finder_weblinks.sys.ininu&1i�PKW��\�g�M��,�language/en-GB/en-GB.plg_finder_weblinks.ininu&1i�PKW��\E�m���services/provider.phpnu�[���PK��\w���dd*�language/en-GB/plg_search_weblinks.sys.ininu�[���PK��\w���dd0�!language/en-GB/en-GB.plg_search_weblinks.sys.ininu&1i�PK��\�K,P#language/en-GB/en-GB.plg_search_weblinks.ininu&1i�PK��\�K&�%language/en-GB/plg_search_weblinks.ininu�[���PKT�\��]��&6(language/en-GB/plg_system_weblinks.ininu�[���PKT�\�x'*7*language/en-GB/plg_system_weblinks.sys.ininu�[���PKT�\��]��,,language/en-GB/en-GB.plg_system_weblinks.ininu&1i�PKT�\�x'0.language/en-GB/en-GB.plg_system_weblinks.sys.ininu&1i�PK��/
/home/opticamezl/www/newok/tmp/../cache/../plugins/privacy/../../tmp/../cli/../tmp/../weblinks.zip