!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)

E:\copia nuevo\htdocs\cumbreclima\wp-content\plugins\js_composer\include\templates\shortcodes\   drwxrwxrwx
Free 1015.77 MB of 239.26 GB (0.41%)
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_tabs.php (1.99 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
$output 
$title $interval $el_class '';
extractshortcode_atts( array(
    
'title' => '',
    
'interval' => 0,
    
'el_class' => ''
), $atts ) );

wp_enqueue_script'jquery-ui-tabs' );

$el_class $this->getExtraClass$el_class );

$element 'wpb_tabs';
if ( 
'vc_tour' == $this->shortcode $element 'wpb_tour';

// Extract tab titles
preg_match_all'/vc_tab([^\]]+)/i'$content$matchesPREG_OFFSET_CAPTURE );
$tab_titles = array();
/**
 * vc_tabs
 *
 */
if ( isset( $matches[1] ) ) {
    
$tab_titles $matches[1];
}
$tabs_nav '';
$tabs_nav .= '<ul class="wpb_tabs_nav ui-tabs-nav vc_clearfix">';
foreach ( 
$tab_titles as $tab ) {
    
$tab_atts shortcode_parse_atts($tab[0]);
    if(isset(
$tab_atts['title'])) {
        
$tabs_nav .= '<li><a href="#tab-' . ( isset( $tab_atts['tab_id'] ) ? $tab_atts['tab_id'] : sanitize_title$tab_atts['title'] ) ) . '">' $tab_atts['title'] . '</a></li>';
    }
}
$tabs_nav .= '</ul>' "\n";

$css_class apply_filtersVC_SHORTCODE_CUSTOM_CSS_FILTER_TAGtrim$element ' wpb_content_element ' $el_class ), $this->settings['base'], $atts );

$output .= "\n\t" '<div class="' $css_class '" data-interval="' $interval '">';
$output .= "\n\t\t" '<div class="wpb_wrapper wpb_tour_tabs_wrapper ui-tabs vc_clearfix">';
$output .= wpb_widget_title( array( 'title' => $title'extraclass' => $element '_heading' ) );
$output .= "\n\t\t\t" $tabs_nav;
$output .= "\n\t\t\t" wpb_js_remove_wpautop$content );
if ( 
'vc_tour' == $this->shortcode ) {
    
$output .= "\n\t\t\t" '<div class="wpb_tour_next_prev_nav vc_clearfix"> <span class="wpb_prev_slide"><a href="#prev" title="' __'Previous tab''js_composer' ) . '">' __'Previous tab''js_composer' ) . '</a></span> <span class="wpb_next_slide"><a href="#next" title="' __'Next tab''js_composer' ) . '">' __'Next tab''js_composer' ) . '</a></span></div>';
}
$output .= "\n\t\t" '</div> ' $this->endBlockComment'.wpb_wrapper' );
$output .= "\n\t" '</div> ' $this->endBlockComment$element );

echo 
$output;

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