!C99Shell v. 1.0 pre-release build #13!

Software: Apache. PHP/5.5.15 

uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 

SYSTEM 

Safe-mode: OFF (not secure)

C:\Users\DMZ\Desktop\cumbreclima\wp-content\plugins\js_composer\include\classes\vendors\   drwxrwxrwx
Free 4.11 GB of 39.52 GB (10.39%)
Detected drives: [ a ] [ c ] [ d ] [ e ] [ f ]
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     _autoload.php (624 B)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
// Here comes the list of vendors

$vendors_list = array(
    
'jwplayer',
    
'contact-form7',
    
'revslider',
    
'layerslider',
    
'qtranslate',
    
'mqtranslate',
    
'advanced-custom-fields',
);
//$vendors_list = array();

// default prefix for auto loaded class
$vendor_class_prefix 'plugins/class-vc-vendor-';
if ( ! empty( 
$vendors_list ) ) {
    foreach ( 
$vendors_list as $vendor_name ) {
        
$vendor_file vc_path_dir'VENDORS_DIR'$vendor_class_prefix $vendor_name '.php' );
        require_once 
$vendor_file;
        
$vendor_class_name 'Vc_Vendor_' vc_camel_case$vendor_name );
        
vc_add_vendor( new $vendor_class_name() );
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

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

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

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0156 ]--