!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\w3-total-cache\extensions\   drwxrwxrwx
Free 4.13 GB of 39.52 GB (10.45%)
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:     WordPressSEO.php (951 B)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
class W3_WordPressSEO {
    
/**
     * @var W3_Config
     */
    
private $_config;

    public function 
run() {
        
$this->_config w3_instance('W3_Config');
        if (
$this->_config->get_boolean('cdn.enabled')) {
            
add_filter'wpseo_xml_sitemap_img_src', array($this'wpseo_cdn_filter' ));
        }
    }

    
/**
     * Hook into WordPress SEO sitemap image filter.
     * @param $uri
     * @return string
     */
    
public function wpseo_cdn_filter($uri) {
        
/**
         * @var W3_Plugin_CdnCommon $w3_plugin_cdncommon
         */
        
$w3_plugin_cdncommon w3_instance('W3_Plugin_CdnCommon');
        
$cdn $w3_plugin_cdncommon->get_cdn();
        
$parsed parse_url($uri);
        
$path $parsed['path'];
        
$remote_path $w3_plugin_cdncommon->uri_to_cdn_uri($path);
        
$new_url $cdn->format_url($remote_path);

        return  
$new_url;
    }
}

$ext = new W3_WordPressSEO();
$ext->run();

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