uawdijnntqw1x1x1
IP : 216.73.216.198
Hostname : webm002.cluster123.gra.hosting.ovh.net
Kernel : Linux webm002.cluster123.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
megadansyp
/
www
/
eace8
/
..
/
plugins
/
captcha
/
..
/
system
/
debug
/
..
/
t3
/
t3.script.php
/
/
<?php /** * @package T3 * * @author JoomlArt * @copyright Copyright (C) 2012-2013. All rights reserved. * @license http://www.gnu.org/licenses/gpl.html GNU/GPL, see LICENSE.txt */ defined('_JEXEC') or die(); class plgSystemT3InstallerScript { /** * Called after any type of action * * @param string $route Which action is happening (install|uninstall|discover_install) * @param jadapterinstance $adapter The object responsible for running this script * * @return boolean True on success */ public function postflight($route, $adapter) { $db = JFactory::getDBO(); $query = $db->getQuery(true); $query ->update('#__extensions') ->set("enabled='1'") ->where("type='plugin'") ->where("folder='system'") ->where("element='t3'"); $db->setQuery($query); $db->execute(); return true; } }
/home/megadansyp/www/eace8/../plugins/captcha/../system/debug/../t3/t3.script.php