!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)

E:\xampp\xampp\htdocs\jaime\wordpress\wp-content\themes\default\   drwxrwxrwx
Free 7.26 GB of 239.26 GB (3.03%)
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:     attachment.php (3.49 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php get_header(); ?>

    <div id="content" class="widecolumn">
                
  <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    
        <div class="navigation">
            <div class="alignleft">&nbsp;</div>
            <div class="alignright">&nbsp;</div>
        </div>
        <div class="post" id="post-<?php the_ID(); ?>">
            <h2><a href="<?php echo get_permalink($post->post_parent); ?>" rev="attachment"><?php echo get_the_title($post->post_parent); ?></a> &raquo; <a href="<?php echo get_permalink() ?>" rel="bookmark" title="Enlace permanente a: <?php the_title(); ?>"><?php the_title(); ?></a></h2>
            <div class="entrytext">
<?php    $type explode('/'$post->post_mime_type);
    switch ( 
$type[0] ) {
    case 
'image' :
        
$meta get_post_meta($post->ID'_wp_attachment_metadata'true);
        if (
$meta['width'] > 450) : ?>
                <p><a href="<?php echo $post->guid?>" title="<?php echo $post->post_title.': '.$meta['width'].'x'.$meta['height'?>"><img class="centered" src="<?php echo $post->guid?>" alt="<?php the_title(); ?>" style="width:450px;" /></a></p>
<?php        else : ?>
                <p><img class="centered" src="<?php echo $post->guid?>" alt="<?php the_title(); ?>" /></p>
<?php        endif;
        break;
    default :
?>
                <p><a href="<?php echo $post->guid?>"><?php echo basename($post->guid); ?></a></p>
<?php
    
}
?>
                <?php the_content('<p class="serif">Leer el resto de la entrada &raquo;</p>'); ?>
    
                <?php link_pages('<p><strong>P&aacute;ginas:</strong> ''</p>''number'); ?>
    
                <p class="postmetadata alt">
                    <small>
                        Esta entrada fue publicada
                        <?php /* Lo siguiente esta comentado porque, a veces, requiere algunos ajustes.
                            Es necesario que descargue el plugin y siga las instrucciones:
                            http://binarybonsai.com/archives/2004/08/17/time-since-plugin/ */
                            /* echo 'hace '; $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); */ 
?> 
                        el <?php the_time('l, j \d\e F \d\e Y'?> a las <?php the_time() ?>
                        y est&aacute; clasificada bajo: <?php the_category(', '?>.
                        Puede hacer un seguimiento de los comentarios de esta entrada gracias al feed <?php comments_rss_link('RSS 2.0'); ?>
                        
                        <?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
                            
// Both Comments and Pings are open ?>
                            Puede <a href="#respond">dejar un comentario</a>, o enviar un <a href="<?php trackback_url(true); ?>">trackback</a> desde su propio sitio.
                        
                        <?php } elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
                            
// Only Pings are Open ?>
                            Los comentarios est&aacute;n cerrados, pero puede enviar un <a href="<?php trackback_url(true); ?> ">trackback</a> desde su sitio.
                        
                        <?php } elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
                            
// Comentarios permitidos, Pings no ?>
                            Puede dejar un comentario a continuaci&oacute;n. Los trackbacks est&aacute;n cerrados.
            
                        <?php } elseif (!('open' == $post-> comment_status) && !('open' == $post->ping_status)) {
                            
// Ni comentarios, ni Pings permitidos ?>
                            Tanto los comentarios como los trackbacks est&aacute;n cerrados.            
                        
                        <?php edit_post_link('Editar esta entrada.','',''); ?>
                        
                    </small>
                </p>
    
            </div>
        </div>
        
    <?php comments_template(); ?>
    
    <?php endwhile; else: ?>
    
        <p>Disculpe, no hay adjuntos que respondan a su criterio.</p>
    
<?php endif; ?>
    
    </div>

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