!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:\cumbreclima\wp-content\themes\patti\   drwxrwxrwx
Free 4.13 GB of 39.52 GB (10.45%)
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:     taxonomy-portfolio_cats.php (2.13 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php get_header(); ?>

    <div class="centered-wrapper">
        
        <div class="page-title-subtitle">
            <h2><?php _e('Category: ''delicious'); ?><strong><?php single_cat_title(); ?></strong></h2>
        </div>

        <section class="patti-grid" id="gridwrapper_portfolio">    
            <section id="portfolio-wrapper">        
                <ul class="portfolio grid isotope grid_portfolio">
                
                    <?php
                    
// Begin The Loop
                    
if (have_posts()) : while (have_posts()) : the_post();     

                    
$portf_thumbnail get_post_meta($post->ID,'dt_portf_thumbnail',true);    
                    
$item_class 'item-small';

                    
$thumb_id get_post_thumbnail_id($post->ID);
                    
$image_url wp_get_attachment_url($thumb_id);    

                    switch (
$portf_thumbnail) {
                        case 
'portfolio-big':
                            
$grid_thumbnail aq_resize($image_url566440true);
                            
$item_class 'item-wide';
                            break;
                        case 
'portfolio-small':
                            
$grid_thumbnail aq_resize($image_url281219true);
                            
$item_class 'item-small';
                            break;
                        case 
'half-horizontal':
                            
$grid_thumbnail aq_resize($image_url566219true);
                            
$item_class 'item-long';
                            break;
                        case 
'half-vertical':
                            
$grid_thumbnail aq_resize($image_url281440true);
                            
$item_class 'item-high';
                            break;                            
                    }        

                    
$terms get_the_termsget_the_ID(), 'portfolio_cats' );

                    
?>
                    <li class="grid-item <?php echo $item_class?>">
                        <a href="<?php the_permalink(); ?>">
                            <div class="grid-item-on-hover">
                                <div class="grid-text">
                                    <h1><?php echo get_the_title(); ?></h1>
                                </div>
                                <span>
                                <?php
                                    $copy 
$terms;
                                    foreach ( 
$terms as $term ) {
                                       echo 
$term->name;
                                        if (
next($copy )) {
                                            echo 
', ';
                                        }
                                    }
                                
?>
                                </span>
                            </div>
                            <img src="<?php echo $grid_thumbnail?>" alt="" />
                        </a>
                    </li>

        
                    <?php endwhile; endif; // END the Wordpress Loop ?>
                </ul>
                <?php dt_navigation(); ?>        
                        
            </section>
        </section>
    </div><!--end centered-wrapper-->
<?php get_footer(); ?>

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