Spade

Mini Shell

Directory:~$ /proc/self/root/home/lmsyaran/public_html_back/public_html_old/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ //proc/self/root/home/lmsyaran/public_html_back/public_html_old/test.php

<?php
define('_JEXEC', 1);
define('JPATH_BASE', '/home/lmsyaran/public_html/');
require_once JPATH_BASE . 'includes/defines.php';
require_once JPATH_BASE . 'includes/framework.php';

$app = JFactory::getApplication('site');
jimport('joomla.user.helper');

echo '<pre>';
print_r(get_class_methods(JPluginHelper));

$plg = JPluginHelper::getPlugin('hikashop',
'hikaparentchild');
print_r($plg);

// $cmp = JComponentHelper::getComponent('com_hilation');
// print_r($cmp);
// if($cmp->id)
    // echo 'hoooooraaaaay!!!!!';
// else
    // echo 'noooooooooooo!!!!!';
// print_r(get_class_methods($cmp));
echo '</pre>';


?>