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


Viewing file:     selection_form.phtml (2.92 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php echo PMATemplate::get('table/search/form_tag')
    ->
render(array(
        
'searchType' => $searchType,
        
'db' => $db,
        
'table' => $table,
        
'goto' => $goto
    
)) ?>
<?php
if ($searchType == 'zoom'): ?>
    <fieldset id="fieldset_zoom_search">
        <fieldset id="inputSection">
            <legend>
                <?php echo __('Do a "query by example" (wildcard: "%") for two different columns'); ?>
            </legend>
            <?php echo PMATemplate::get('table/search/fields_table')
                ->
render(array(
                    
'self' => $self,
                    
'searchType' => $searchType,
                    
'geomColumnFlag' => $geomColumnFlag,
                    
'columnNames' => $columnNames,
                    
'columnTypes' => $columnTypes,
                    
'columnCollations' => $columnCollations
                
));
            echo
PMATemplate::get('table/search/options_zoom')
                ->
render(array(
                    
'dataLabel' => $dataLabel,
                    
'columnNames' => $columnNames
                
)); ?>
        </fieldset>
    </fieldset>
<?php elseif ($searchType == 'normal'): ?>
    <fieldset id="fieldset_table_search">
        <fieldset id="fieldset_table_qbe">
            <legend>
                <?php echo __('Do a "query by example" (wildcard: "%")'); ?>
            </legend>
            <?php echo PMATemplate::get('table/search/fields_table')
                ->
render(array(
                    
'self' => $self,
                    
'searchType' => $searchType,
                    
'geomColumnFlag' => $geomColumnFlag,
                    
'columnNames' => $columnNames,
                    
'columnTypes' => $columnTypes,
                    
'columnCollations' => $columnCollations
                
)); ?>
            <div id="gis_editor">
            </div>
            <div id="popup_background">
            </div>
        </fieldset>
        <?php echo PMATemplate::get('table/search/options')
            ->
render(array(
                
'columnNames' => $columnNames
            
)); ?>
    </fieldset>
<?php elseif ($searchType == 'replace'): ?>
    <fieldset id="fieldset_find_replace">
        <fieldset id="fieldset_find">
            <legend>
                <?php echo __('Find and replace'); ?>
            </legend>
            <?php echo PMATemplate::get('table/search/search_and_replace')
                ->
render(array(
                    
'columnNames' => $columnNames,
                    
'columnTypes' => $columnTypes
                
)); ?>
        </fieldset>
    </fieldset>
<?php endif; ?>

<!--Displays selection form's footer elements-->
<fieldset class="tblFooters">
    <input type="submit"
           name="<?php echo ($searchType == 'zoom' ? 'zoom_submit' : 'submit'); ?>"
           <?php if ($searchType == 'zoom') echo ' id="inputFormSubmitId"'; ?>
           value="<?php echo __('Go'); ?>" />
</fieldset>
</form>
<div id="sqlqueryresultsouter"></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.0041 ]--