!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\phpMyAdmin\libraries\   drwxrwxrwx
Free 7.28 GB of 239.26 GB (3.04%)
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:     navigation_header.inc.php (4.16 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
 * displays the pma logo, links and db and server selection in left frame
 *
 * @version $Id: navigation_header.inc.php 11986 2008-11-24 11:05:40Z nijel $
 * @package phpMyAdmin
 */
if (! defined('PHPMYADMIN')) {
    exit;
}

/**
 *
 */
if (empty($query_url)) {
    
// avoid putting here $db because it could display a db name
    // to which the next user does not have access
    
$query_url PMA_generate_common_url();
}

// display Logo, depending on $GLOBALS['cfg']['LeftDisplayLogo']
if ($GLOBALS['cfg']['LeftDisplayLogo']) {
    
$logo 'phpMyAdmin';
    if (@
file_exists($GLOBALS['pmaThemeImage'] . 'logo_left.png')) {
        
$logo '<img src="' $GLOBALS['pmaThemeImage'] . 'logo_left.png" '
            
.'alt="' $logo '" id="imgpmalogo" />';
    } elseif (@
file_exists($GLOBALS['pmaThemeImage'] . 'pma_logo2.png')) {
        
$logo '<img src="' $GLOBALS['pmaThemeImage'] . 'pma_logo2.png" '
            
.'alt="' $logo '" id="imgpmalogo" />';
    }

    echo 
'<div id="pmalogo">' "\n"
        
.'<a href="' $GLOBALS['cfg']['LeftLogoLink'];
    switch (
$GLOBALS['cfg']['LeftLogoLinkWindow']) {
        case 
'new':
            echo 
'" target="_blank"';
            break;
        case 
'main':
            
// do not add our parameters for an external link
            
if (substr(strtolower($GLOBALS['cfg']['LeftLogoLink']), 04) !== 'http') {
                echo 
'?' $query_url '" target="frame_content"';
            } else {
                echo 
'"';
            }
    }
    echo 
'>' $logo '</a>' "\n"
        
.'</div>' "\n";
// end of display logo
?>
<div id="leftframelinks">
<?php
    
echo '<a href="main.php?' $query_url '"'
        
.' title="' $strHome '">'
        
.($GLOBALS['cfg']['MainPageIconic']
            ? 
'<img class="icon" src="' $pmaThemeImage 'b_home.png" width="16" '
                
.' height="16" alt="' $strHome '" />'
            
$strHome)
        .
'</a>' "\n";
    
// if we have chosen server
    
if ($server != 0) {
        
// Logout for advanced authentication
        
if ($GLOBALS['cfg']['Server']['auth_type'] != 'config') {
            echo (
$GLOBALS['cfg']['MainPageIconic'] ? '' ' - ');
            echo 
'<a href="index.php?' $query_url '&amp;old_usr='
                
.urlencode($PHP_AUTH_USER) . '" target="_parent"'
                
.' title="' $strLogout '" >'
                
.($GLOBALS['cfg']['MainPageIconic']
                    ? 
'<img class="icon" src="' $pmaThemeImage 's_loggoff.png" '
                     
.' width="16" height="16" alt="' $strLogout '" />'
                    
$strLogout)
                .
'</a>' "\n";
        } 
// end if ($GLOBALS['cfg']['Server']['auth_type'] != 'config'

        
$anchor 'querywindow.php?' PMA_generate_common_url($db$table);

        if (
$GLOBALS['cfg']['MainPageIconic']) {
            
$query_frame_link_text =
                
'<img class="icon" src="' $pmaThemeImage 'b_selboard.png"'
                
.' width="16" height="16" alt="' $strQueryFrame '" />';
        } else {
            echo 
'<br />' "\n";
            
$query_frame_link_text $strQueryFrame;
        }
        echo 
'<a href="' $anchor '&amp;no_js=true"'
            
.' title="' $strQueryFrame '"';
        echo 
' onclick="javascript:if (window.parent.open_querywindow()) return false;"';
        echo 
'>' $query_frame_link_text '</a>' "\n";
    } 
// end if ($server != 0)

if ($GLOBALS['cfg']['MainPageIconic']) {
    echo 
'    <a href="Documentation.html" target="documentation"'
        
.' title="' $strPmaDocumentation '" >'
        
.'<img class="icon" src="' $pmaThemeImage 'b_docs.png" width="16" height="16"'
        
.' alt="' $strPmaDocumentation '" /></a>' "\n";
    echo 
'    ' PMA_showMySQLDocu(''''TRUE) . "\n";
}
echo 
'</div>' "\n";

/**
 * Displays the MySQL servers choice form
 */
if ($GLOBALS['cfg']['LeftDisplayServers'] && (count($GLOBALS['cfg']['Servers']) > || $server == && count($GLOBALS['cfg']['Servers']) == 1)) {
    echo 
'<div id="serverinfo">';
    include 
'./libraries/select_server.lib.php';
    
PMA_select_server(truetrue);
    echo 
'</div><br />';
// end if LeftDisplayServers
?>

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