? GR0V Shell

GR0V shell

Linux www.koreapackagetour.com 2.6.32-042stab145.3 #1 SMP Thu Jun 11 14:05:04 MSK 2020 x86_64

Path : /home/admin/public_html/old/board/modules/mod_plugin_module/
File Upload :
Current File : /home/admin/public_html/old/board/modules/mod_plugin_module/helper.php

<?php
defined('_JEXEC') or die('Direct Access to this location is not allowed.');

class PluginModuleHelper
{
    function LoadPluginModule($params)
    {      
    if ($params->get('type')==1)
    {
        if ($params->get('areadditional')==1)
            $miscinfo->text = $params->get('advancedbefore').'{'.$params->get('plugin').' '.$params->get('additional').'}'.$params->get('command').'{/'.$params->get('plugin').'}'.$params->get('advancedafter');
        else
        $miscinfo->text = $params->get('advancedbefore').'{'.$params->get('plugin').'}'.$params->get('command').'{/'.$params->get('plugin').'}'.$params->get('advancedafter');
    }
    else
	{
		if ($params->get('command')=='')
			 $miscinfo->text = $params->get('advancedbefore').'{'.$params->get('plugin').'}'.$params->get('advancedafter');
		else
        	$miscinfo->text = $params->get('advancedbefore').'{'.$params->get('plugin').' '.$params->get('command').'}'.$params->get('advancedafter'); 
	}

    $output = JHTML::_('content.prepare', $miscinfo->text);
    echo ($output);
    }
}
?>

T1KUS90T
  root-grov@210.1.60.28:~$