!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache. PHP/7.3.33 

uname -a: Linux acloudg.aryanict.com 4.18.0-513.9.1.lve.el8.x86_64 #1 SMP Mon Dec 4 15:01:22 UTC
2023 x86_64
 

uid=1095(katebhospital) gid=1098(katebhospital) groups=1098(katebhospital) 

Safe-mode: OFF (not secure)

/var/softaculous/sitepad/editor/site-data/plugins/kkart-pro/vendor/jetpack-autoloader/   drwxr-xr-x
Free 293.42 GB of 429.69 GB (68.29%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     autoload_functions.php (4.56 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 * This file was automatically generated by automattic/jetpack-autoloader.
 *
 * @package automattic/jetpack-autoloader
 */

namespace Automattic\Jetpack\Autoloader\jp5e9090adb7e03a3eeba3759a946171f6;

 
// phpcs:ignore

global $jetpack_packages_classmap;
global 
$jetpack_packages_filemap;
global 
$jetpack_autoloader_activating_plugins_paths;

if ( ! 
is_array$jetpack_packages_classmap ) ) {
    
$jetpack_packages_classmap = array();
}

if ( ! 
is_array$jetpack_packages_filemap ) ) {
    
$jetpack_packages_filemap = array();
}

if ( ! 
is_array$jetpack_autoloader_activating_plugins_paths ) ) {
    
$jetpack_autoloader_activating_plugins_paths = array();
}

/**
 * Used for autoloading jetpack packages.
 *
 * @param string $class_name Class Name to load.
 *
 * @return Boolean Whether the class_name was found in the classmap.
 */
function autoloader$class_name ) {
    global 
$jetpack_packages_classmap;

    if ( isset( 
$jetpack_packages_classmap$class_name ] ) ) {
        require_once 
$jetpack_packages_classmap$class_name ]['path'];
        return 
true;
    }

    return 
false;
}

/**
 * Used for running the code that initializes class and file maps.
 *
 * @param Plugins_Handler  $plugins_handler The Plugins_Handler object.
 * @param Version_Selector $version_selector The Version_Selector object.
 */
function enqueue_files$plugins_handler$version_selector ) {
    require_once 
__DIR__ '/../class-classes-handler.php';
    require_once 
__DIR__ '/../class-files-handler.php';

    
$classes_handler = new Classes_Handler$plugins_handler$version_selector );
    
$classes_handler->set_class_paths();

    
$files_handler = new Files_Handler$plugins_handler$version_selector );
    
$files_handler->set_file_paths();

    
$files_handler->file_loader();
}

/**
 * Finds the latest installed autoloader. If this is the latest autoloader, sets
 * up the classmap and filemap.
 */
function set_up_autoloader() {
    global 
$jetpack_autoloader_latest_version;
    global 
$jetpack_packages_classmap;

    require_once 
__DIR__ '/../class-plugins-handler.php';
    require_once 
__DIR__ '/../class-version-selector.php';
    require_once 
__DIR__ '/../class-autoloader-handler.php';

    
$plugins_handler    = new Plugins_Handler();
    
$version_selector   = new Version_Selector();
    
$autoloader_handler = new Autoloader_Handler$plugins_handler$version_selector );

    if ( 
$plugins_handler->should_autoloader_reset() ) {
        
/*
         * The autoloader must be reset when an activating plugin that was
         * previously unknown is detected.
         */
        
$jetpack_autoloader_latest_version null;
        
$jetpack_packages_classmap         = array();
    }

    
// Find the latest autoloader.
    
if ( ! $jetpack_autoloader_latest_version ) {
        
$autoloader_handler->find_latest_autoloader();
    }

    
$current_autoloader_version $autoloader_handler->get_current_autoloader_version();

    
// This is the latest autoloader, so generate the classmap and filemap and register the autoloader function.
    
if ( empty( $jetpack_packages_classmap ) && $current_autoloader_version === $jetpack_autoloader_latest_version ) {
        
enqueue_files$plugins_handler$version_selector );
        
$autoloader_handler->update_autoloader_chain();
        
add_filter'upgrader_post_install'__NAMESPACE__ '\reset_maps_after_update'0);
    }
}

/**
 * Resets the autoloader after a plugin update.
 *
 * @param bool  $response   Installation response.
 * @param array $hook_extra Extra arguments passed to hooked filters.
 * @param array $result     Installation result data.
 *
 * @return bool The passed in $response param.
 */
function reset_maps_after_update$response$hook_extra$result ) {
    global 
$jetpack_packages_classmap;

    if ( isset( 
$hook_extra['plugin'] ) ) {
        
/*
         * $hook_extra['plugin'] is the path to the plugin file relative to the plugins directory:
         * https://core.trac.wordpress.org/browser/tags/5.4/src/wp-admin/includes/class-wp-upgrader.php#L701
         */
        
$plugin $hook_extra['plugin'];

        if ( 
false === strpos$plugin'/') ) {
            
// Single-file plugins don't use packages, so bail.
            
return $response;
        }

        if ( ! 
is_plugin_active$plugin ) ) {
            
// The updated plugin isn't active, so bail.
            
return $response;
        }

        
/*
         * $plugin is the path to the plugin file relative to the plugins directory.
         */
        
$plugin_dir  str_replace'\\''/'KKART_PLUGIN_DIR );
        
$plugin_path trailingslashit$plugin_dir ) . trailingslashitexplode'/'$plugin )[0] );

        if ( 
is_readable$plugin_path 'vendor/jetpack-autoloader/autoload_functions.php' ) ) {
            
// The plugin has a >=v2.2 autoloader, so reset the classmap.
            
$jetpack_packages_classmap = array();

            
set_up_autoloader();
        }
    }

    return 
$response;
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

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

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.098 ]--