uawdijnntqw1x1x1
IP : 216.73.216.6
Hostname : ps-hcp-gr-004.pouyasazan.org
Kernel : Linux ps-hcp-gr-004.pouyasazan.org 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64
Disable Function : exec,system,passthru,shell_exec,proc_open,proc_close,popen,pcntl_exec,dl,show_source
OS : Linux
PATH:
/
home
/
hsabaeej
/
public_html
/
ca4f2
/
..
/
plugins
/
system
/
languagecode
/
..
/
zo2
/
zo2.script.php
/
/
<?php /** * Zo2 - A powerful Joomla template framework * @version 1.5.3 * @link http://www.zootemplate.com/zo2 * @author ZooTemplate * @copyright CleverSoft (http://cleversoft.co/) * @license GPL v2 */ defined('_JEXEC') or die(); class PlgSystemZo2InstallerScript { /** * 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, JAdapterInstance $adapter) { $db = JFactory::getDBO(); $query = $db->getQuery(true); $query ->update('#__extensions') ->set("`enabled`='1'") ->where("`type`='plugin'") ->where("`folder`='system'") ->where("`element`='zo2'"); $db->setQuery($query); $db->execute(); return true; } }
/home/hsabaeej/public_html/ca4f2/../plugins/system/languagecode/../zo2/zo2.script.php