!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 2.05 GB of 27.03 GB (7.59%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     table_header.phtml (5.51 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
$cnt
= 0; // Let's count the columns...

if ($db_is_system_schema) {
    
$action_colspan = 3;
} else {
    
$action_colspan = 6;
}
if (
$GLOBALS['cfg']['NumFavoriteTables'] > 0) {
    
$action_colspan++;
}
?>
<form method="post" action="db_structure.php" name="tablesForm" id="tablesForm">
<?php echo PMA_URL_getHiddenInputs($db); ?>
<table class="data">
    <thead>
        <tr>
            <th class="print_ignore"></th>
            <th><?php echo PMATemplate::get('database/structure/sortable_header')->render(
                   array(
                       
'title' => __('Table'),
                       
'sort' => 'table',
                       
'initial_sort_order' => 'ASC'
                   
)
                );
?></th>
            <?php if ($replication): ?>
                <th><?php echo __('Replication'); ?></th>
            <?php endif; ?>
            <th colspan="<?php echo $action_colspan; ?>" class="print_ignore">
                <?php echo __('Action'); ?>
            </th>
            <!-- larger values are more interesting so default sort order is DESC-->
            <th>
                <?php echo PMATemplate::get('database/structure/sortable_header')->render(
                    array(
                        
'title' => __('Rows'),
                        
'sort' => 'records',
                        
'initial_sort_order' => 'DESC'
                    
)
                );
?>
                <?php echo PMA_Util::showHint(PMA_sanitize(
                    
__('May be approximate. Click on the number to get the exact'
                        
. ' count. See [doc@faq3-11]FAQ 3.11[/doc].'))); ?>
            </th>
            <?php if (!($GLOBALS['cfg']['PropertiesNumColumns'] > 1)): ?>
                <th><?php echo PMATemplate::get('database/structure/sortable_header')->render(
                        array(
                            
'title' => __('Type'),
                            
'sort' => 'type',
                            
'initial_sort_order' => 'ASC'
                        
)
                    );
$cnt++; ?></th>
                <th><?php echo PMATemplate::get('database/structure/sortable_header')->render(
                        array(
                            
'title' => __('Collation'),
                            
'sort' => 'collation',
                            
'initial_sort_order' => 'ASC'
                        
)
                    );
$cnt++; ?></th>
            <?php endif; ?>

            <?php if ($GLOBALS['is_show_stats']): ?>
                <!-- larger values are more interesting so default sort order is DESC -->
                <th><?php echo PMATemplate::get('database/structure/sortable_header')->render(
                        array(
                            
'title' => __('Size'),
                            
'sort' => 'size',
                            
'initial_sort_order' => 'DESC'
                        
)
                    );
$cnt++; ?></th>
                <!-- larger values are more interesting so default sort order is DESC -->
                <th><?php echo PMATemplate::get('database/structure/sortable_header')->render(
                        array(
                            
'title' => __('Overhead'),
                            
'sort' => 'overhead',
                            
'initial_sort_order' => 'DESC'
                        
)
                    );
$cnt++; ?></th>
            <?php endif; ?>

            <?php if ($GLOBALS['cfg']['ShowDbStructureComment']): ?>
                <th><?php echo PMATemplate::get('database/structure/sortable_header')->render(
                        array(
                            
'title' => __('Comment'),
                            
'sort' => 'comment',
                            
'initial_sort_order' => 'ASC'
                        
)
                    );
$cnt++; ?></th>
            <?php endif; ?>

            <?php if ($GLOBALS['cfg']['ShowDbStructureCreation']): ?>
                <!-- newer values are more interesting so default sort order is DESC -->
                <th><?php echo PMATemplate::get('database/structure/sortable_header')->render(
                        array(
                            
'title' => __('Creation'),
                            
'sort' => 'creation',
                            
'initial_sort_order' => 'DESC'
                        
)
                    );
$cnt++; ?></th>
            <?php endif; ?>

            <?php if ($GLOBALS['cfg']['ShowDbStructureLastUpdate']): ?>
                <!-- newer values are more interesting so default sort order is DESC -->
                <th><?php echo PMATemplate::get('database/structure/sortable_header')->render(
                        array(
                            
'title' => __('Last update'),
                            
'sort' => 'last_update',
                            
'initial_sort_order' => 'DESC'
                        
)
                    );
$cnt++; ?></th>
            <?php endif; ?>

            <?php if ($GLOBALS['cfg']['ShowDbStructureLastCheck']): ?>
                <!-- newer values are more interesting so default sort order is DESC -->
                <th><?php echo PMATemplate::get('database/structure/sortable_header')->render(
                        array(
                            
'title' => __('Last check'),
                            
'sort' => 'last_check',
                            
'initial_sort_order' => 'DESC'
                        
)
                    );
$cnt++; ?></th>
            <?php endif; ?>
        </tr>
    </thead>
    <tbody>
        <?php $GLOBALS['colspan_for_structure'] = $cnt + $action_colspan + 3; ?>


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