!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\htdocs\drupal\modules\forum\   drwxrwxrwx
Free 4.97 GB of 239.26 GB (2.08%)
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:     forum-topic-navigation.tpl.php (1.25 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
// $Id: forum-topic-navigation.tpl.php,v 1.2 2007/08/07 08:39:35 goba Exp $

/**
 * @file forum-topic-navigation.tpl.php
 * Default theme implementation to display the topic navigation string at the
 * bottom of all forum topics.
 *
 * Available variables:
 *
 * - $prev: The node ID of the previous post.
 * - $prev_url: The URL of the previous post.
 * - $prev_title: The title of the previous post.
 *
 * - $next: The node ID of the next post.
 * - $next_url: The URL of the next post.
 * - $next_title: The title of the next post.
 *
 * - $node: The raw node currently being viewed. Contains unsafe data
 *   and any data in this must be cleaned before presenting.
 *
 * @see template_preprocess_forum_topic_navigation()
 * @see theme_forum_topic_navigation()
 */
?>
<?php 
if ($prev || $next): ?>
  <div class="forum-topic-navigation clear-block">
    <?php if ($prev): ?>
      <a href="<?php print $prev_url?>" class="topic-previous" title="<?php print t('Go to previous forum topic'?>">‹ <?php print $prev_title ?></a>
    <?php endif; ?>
    <?php if ($next): ?>
      <a href="<?php print $next_url?>" class="topic-next" title="<?php print t('Go to next forum topic'?>"><?php print $next_title ?> ›</a>
    <?php endif; ?>
  </div>
<?php endif; ?>

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