!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\revslider\inc_php\   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:     revslider_tinybox.class.php (1.4 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
 
class RevSlider_TinyBox {
    
    public function 
__construct(){
        
add_action('admin_head', array('RevSlider_TinyBox''my_print_shortcodes_in_js'));
        
add_action('admin_head', array('RevSlider_TinyBox''my_add_tinymce'));
    }
    
    public static function 
my_print_shortcodes_in_js(){
        
$sld = new RevSlider();
        
$sliders $sld->getArrSliders();
        
$shortcodes '';
        if(!empty(
$sliders)){
            
$first true;
            foreach(
$sliders as $slider){
                
$shortcode $slider->getParam('shortcode','false');
                if(
$shortcode != 'false'){
                    if(!
$first$shortcodes .= ',';
                    
                    
$shortcodes.="'".$shortcode."'";
                    
$first false;
                }
            }
        }
        
?>
        <script type="text/javascript">
            var revslider_shortcodes = [<?php echo $shortcodes?>];
        </script>
        <?php
    
}
    
    public static function 
my_add_tinymce() {
        
add_filter('mce_external_plugins', array('RevSlider_TinyBox''my_add_tinymce_plugin'));
        
add_filter('mce_buttons', array('RevSlider_TinyBox''my_add_tinymce_button'));
    }
     
    public static function 
my_add_tinymce_plugin($plugin_array) {
        
$version get_bloginfo('version'); 
        if(
$version<3.9)
            
$plugin_array['revslider'] = plugins_url('../js/tbld.js',__FILE__);
        else
            
$plugin_array['revslider'] = plugins_url('../js/tbld-3.9.js',__FILE__);
            
        return 
$plugin_array;
    }
     
    public static function 
my_add_tinymce_button($buttons) {
        
array_push($buttons'revslider');
        return 
$buttons;
    }

}


?>

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