!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:\cumbreclima\wp-content\plugins\envato-wordpress-toolkit\includes\   drwxrwxrwx
Free 3.24 GB of 39.52 GB (8.2%)
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:     class-wp-upgrader.php (1.92 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php if ( ! defined'EWPT_PLUGIN_VER') ) exit( 'No direct script access allowed' );
/**
 * Include the parent class
 */
if ( ! class_exists'Theme_Upgrader' ) && isset( $_GET['page'] ) && $_GET['page'] == EWPT_PLUGIN_SLUG )
  include_once( 
ABSPATH 'wp-admin/includes/class-wp-upgrader.php' );

/**
 * Extends the WordPress Theme_Upgrader class.
 *
 * This class exists to make modifications to the text during download &
 * to alter the upgrade option array before fetching them for download.
 *
 * @package     Envato WordPress Toolkit
 * @author      Derek Herman <derek@valendesigns.com>
 * @since       1.0
 */
if ( class_exists'Theme_Upgrader' ) ) {
  class 
Envato_Theme_Upgrader extends Theme_Upgrader {
    function 
upgrade_strings() {
      
parent::upgrade_strings();
      
$this->strings['downloading_package'] = __'Downloading upgrade package from the Envato API&#8230;''envato' );
      
      
$options get_optionEWPT_PLUGIN_SLUG );
      if ( ! isset( 
$options['skip_theme_backup'] ) ) {
        
$this->strings['remove_old'] = __'Backing up & removing the old version of the theme&#8230;''envato' );
      }        
    }
  
    function 
install_strings() {
      
parent::install_strings();
      
$this->strings['downloading_package'] = __'Downloading install package from the Envato API&#8230;''envato' );
    }
    
    function 
upgrade$theme$package = array() ) {
  
      
$this->init();
      
$this->upgrade_strings();
  
      
$options = array(
        
'package' => $package,
        
'destination' => WP_CONTENT_DIR '/themes',
        
'clear_destination' => true,
        
'clear_working' => true,
        
'hook_extra' => array(
          
'theme' => $theme
        
)
      );
  
      
$this->run$options );
  
      if ( ! 
$this->result || is_wp_error($this->result) )
        return 
$this->result;
  
      return 
true;
    }
  }
}

/* End of file class-wp-upgrader.php */
/* Location: ./includes/class-wp-upgrader.php */

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