__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php /** * CustomTables Joomla! 3.x/4.x/5.x Component * @package Custom Tables * @subpackage customtables.php * @author Ivan Komlev <[email protected]> * @link https://joomlaboat.com * @copyright (C) 2018-2024. Ivan Komlev * @license GNU/GPL Version 2 or later - https://www.gnu.org/licenses/gpl-2.0.html **/ // No direct access to this file defined('_JEXEC') or die(); use CustomTables\common; use CustomTables\CTUser; use Joomla\CMS\Factory; $path = JPATH_SITE . DIRECTORY_SEPARATOR . 'components' . DIRECTORY_SEPARATOR . 'com_customtables' . DIRECTORY_SEPARATOR . 'libraries' . DIRECTORY_SEPARATOR . 'customtables' . DIRECTORY_SEPARATOR . 'loader.php'; if (!file_exists($path)) die('CT Loader not found.'); require_once($path); CustomTablesLoader(true); // Access check. $user = new CTUser(); if (!$user->authorise('core.manage', 'com_customtables')) { Factory::getApplication()->enqueueMessage(common::translate('JERROR_ALERTNOAUTHOR'), 'error'); }; // require helper files JLoader::register('CustomtablesHelper', dirname(__FILE__) . '/helpers/customtables.php'); use Joomla\CMS\MVC\Controller\BaseController; // Get an instance of the controller prefixed by Customtables $controller = BaseController::getInstance('Customtables'); // Perform the Request task try { $controller->execute(common::inputGetCmd('task')); } catch (Exception $e) { die($e->getMessage()); } // Redirect if set by the controller $controller->redirect();
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| controllers | Folder | 0775 |
|
|
| helpers | Folder | 0775 |
|
|
| layouts | Folder | 0775 |
|
|
| models | Folder | 0775 |
|
|
| tables | Folder | 0775 |
|
|
| views | Folder | 0775 |
|
|
| access.xml | File | 3.44 KB | 0664 |
|
| config.xml | File | 4.8 KB | 0664 |
|
| controller.php | File | 3.56 KB | 0664 |
|
| customtables.php | File | 1.48 KB | 0664 |
|
| customtables.xml | File | 7.18 KB | 0664 |
|
| index.html | File | 43 B | 0664 |
|
| script.php | File | 4.48 KB | 0664 |
|