!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-content/plugins/gallery-images/   drwxr-xr-x
Free 181.25 GB of 490.84 GB (36.93%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     config.php (2.65 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 * Plugin configurations
 */

if ( ! defined'ABSPATH' ) ) {
    exit; 
// Exit if accessed directly
}

$GLOBALS['gallery_img_aliases'] = array(
    
'Gallery_Img_Install'          => 'includes/class-gallery-img-install',
    
'Gallery_Img_Template_Loader'  => 'includes/class-gallery-img-template-loader',
    
'Gallery_Img_Ajax'             => 'includes/class-gallery-img-ajax',
    
'Gallery_Img_Widgets'          => 'includes/class-gallery-img-widgets',
    
'Gallery_Img_Widget'           => 'includes/class-gallery-img-huge-it-gallery-widget',
    
'Gallery_Img_Shortcode'        => 'includes/class-gallery-img-shortcode',
    
'Gallery_Img_Frontend_Scripts' => 'includes/class-gallery-img-frontend-scripts',
    
'Gallery_Img_Admin'            => 'includes/admin/class-gallery-img-admin',
    
'Gallery_Img_Admin_Assets'     => 'includes/admin/class-gallery-img-admin-assets',
    
'Gallery_Img_General_Options'  => 'includes/admin/class-gallery-img-general-options',
    
'Gallery_Img_Galleries'        => 'includes/admin/class-gallery-img-galleries',
    
'Gallery_Img_Lightbox_Options' => 'includes/admin/class-gallery-img-lightbox-options',
    
'Gallery_Img_Featured_Plugins' => 'includes/admin/class-gallery-img-featured-plugins',
    
'Gallery_Img_Licensing'        => 'includes/admin/class-gallery-img-licensing'
);

/**
 * @param $classname
 *
 * @throws Exception
 */
function gallery_img_autoload$classname ) {
    global 
$gallery_img_aliases;

    
/**
     * We do not touch classes that are not related to us
     */
    
if ( ! strstr$classname'Gallery_Img_' ) ) {
        return;
    }

    if ( ! 
key_exists$classname$gallery_img_aliases ) ) {
        throw new 
Exception'trying to load "' $classname '" class that is not registered in config file.' );
    }

    
$path Gallery_Img()->plugin_path() . '/' $gallery_img_aliases$classname ] . '.php';

    if ( ! 
file_exists$path ) ) {

        throw new 
Exception'the given path for class "' $classname '" is wrong, trying to load from ' $path );

    }

    require_once 
$path;

    if ( ! 
interface_exists$classname ) && ! class_exists$classname ) ) {

        throw new 
Exception'The class "' $classname '" is not declared in "' $path '" file.' );

    }
}

/**
 * Autoloader check
 *
 */
    
if ( function_exists'spl_autoload_register' ) ){

        
spl_autoload_register'gallery_img_autoload' );

    } elseif ( isset( 
$GLOBALS['_wp_spl_autoloaders'] ) ){

        
array_push ($GLOBALS['_wp_spl_autoloaders'], 'gallery_img_autoload');

    } else {

        throw new 
Exception 'We recommend you to update your php version that appears to be a really old one which is not compatible with this version of the Gallery.' );
    }

:: 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.0544 ]--