uawdijnntqw1x1x1
IP : 216.73.216.231
Hostname : 213-108-241-110.cprapid.com
Kernel : Linux 213-108-241-110.cprapid.com 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
digilove
/
public_html
/
f7525
/
..
/
plugins
/
vmshipment
/
..
/
system
/
yt
/
yt.script.php
/
/
<?php /* * ------------------------------------------------------------------------ * Copyright (C) 2009 - 2015 The YouTech JSC. All Rights Reserved. * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html * Author: The YouTech JSC * Websites: http://www.smartaddons.com - http://www.cmsportal.net * ------------------------------------------------------------------------ */ defined('_JEXEC') or die(); class PlgSystemYtInstallerScript { /** * Called after any type of action */ public function postFlight($route, JAdapterInstance $adapter) { $db = JFactory::getDBO(); $query = $db->getQuery(true); $query ->update('#__extensions') ->set("`enabled`='1'") ->where("`type`='plugin'") ->where("`folder`='system'") ->where("`element`='yt'"); $db->setQuery($query); $db->execute(); return true; } }
/home/digilove/public_html/f7525/../plugins/vmshipment/../system/yt/yt.script.php