!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:     format-audio.php (2.07 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 * The template for displaying posts in the Audio post format.
 *
 * @package WordPress
 * @subpackage Delicious
 *
 */
 
    
$time get_the_time(get_option('date_format'));
    
?>

<article id="post-<?php the_ID(); ?><?php post_class('post post-masonry'); ?>>

    <?php
        $thumb_id 
get_post_thumbnail_id($post->ID);
        
$image_url wp_get_attachment_url($thumb_id);        
         
         if ( 
has_post_thumbnail() ) { 
             if(
is_single()) {
                 
?>
                <div class="post-thumbnail">
                    <a href="<?php echo $image_url?>" rel="prettyPhoto" title="<?php the_title(); ?>">
                        <span class="item-on-hover"><span class="hover-link"><i class="fa fa-search"></i></span></span>
                        <?php the_post_thumbnail('blog-thumb'); ?>
                    </a>
                </div><!--end post-thumbnail-->        
            <?php 
            
}
            else 
            { 
?>
                <div class="post-thumbnail">
                    <a href="<?php the_permalink(); ?>">
                        <span class="item-on-hover"><span class="hover-link"><i class="fa fa-external-link"></i></span></span>
                        <?php the_post_thumbnail('blog-thumb'); ?>
                    </a>
                </div><!--end post-thumbnail-->        
                <?php 
            
}
        }  
?>


    <div class="audio-item">
        <?php delicious_audio($post->ID); ?>
    </div>        
            
    <div class="post-content">

        <h1 class="masonry-title">
            <?php if(!is_single()) { ?>
            <a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a>
            <?php } else { the_title(); } ?>
        </h1>
        <span class="post-meta">
        <i class="for-sticky fa fa-exclamation"></i><i class="fa fa-music"></i>
        <?php 
            
echo '<em>' $time'</em>';
            
            if(
is_single()) {
                echo 
'<em>' get_the_category_list__', ''delicious' ) ) . '</em>';
                
comments_popup_link(__('No Comments''delicious'), __('1 Comment''delicious'), __('% Comments''delicious')); 
            }
        
?>
        </span>            
        <div class="clear"></div>

        <?php if(is_single()) { ?> <div class="half-space"></div> <?php ?>
            <?php  
            
global $more
            if(!
is_single()) { $more 0; }
            
the_content(__('Read More''delicious')); ?> 
            
    </div><!--end post-content-->
    
</article><!-- #post -->

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