uawdijnntqw1x1x1
IP : 216.73.216.168
Hostname : server.fattispazio.it
Kernel : Linux server.fattispazio.it 3.10.0-1160.144.1.el7.tuxcare.els4.x86_64 #1 SMP Tue Apr 7 08:40:40 UTC 2026 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
poliximo
/
public_html
/
home_
/
plugins
/
system
/
rseventswire.php
/
/
<?php // no direct access defined( '_JEXEC' ) or die( 'Restricted access' ); define('RSEVENTS_WIRE','EXISTS'); $user = & JFactory::getUser(); jimport( 'joomla.plugin.plugin' ); //error_reporting(E_ALL); /** * Example system plugin */ class plgSystemRSEventswire extends JPlugin { var $document,$body,$link; function plgSystemRSEventswire( &$subject, $config ) { parent::__construct( $subject, $config ); //Call the parent constructor $this->_plugin =& JPluginHelper::getPlugin( 'system', 'rseventswire' ); //Get a reference to this plugin $this->_params = new JParameter( $this->_plugin->params ); //Get the plugin parameters } function onAfterRender() { global $mainframe; $db = &JFactory::getDBO(); $app =& JFactory::getApplication(); if($app->getName() != 'site') { } else { } } }
/home/poliximo/public_html/home_/plugins/system/rseventswire.php