!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:\Users\DMZ\Desktop\cumbreclima0909\wp-content\plugins\js_composer\include\templates\shortcodes\   drwxrwxrwx
Free 4.09 GB of 39.52 GB (10.35%)
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:     vc_button2.php (1.01 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
extract
shortcode_atts( array(
    
'link' => '',
    
'title' => __'Text on the button'"js_composer" ),
    
'color' => '',
    
'icon' => '',
    
'size' => '',
    
'style' => '',
    
'el_class' => ''
), $atts ) );

$class 'vc_btn';
//parse link
$link = ( $link == '||' ) ? '' $link;
$link vc_build_link$link );
$a_href $link['url'];
$a_title $link['title'];
$a_target $link['target'];

$class .= ( $color != '' ) ? ( ' vc_btn_' $color ' vc_btn-' $color ) : '';
$class .= ( $size != '' ) ? ( ' vc_btn_' $size ' vc_btn-' $size ) : '';
$class .= ( $style != '' ) ? ' vc_btn_' $style '';

$el_class $this->getExtraClass$el_class );
$css_class apply_filtersVC_SHORTCODE_CUSTOM_CSS_FILTER_TAG' ' $class $el_class$this->settings['base'], $atts );
?>
<a class="<?php echo esc_attrtrim$css_class ) ); ?>" href="<?php echo $a_href?>"
   title="<?php echo esc_attr$a_title ); ?>" target="<?php echo $a_target?>">
    <?php echo $title?>
</a>
<?php echo $this->endBlockComment'vc_button' ) . "\n";

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