!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\phpmyadmin\   drwxrwxrwx
Free 8.81 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:     tbl_query_box.php (1.12 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/* $Id: tbl_query_box.php,v 2.37 2005/11/18 12:50:49 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
/**
 * provides the sql form
 * 
 * @usedby  server_sql.php  server SQL-tab
 * @usedby  db_details.php  database SQL-tab
 * @usedby  server_sql.php  server SQL-tab
 */

// Check parameters
require_once('./libraries/common.lib.php');
require_once(
'./libraries/bookmark.lib.php');
require_once 
'./libraries/sql_query_form.lib.php';

if ( empty( 
$querydisplay_tab ) ) {
    
$querydisplay_tab '';
}

if ( 
$is_inside_querywindow ) {
    
// ... we redirect to appropriate query sql page
    // works only full if $db and $table is also stored/grabbed from $_COOKIE
    
if ( ! empty( $table ) ) {
        require 
'./tbl_properties.php';
    }
    elseif ( ! empty( 
$db ) ) {
        require 
'./db_details.php';
    }
    else {
        require 
'./server_sql.php';
    }
    exit;
}

/**
 * Defines the query to be displayed in the query textarea
 */
if ( ! empty( $show_query ) ) {
    
$query_to_display $sql_query;
} else {
    
$query_to_display '';
}
unset( 
$sql_query );

PMA_sqlQueryForm$query_to_display$querydisplay_tab );
?>

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