!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:\cumbre\cumbreclima\wp-content\plugins\js_composer\include\templates\shortcodes\   drwxrwxrwx
Free 3.26 GB of 39.52 GB (8.25%)
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_text_separator.php (1.25 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
extract
(shortcode_atts(array(
    
'title' => '',
    
'title_align' => '',
    
'el_width' => '',
    
'style' => '',
    
'color' => '',
    
'accent_color' => '',
    
'el_class' => ''
), $atts));
$class "vc_separator wpb_content_element";

//$el_width = "90";
//$style = 'double';
//$title = '';
//$color = 'blue';

$class .= ($title_align!='') ? ' vc_'.$title_align '';
$class .= ($el_width!='') ? ' vc_el_width_'.$el_width ' vc_el_width_100';
$class .= ($style!='') ? ' vc_sep_'.$style '';
if( 
$color!= '' && 'custom' != $color ) {
    
$class .= ' vc_sep_color_' $color;
}
$inline_css = ( 'custom' == $color && $accent_color!='') ? ' style="'.vc_get_css_color('border-color'$accent_color).'"' '';

$class .= $this->getExtraClass($el_class);
$css_class apply_filtersVC_SHORTCODE_CUSTOM_CSS_FILTER_TAG$class$this->settings['base'], $atts );

?>
<div class="<?php echo esc_attr(trim($css_class)); ?>">
    <span class="vc_sep_holder vc_sep_holder_l"><span<?php echo $inline_css?> class="vc_sep_line"></span></span>
    <?php if($title!=''): ?><h4><?php echo $title?></h4><?php endif; ?>
    <span class="vc_sep_holder vc_sep_holder_r"><span<?php echo $inline_css?> class="vc_sep_line"></span></span>
</div>
<?php echo $this->endBlockComment('separator')."\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.0624 ]--