!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_single_image.php (2.78 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

$output 
$el_class $image $img_size $img_link $img_link_target $img_link_large $title $alignment $css_animation $css '';

extractshortcode_atts( array(
    
'title' => '',
    
'image' => $image,
    
'img_size' => 'thumbnail',
    
'img_link_large' => false,
    
'img_link' => '',
    
'link' => '',
    
'img_link_target' => '_self',
    
'alignment' => 'left',
    
'el_class' => '',
    
'css_animation' => '',
    
'style' => '',
    
'border_color' => '',
    
'css' => ''
), $atts ) );

$style = ( $style != '' ) ? $style '';
$border_color = ( $border_color != '' ) ? ' vc_box_border_' $border_color '';

$img_id preg_replace'/[^\d]/'''$image );
$img wpb_getImageBySize( array( 'attach_id' => $img_id'thumb_size' => $img_size'class' => $style $border_color ) );
if ( 
$img == NULL $img['thumbnail'] = '<img class="' $style $border_color '" src="' vc_asset_url'vc/no_image.png' ) . '" />'//' <small>'.__('This is image placeholder, edit your page to replace it.', 'js_composer').'</small>';

$el_class $this->getExtraClass$el_class );

$a_class '';
if ( 
$el_class != '' ) {
    
$tmp_class explode" "strtolower$el_class ) );
    
$tmp_class str_replace"."""$tmp_class );
    if ( 
in_array"prettyphoto"$tmp_class ) ) {
        
wp_enqueue_script'prettyphoto' );
        
wp_enqueue_style'prettyphoto' );
        
$a_class ' class="prettyphoto"';
        
$el_class str_ireplace" prettyphoto"""$el_class );
    }
}

$link_to '';
if ( 
$img_link_large == true ) {
    
$link_to wp_get_attachment_image_src$img_id'large' );
    
$link_to $link_to[0];
} else if ( 
strlen($link) > ) {
    
$link_to $link;
} else if ( ! empty( 
$img_link ) ) {
    
$link_to $img_link;
    if ( ! 
preg_match'/^(https?\:\/\/|\/\/)/'$link_to ) ) $link_to 'http://' $link_to;
}
//to disable relative links uncomment this..


$img_output = ( $style == 'vc_box_shadow_3d' ) ? '<span class="vc_box_shadow_3d_wrap">' $img['thumbnail'] . '</span>' $img['thumbnail'];
$image_string = ! empty( $link_to ) ? '<a' $a_class ' href="' $link_to '"' ' target="' $img_link_target '"''>' $img_output '</a>' $img_output;
$css_class apply_filtersVC_SHORTCODE_CUSTOM_CSS_FILTER_TAG'wpb_single_image wpb_content_element' $el_class vc_shortcode_custom_css_class$css' ' ), $this->settings['base'], $atts );
$css_class .= $this->getCSSAnimation$css_animation );

$css_class .= ' vc_align_' $alignment;

$output .= "\n\t" '<div class="' $css_class '">';
$output .= "\n\t\t" '<div class="wpb_wrapper">';
$output .= "\n\t\t\t" wpb_widget_title( array( 'title' => $title'extraclass' => 'wpb_singleimage_heading' ) );
$output .= "\n\t\t\t" $image_string;
$output .= "\n\t\t" '</div> ' $this->endBlockComment'.wpb_wrapper' );
$output .= "\n\t" '</div> ' $this->endBlockComment'.wpb_single_image' );

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.0156 ]--