!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:     comments.php (4.01 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php // No borrar estas lineas
    
if ('comments.php' == basename($_SERVER['SCRIPT_FILENAME']))
        die (
'Por favor, no acceda a esta p&aacute;gina directamente.');

        if (!empty(
$post->post_password)) { // si requiere contrasena
            
if ($_COOKIE['wp-postpass_' COOKIEHASH] != $post->post_password) {  // y no concuerda con la cookie
                
?>
                
                <p class="nocomments">Esta entrada est&aacute; protegida con contrase&ntilde;a. Introduzca la contrase&ntilde;a para ver los comentarios.<p>
                
                <?php
                
return;
            }
        }

        
/* Variable para colores de fondo alternados */
        
$oddcomment 'alt';
?>

<!-- Edite desde aqui. -->

<?php if ($comments) : ?>
    <h3 id="comments"><?php comments_number('Sin comentarios''1 comentario''% comentarios' );?> sobre &#8220;<?php the_title(); ?>&#8221;</h3> 

    <ol class="commentlist">

    <?php foreach ($comments as $comment) : ?>

        <li class="<?php echo $oddcomment?>" id="comment-<?php comment_ID() ?>">
            <cite><?php comment_author_link() ?></cite> dijo:
            <?php if ($comment->comment_approved == '0') : ?>
            <em>Su comentario est&aacute; esperando ser moderado.</em>
            <?php endif; ?>
            <br />

            <small class="commentmetadata"><a href="#comment-<?php comment_ID() ?>" title=""><?php comment_date('j \d\e F, Y'?> - <?php comment_time() ?></a> <?php edit_comment_link('e','',''); ?></small>

            <?php comment_text() ?>

        </li>

    <?php /* Cambia cada comentario a una clase CSS diferente */    
        
if ('alt' == $oddcomment$oddcomment '';
        else 
$oddcomment 'alt';
    
?>

    <?php endforeach; /* termina el for each de los comentarios */ ?>

    </ol>

 <?php else : // Si aun no hay comentarios ?>

  <?php if ('open' == $post-> comment_status) : ?> 
        <!-- Comentarios abiertos, pero sin comentarios aun. -->
        
     <?php else : // comentarios cerrados ?>
        <!-- Si los comentarios estan cerrados -->
        <p class="nocomments">Los comentarios est&aacute;n cerrados</p>
        
    <?php endif; ?>
<?php 
endif; ?>


<?php if ('open' == $post->comment_status) : ?>

<h3 id="respond">Deje un comentario</h3>

<?php if ( get_option('comment_registration') && !$user_ID ) : ?>
<p>Debe <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?redirect_to=<?php the_permalink(); ?>">identificarse</a> para enviar un comentario.</p>
<?php else : ?>

<form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">

<?php if ( $user_ID ) : ?>

<p>Identificado como <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity?></a>. <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?action=logout" title="Salir de esta cuenta">Salir &raquo;</a></p>

<?php else : ?>

<p><input type="text" name="author" id="author" value="<?php echo $comment_author?>" size="22" tabindex="1" />
<label for="author"><small>Nombre <?php if ($req) echo '(requerido)'?></small></label></p>

<p><input type="text" name="email" id="email" value="<?php echo $comment_author_email?>" size="22" tabindex="2" />
<label for="email"><small>Email (no ser&aacute; publicado) <?php if ($req) echo '(requerido)'?></small></label></p>

<p><input type="text" name="url" id="url" value="<?php echo $comment_author_url?>" size="22" tabindex="3" />
<label for="url"><small>Sitio web</small></label></p>

<?php endif; ?>

<!--<p><small><strong>XHTML:</strong> Puede usar las siguientes etiquetas: <?php echo allowed_tags(); ?></small></p>-->

<p><textarea name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea></p>

<p><input name="submit" type="submit" id="submit" tabindex="5" value="Enviar comentario" />
<input type="hidden" name="comment_post_ID" value="<?php echo $id?>" />
</p>
<?php do_action('comment_form'$post->ID); ?>

</form>

<?php endif; // Si se requiere registro y no esta indentificado ?>

<?php endif; // if you delete this the sky will fall on your head <-- imposible borrar o traducir este simpatico mensaje que esta con nostros desde b2 :) ?>

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