!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.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:     widget.php (1.63 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
    
// logooos Widget
class logooos_widget extends WP_Widget
{
    function 
logooos_widget() {
        
$widget_options = array(
        
'classname'        =>        'logooos-widget',
        
'description'     =>        'Logos Widget'
        
);
        
        
parent::WP_Widget('logooos-widget''Logos'$widget_options);
    }
    
    function 
widget$args$instance ) {
        
extract $argsEXTR_SKIP );
        
$title = ( $instance['title'] ) ? $instance['title'] : '';
        
$shortcode = ( $instance['shortcode'] ) ? $instance['shortcode'] : '[logooos]';
        echo 
$before_widget;
        
        if(
$title!='')
        {
            echo 
$before_title $title $after_title
        }
        
        echo 
do_shortcode$shortcode );
        
        echo 
$after_widget;
        
    }
    
    function 
form$instance ) {
        
?>
        <p>
            <label for="<?php echo $this->get_field_id('title'); ?>" >Title:</label> 
                <input id="<?php echo $this->get_field_id('title'); ?>"
                        class="widefat"
                        name="<?php echo $this->get_field_name('title'); ?>"
                        value="<?php echo esc_attr$instance['title'] ); ?>" type="text" />
        </p>
        
        <p>
            <label for="<?php echo $this->get_field_id('shortcode'); ?>" >Shortcode:</label>
                <input id="<?php echo $this->get_field_id('shortcode'); ?>"
                        class="widefat"
                        name="<?php echo $this->get_field_name('shortcode'); ?>"
                        value="<?php echo esc_attr$instance['shortcode'] ); ?>" type="text" />
            
        </p>
        
        <?php
    
}
    
}
    
function 
logooos_widget_init() {
    
register_widget("logooos_widget");
}
add_action('widgets_init','logooos_widget_init');

?>

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