!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_progress_bar.php (2.79 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
$output 
$title $values $units $bgcolor $custombgcolor $options $el_class '';
extractshortcode_atts( array(
    
'title' => '',
    
'values' => '',
    
'units' => '',
    
'bgcolor' => 'bar_grey',
    
'custombgcolor' => '',
    
'options' => '',
    
'el_class' => ''
), $atts ) );
wp_enqueue_script'waypoints' );

$el_class $this->getExtraClass$el_class );

$bar_options '';
$options explode","$options );
if ( 
in_array"animated"$options ) ) $bar_options .= " animated";
if ( 
in_array"striped"$options ) ) $bar_options .= " striped";

if ( 
$bgcolor == "custom" && $custombgcolor != '' ) {
    
$custombgcolor ' style="' vc_get_css_color'background-color'$custombgcolor ) . '"';
    
$bgcolor "";
}
if ( 
$bgcolor != "" $bgcolor " " $bgcolor;

$css_class apply_filtersVC_SHORTCODE_CUSTOM_CSS_FILTER_TAG'vc_progress_bar wpb_content_element' $el_class$this->settings['base'], $atts );
$output '<div class="' $css_class '">';
$output .= wpb_widget_title( array( 'title' => $title'extraclass' => 'wpb_progress_bar_heading' ) );

$graph_lines explode","$values );
$max_value 0.0;
$graph_lines_data = array();
foreach ( 
$graph_lines as $line ) {
    
$new_line = array();
    
$color_index 2;
    
$data explode"|"$line );
    
$new_line['value'] = isset( $data[0] ) ? $data[0] : 0;
    
$new_line['percentage_value'] = isset( $data[1] ) && preg_match'/^\d{1,2}\%$/'$data[1] ) ? (float)str_replace'%'''$data[1] ) : false;
    if ( 
$new_line['percentage_value'] != false ) {
        
$color_index += 1;
        
$new_line['label'] = isset( $data[2] ) ? $data[2] : '';
    } else {
        
$new_line['label'] = isset( $data[1] ) ? $data[1] : '';
    }
    
$new_line['bgcolor'] = ( isset( $data[$color_index] ) ) ? ' style="background-color: ' $data[$color_index] . ';"' $custombgcolor;

    if ( 
$new_line['percentage_value'] === false && $max_value < (float)$new_line['value'] ) {
        
$max_value $new_line['value'];
    }

    
$graph_lines_data[] = $new_line;
}

foreach ( 
$graph_lines_data as $line ) {
    
$unit = ( $units != '' ) ? ' <span class="vc_label_units">' $line['value'] . $units '</span>' '';
    
$output .= '<div class="vc_single_bar' $bgcolor '">';
    
$output .= '<small class="vc_label">' $line['label'] . $unit '</small>';
    if ( 
$line['percentage_value'] !== false ) {
        
$percentage_value $line['percentage_value'];
    } elseif ( 
$max_value 100.00 ) {
        
$percentage_value = (float)$line['value'] > && $max_value 100.00 round( (float)$line['value'] / $max_value 100) : 0;
    } else {
        
$percentage_value $line['value'];
    }
    
$output .= '<span class="vc_bar' $bar_options '" data-percentage-value="' . ( $percentage_value ) . '" data-value="' $line['value'] . '"' $line['bgcolor'] . '></span>';
    
$output .= '</div>';
}

$output .= '</div>';

echo 
$output $this->endBlockComment'progress_bar' ) . "\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.0468 ]--