!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:\nuevo\htdocs\cumbreclima\wp-content\plugins\wp-smushit\   drwxrwxrwx
Free 784.71 MB of 239.26 GB (0.32%)
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:     uninstall.php (625 B)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 * Remove plugin settings data
 *
 * @since 1.7
 *
 */

//if uninstall not called from WordPress exit
if ( ! defined'WP_UNINSTALL_PLUGIN' ) ) {
    exit();
}
global 
$wpdb;

$smushit_keys = array(
    
'auto',

);
foreach ( 
$smushit_keys as $key ) {
    
$key 'wp-smush-' $key;
    if ( 
is_multisite() ) {
        
$blogs $wpdb->get_results"SELECT blog_id FROM {$wpdb->blogs} LIMIT 100"ARRAY_A );
        if ( 
$blogs ) {
            foreach ( 
$blogs as $blog ) {
                
switch_to_blog$blog['blog_id'] );
                
delete_option$key );
                
delete_site_option$key );
            }
            
restore_current_blog();
        }
    } else {
        
delete_option$key );
    }
}
?>

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