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


Viewing file:     add_column.phtml (1.59 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<form method="post" action="tbl_addfield.php" id="addColumns" name="addColumns" onsubmit="return checkFormElementInRange(this, 'num_fields', '<?php echo str_replace('\'', '\\\'', __('You have to add at least one column.')); ?>', 1)">
    <?php echo PMA_URL_getHiddenInputs($GLOBALS['db'], $GLOBALS['table']); ?>
    <?php if (PMA_Util::showIcons('ActionLinksMode')): ?>
        <?php echo PMA_Util::getImage('b_insrow.png', __('Add column')); ?>&nbsp;
    <?php endif; ?>
    <?php $num_fields = '<input type="number" name="num_fields" value="1" onfocus="this.select()" min="1" required />'; ?>
    <?php echo sprintf(__('Add %s column(s)'), $num_fields); ?>
    <input type="hidden" name="field_where" value="after"/>&nbsp;
    <!-- I tried displaying the drop-down inside the label but with Firefox the drop-down was blinking -->
    <select name="after_field" onchange="checkFirst()">
        <option value="first" data-pos = "first">
            <?php echo __('at beginning of table'); ?>
        </option>
        <?php $cols_count = count($columns_list);
         foreach (
$columns_list as $one_column_name): ?>
            <?php if (--$cols_count == 0): ?>
                <option value="<?php echo htmlspecialchars($one_column_name); ?>" selected="selected">
            <?php else: ?>
                <option value="<?php echo htmlspecialchars($one_column_name); ?>">
            <?php endif; ?>
            <?php echo sprintf(__('after %s'), htmlspecialchars($one_column_name)); ?>
            </option>
        <?php endforeach; ?>
    </select>
    <input type="submit" value="<?php echo __('Go'); ?>" />
</form>

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