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

Software: Apache/2.0.54 (Fedora). PHP/5.0.4 

uname -a: Linux mina-info.me 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11 22:57:02 EDT 2006 i686 

uid=48(apache) gid=48(apache) groups=48(apache)
context=system_u:system_r:httpd_sys_script_t
 

Safe-mode: OFF (not secure)

/home/mnnews/public_html/login/phpmyadmin/templates/database/structure/   drwxr-xr-x
Free 4.5 GB of 27.03 GB (16.65%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     body_for_table_summary.phtml (3.31 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<tbody id="tbl_summary_row">
<tr>
<th class="print_ignore"></th>
<th class="tbl_num nowrap">
    <?php
    printf
(_ngettext('%s table', '%s tables', $num_tables),
        
PMA_Util::formatNumber($num_tables, 0)); ?>
</th>
<?php if ($server_slave_status): ?>
    <th> <?php echo __('Replication'); ?> </th>
<?php endif; ?>
<?php
$sum_colspan
= ($db_is_system_schema ? 4 : 7);
if (
$GLOBALS['cfg']['NumFavoriteTables'] == 0) {
    
$sum_colspan--;
}
?>
<th colspan="<?php echo $sum_colspan; ?>" class="print_ignore" ><?php echo __('Sum'); ?></th>
<?php
$row_count_sum
= PMA_Util::formatNumber($sum_entries, 0);
// If a table shows approximate rows count, display update-all-real-count anchor.
$row_sum_url = array();
if (isset(
$approx_rows)) {
    
$row_sum_url = array(
        
'ajax_request'       => true,
        
'db'                 => $GLOBALS['db'],
        
'real_row_count'     => 'true',
        
'real_row_count_all' => 'true'
    
);
}
$cell_text = ($approx_rows)
        ?
'<a href="db_structure.php' . PMA_URL_getCommon($row_sum_url)
        .
'" class="ajax row_count_sum">' . '~' . $row_count_sum . '</a>'
        
: $row_count_sum;
?>
<th class="value tbl_rows"><?php echo $cell_text; ?></th>
<?php if (!($GLOBALS['cfg']['PropertiesNumColumns'] > 1)): ?>
    <?php
        
// MySQL <= 5.5.2
        
$default_engine = $GLOBALS['dbi']->fetchValue(
            
"SELECT @@storage_engine;"
        
);
        if (empty(
$default_engine)) {
            
// MySQL >= 5.5.3
            
$default_engine = $GLOBALS['dbi']->fetchValue(
                
"SELECT @@default_storage_engine;"
            
);
        }
    
?>
    <th class="center">
        <dfn title="<?php printf(__('%s is the default storage engine on this MySQL server.'),
                
$default_engine); ?>"><?php echo $default_engine; ?></dfn>
    </th>
    <th>
        <?php if (! empty($db_collation)): ?>
            <dfn title="<?php echo PMA_getCollationDescr($db_collation) . ' (' . __('Default'). ')'; ?>">
                <?php echo $db_collation; ?>
            </dfn>
        <?php endif; ?>
    </th>
<?php endif; ?>
<?php
if ($is_show_stats): ?>
    <?php
        
list($sum_formatted, $unit) = PMA_Util::formatByteDown(
            
$sum_size, 3, 1
        
);
        list(
$overhead_formatted, $overhead_unit)
            =
PMA_Util::formatByteDown($overhead_size, 3, 1);
    
?>
    <th class="value tbl_size"><?php echo $sum_formatted . ' ' . $unit; ?></th>
    <th class="value tbl_overhead"><?php echo $overhead_formatted . ' ' . $overhead_unit; ?></th>
<?php endif; ?>
<?php
if ($GLOBALS['cfg']['ShowDbStructureComment']): ?>
    <th></th>
<?php endif; ?>
<?php
if ($GLOBALS['cfg']['ShowDbStructureCreation']): ?>
    <th class="value tbl_creation">
        <?php echo ($create_time_all
                
? PMA_Util::localisedDate(strtotime($create_time_all))
                :
'-'); ?>
    </th>
<?php endif; ?>
<?php
if ($GLOBALS['cfg']['ShowDbStructureLastUpdate']): ?>
    <th class="value tbl_last_update"><?php echo ($update_time_all
                
? PMA_Util::localisedDate(strtotime($update_time_all))
                :
'-'); ?></th>
<?php endif; ?>
<?php
if ($GLOBALS['cfg']['ShowDbStructureLastCheck']): ?>
    <th class="value tbl_last_check"><?php echo ($check_time_all
                
? PMA_Util::localisedDate(strtotime($check_time_all))
                :
'-');?></th>
<?php endif; ?>
</tr>
</tbody>

:: 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 #16 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0035 ]--