!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.11 GB of 39.52 GB (10.39%)
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:     FeedBurner.php (885 B)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

class W3_FeedBurner {
    
/**
     * @var W3_Config $_config
     */
    
private $_config;

    function 
run() {
        
$this->_config w3_instance('W3_Config');
        
add_action('publish_post', array(
            &
$this,
            
'flush_feedburner'
        
), 1001);
    }

    
/**
     * If FeedBurner is enabled flush the registered FB feeds
     */
    
function flush_feedburner($post_id) {
        if (!
w3_is_flushable_post($post_id'pgcache'$this->_config)) {
            return;
        }
        
$fb_urls w3tc_get_extension_config('feedburner','urls');
        if (
$fb_urls)
            
$fb_urls explode("\n"$fb_urls);

        
$fb_urls[] = home_url();
        foreach(
$fb_urls as $url) {
            
wp_remote_get('http://feedburner.google.com/fb/a/pingSubmit?bloglink=' urlencode($url));
        }
    }
}


$ext = new W3_FeedBurner();
$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.0936 ]--