!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-quote.php (825 B)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 * The template for displaying posts in the Quote post format.
 *
 * @package WordPress
 * @subpackage Delicious
 *
 */
    
global $content_class;    
    
    
$time get_the_time(get_option('date_format'));
    
$quote_post_data get_post_meta($post->ID,'dt_quote_block',true);
    
$quote_post_author get_post_meta($post->ID,'dt_quote_author',true);
?>

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

    <div class="post-content">
        <h3><?php echo wp_kses_post($quote_post_data); ?></h3>
        <span class="post-meta">
            <i class="for-sticky fa fa-exclamation"></i><i class="fa fa-quote-right"></i>
            <?php echo '<em>' $time'</em>'?>
        </span>    
        <span class="quote-author"><?php echo esc_html($quote_post_author); ?></span>

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