!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\cumbreclima\wp-content\plugins\js_composer\include\classes\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-teaser-grid.php (2.23 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 */

class Teaser_Grid_Category_Walker extends Walker_Category {
    function 
start_el( &$output$category$depth 0$args = array(), $id ) {
        
$use_desc_for_title $feed_type '';
        
extract$args );

        
$cat_name esc_attr$category->name );
        
$cat_name apply_filters'list_cats'$cat_name$category );
        
$link '<a href="' esc_urlget_term_link$category ) ) . '" ';
        if ( 
$use_desc_for_title == || empty( $category->description ) )
            
$link .= 'title="' esc_attrsprintf__'View all posts filed under %s''js_composer' ), $cat_name ) ) . '"';
        else
            
$link .= 'title="' esc_attrstrip_tagsapply_filters'category_description'$category->description$category ) ) ) . '"';
        
// add param for isotope
        
$link .= ' data-filter=".grid-cat-' $category->term_id '"';
        
$link .= '>';
        
$link .= $cat_name '</a>';

        if ( ! empty( 
$feed_image ) || ! empty( $feed ) ) {
            
$link .= ' ';

            if ( empty( 
$feed_image ) )
                
$link .= '(';

            
$link .= '<a href="' esc_urlget_term_feed_link$category->term_id$category->taxonomy$feed_type ) ) . '"';

            if ( empty( 
$feed ) ) {
                
$alt ' alt="' sprintf__'Feed for all posts filed under %s''js_composer' ), $cat_name ) . '"';
            } else {
                
$title ' title="' $feed '"';
                
$alt ' alt="' $feed '"';
                
$name $feed;
                
$link .= $title;
            }

            
$link .= '>';

            if ( empty( 
$feed_image ) )
                
$link .= $name;
            else
                
$link .= "<img src='$feed_image'$alt$title' />';

            
$link .= '</a>';

            if ( empty( 
$feed_image ) )
                
$link .= ')';
        }

        if ( ! empty( 
$show_count ) )
            
$link .= ' (' intval$category->count ) . ')';

        if ( 
'list' == $args['style'] ) {
            
$output .= "\t<li";
            
$class 'cat-item cat-item-' $category->term_id;
            if ( ! empty( 
$current_category ) ) {
                
$_current_category get_term$current_category$category->taxonomy );
                if ( 
$category->term_id == $current_category )
                    
$class .= ' current-cat';
                elseif ( 
$category->term_id == $_current_category->parent )
                    
$class .= ' current-cat-parent';
            }
            
$output .= ' class="' $class '"';
            
$output .= ">$link\n";
        } else {
            
$output .= "\t$link<br />\n";
        }
    }
}


class 
WPBakeryShortCode_VC_Teaser_grid extends WPBakeryShortCode {


}

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