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
/
system
/
debug
/
..
/
log
/
..
/
wbreactiv
/
installation.script.php
/
/
<?php /** * wbReactiv - resend confirmation email * * @author Yannick Gaultier - Weeblr.com * @copyright (c) Yannick Gaultier - Weeblr llc - 2015 * @package wbreactiv * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @version 1.0.7.100 * @date 2016-07-18 */ // no direct access defined('_JEXEC') or die('Restricted access'); /** * Installation/Uninstallation script * */ class plgSystemWbreactivInstallerScript { public function install($parent) { // enable ourselves $db = JFactory::getDbo(); $query = $db->getQuery(true); $query->update('#__extensions'); $query->where($db->quoteName('type') . '=' . $db->Quote('plugin')); $query->where($db->quoteName('element') . '=' . $db->Quote('wbreactiv')); $query->where($db->quoteName('folder') . '=' . $db->Quote('system')); $query->set($db->quoteName('enabled') . '=' . $db->Quote(1)); $db->setQuery($query); $db->execute(); } public function uninstall($parent) { } public function update($parent) { } public function preflight($type, $parent) { if (!version_compare(JVERSION, '3', 'ge')) { echo 'wbReactiv requires Joomla! version 3 or above to operate. Aborting installation.'; } } public function postflight($type, $parent) { } }
/home/megadansyp/www/eace8/../plugins/system/debug/../log/../wbreactiv/installation.script.php