!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\wp_logooos_plugin\inc\   drwxrwxrwx
Free 4.11 GB of 39.52 GB (10.4%)
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:     integrate_with_vc.php (1015 B)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php


    
if ( defined'WPB_VC_VERSION' ) ) {
        
add_action'vc_before_init''logooos_integrateWithVC' );    
    }
    
    function 
logooos_integrateWithVC() {
        
        
$args =    array ( 'post_type' => 'logooo_sc',
                        
'posts_per_page' => -1,
                        
'orderby' => 'post_title',
                        
'suppress_filters' => 0);
                        
        
$saved_sc get_posts$args );
        
$saved_sc_array = array();
        
        foreach ( 
$saved_sc as $post ) {
           
$saved_sc_array[$post->post_title] = $post->ID;
        }
       
        
vc_map( array(
            
"name" => "Logos",
            
"base" => "logooos_saved",
            
"category" => "Content",
            
"description" => "Place logos",
            
"icon" => plugins_url('../images/composer-icon.png'__FILE__),
            
"params" => array(
                array(
                    
"type" => "dropdown",
                    
"heading" => "Saved Shortcode",
                    
"param_name" => "id",
                    
"value" => $saved_sc_array,
                    
"admin_label" => true,
                    
"description" => "Please select the saved shortcode name from the dropdown list."
                
)
            )
            
        ) );
       
    }
    
?>

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