!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/table/structure/   drwxr-xr-x
Free 1.71 GB of 27.03 GB (6.31%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     display_table_stats.phtml (3.73 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<div id="tablestatistics">
    <?php $odd_row = false; ?>
    <fieldset>
        <legend><?php echo __('Information'); ?></legend>
        <a id="showusage"></a>

        <?php if (! $tbl_is_view && ! $db_is_system_schema): ?>
            <table id="tablespaceusage" class="data">
                <caption class="tblHeaders"><?php echo __('Space usage'); ?></caption>
                <tbody>
                    <tr class="<?php echo (($odd_row = !$odd_row) ? 'odd' : 'even'); ?>">
                        <th class="name"><?php echo __('Data'); ?></th>
                        <td class="value"><?php echo $data_size; ?></td>
                        <td class="unit"><?php echo $data_unit; ?></td>
                    </tr>

                <?php if (isset($index_size)): ?>
                    <tr class="<?php echo (($odd_row = !$odd_row) ? 'odd' : 'even'); ?>">
                        <th class="name"><?php echo __('Index'); ?></th>
                        <td class="value"><?php echo $index_size; ?></td>
                        <td class="unit"><?php echo $index_unit; ?></td>
                    </tr>
                <?php endif; ?>

                <?php if (isset($free_size)): ?>
                    <tr class="<?php echo ((!$odd_row) ? 'odd' : 'even'); ?>">
                        <th class="name"><?php echo __('Overhead'); ?></th>
                        <td class="value"><?php echo $free_size; ?></td>
                        <td class="unit"><?php echo $free_unit; ?></td>
                    </tr>
                    <tr class="<?php echo (($odd_row = !$odd_row) ? 'odd' : 'even'); ?>">
                        <th class="name"><?php echo __('Effective'); ?></th>
                        <td class="value"><?php echo $effect_size; ?></td>
                        <td class="unit"><?php echo $effect_unit; ?></td>
                    </tr>
                <?php endif; ?>

                <?php if (isset($tot_size) && $mergetable == false): ?>
                    <tr class="<?php echo (($odd_row = !$odd_row) ? 'odd' : 'even'); ?>">
                        <th class="name"><?php echo __('Total'); ?></th>
                        <td class="value"><?php echo $tot_size; ?></td>
                        <td class="unit"><?php echo $tot_unit; ?></td>
                    </tr>
                <?php endif; ?>

                <!-- Optimize link if overhead -->
                <?php if (isset($free_size) && !PMA_DRIZZLE
                            
&& ($tbl_storage_engine == 'MYISAM'
                            
|| $tbl_storage_engine == 'ARIA'
                            
|| $tbl_storage_engine == 'MARIA'
                            
|| $tbl_storage_engine == 'BDB')): ?>
                    <tr class="tblFooters">
                        <td colspan="3" class="center">
                            <a href="sql.php<?php echo $url_query; ?>&pos=0&amp;sql_query=<?php echo urlencode(
                                    
'OPTIMIZE TABLE ' . PMA_Util::backquote($GLOBALS['table'])); ?>">
                                <?php echo PMA_Util::getIcon('b_tbloptimize.png', __('Optimize table')); ?>
                            </a>
                        </td>
                    </tr>
                <?php endif; ?>
                </tbody>
            </table>
        <?php endif; ?>
        <?php
            
echo PMATemplate::get('table/structure/row_stats_table')->render(
              array(
                  
'showtable' => $showtable,
                  
'tbl_collation' => $tbl_collation,
                  
'is_innodb' => $is_innodb,
                  
'mergetable' => $mergetable,
                  
'avg_size' => (isset ($avg_size) ? $avg_size : ''),
                  
'avg_unit' => (isset ($avg_unit) ? $avg_unit : '')
              )
            );
        
?>
    </fieldset>
</div>

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