uawdijnntqw1x1x1
IP : 216.73.216.84
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
/
07d6c
/
..
/
c9989
/
..
/
libraries
/
..
/
media
/
breezingforms
/
..
/
..
/
rereplacer.tar
/
/
language/en-GB/en-GB.plg_actionlog_rereplacer.sys.ini000060400000001064151666570030016457 0ustar00;; @package ReReplacer ;; @version 14.4.1 ;; ;; @author Peter van Westen <info@regularlabs.com> ;; @link https://regularlabs.com ;; @copyright Copyright © 2025 Regular Labs All Rights Reserved ;; @license GNU General Public License version 2 or later ;; ;; @translate Want to help with translations? See: https://regularlabs.com/translate PLG_ACTIONLOG_REREPLACER="Action Log - Regular Labs - ReReplacer" PLG_ACTIONLOG_REREPLACER_DESC="Record the actions of users for ReReplacer" REREPLACER="ReReplacer" language/en-GB/en-GB.plg_actionlog_rereplacer.ini000060400000001554151666570030015646 0ustar00;; @package ReReplacer ;; @version 14.4.1 ;; ;; @author Peter van Westen <info@regularlabs.com> ;; @link https://regularlabs.com ;; @copyright Copyright © 2025 Regular Labs All Rights Reserved ;; @license GNU General Public License version 2 or later ;; ;; @translate Want to help with translations? See: https://regularlabs.com/translate PLG_ACTIONLOG_REREPLACER="Action Log - Regular Labs - ReReplacer" PLG_ACTIONLOG_REREPLACER_DESC="Record the actions of users for ReReplacer" REREPLACER="ReReplacer" REREPLACER_DESC="With ReReplacer you can replace whatever you want in your entire site." RR_SETTINGS="Please see the [[%1:start link%]]ReReplacer component[[%2:end link%]] for settings." RR_THE_COMPONENT="the ReReplacer component" RR_THE_SYSTEM_PLUGIN="the ReReplacer system plugin" RR_ITEM="ReReplacer item" rereplacer.php000060400000002351151666570030007407 0ustar00<?php /** * @package ReReplacer * @version 14.4.1 * * @author Peter van Westen <info@regularlabs.com> * @link https://regularlabs.com * @copyright Copyright © 2025 Regular Labs All Rights Reserved * @license GNU General Public License version 2 or later */ use RegularLabs\Library\ActionLogPlugin as RL_ActionLogPlugin; use RegularLabs\Library\Document as RL_Document; use RegularLabs\Library\Extension as RL_Extension; defined('_JEXEC') or die; if ( ! is_file(JPATH_LIBRARIES . '/regularlabs/regularlabs.xml') || ! class_exists('RegularLabs\Library\Parameters') || ! class_exists('RegularLabs\Library\DownloadKey') || ! class_exists('RegularLabs\Library\ActionLogPlugin') ) { return; } if ( ! RL_Document::isJoomlaVersion(4)) { RL_Extension::disable('rereplacer', 'plugin', 'actionlog'); return; } if (true) { class PlgActionlogReReplacer extends RL_ActionLogPlugin { public $name = 'REREPLACER'; public $alias = 'rereplacer'; public function __construct(&$subject, array $config = []) { parent::__construct($subject, $config); $this->addItem('com_rereplacer', 'item', 'RR_ITEM'); } } } rereplacer.xml000060400000003572151666570030007426 0ustar00<?xml version="1.0" encoding="UTF-8"?> <extension version="4" type="plugin" group="actionlog" method="upgrade"> <name>PLG_ACTIONLOG_REREPLACER</name> <description>PLG_ACTIONLOG_REREPLACER_DESC</description> <version>14.4.1</version> <creationDate>July 2025</creationDate> <author>Regular Labs (Peter van Westen)</author> <authorEmail>info@regularlabs.com</authorEmail> <authorUrl>https://regularlabs.com</authorUrl> <copyright>Copyright © 2025 Regular Labs - All Rights Reserved</copyright> <license>GNU General Public License version 2 or later</license> <files> <file plugin="rereplacer">rereplacer.php</file> <folder>language</folder> </files> <config> <fields name="params" addfieldprefix="RegularLabs\Library\Form\Field"> <fieldset name="basic"> <field name="@load_language_regularlabs" type="LoadLanguage" extension="plg_system_regularlabs"/> <field name="@load_language" type="LoadLanguage" extension="plg_system_rereplacer"/> <field name="@jcompatibility" type="JCompatibility" extension="REGULAR_LABS_LIBRARY"/> <field name="@license" type="License" extension="REREPLACER"/> <field name="@version" type="Version" extension="REREPLACER"/> <field name="@dependency" type="Dependency" label="RR_THE_COMPONENT" file="/administrator/components/com_rereplacer/rereplacer.xml"/> <field name="@dependency2" type="Dependency" label="RR_THE_SYSTEM_PLUGIN" file="/plugins/system/rereplacer/rereplacer.xml"/> <field name="@header" type="Header" label="REREPLACER" description="REREPLACER_DESC" url="https://regularlabs.com/rereplacer"/> <field name="@note__settings" type="Note" class="rl-alert alert alert-info rl-alert-light" text="RR_SETTINGS,<a href="index.php?option=com_rereplacer" target="_blank">,</a>"/> </fieldset> </fields> </config> </extension>
/home/opticamezl/www/newok/07d6c/../c9989/../libraries/../media/breezingforms/../../rereplacer.tar