!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache/2.4.18 (Ubuntu). PHP/7.0.33-0ubuntu0.16.04.16 

uname -a: Linux digifus 3.13.0-57-generic #95-Ubuntu SMP Fri Jun 19 09:28:15 UTC 2015 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/antonellaServer/assets/grocery_crud/themes/datatables/views/   drwxr-xr-x
Free 9.84 GB of 29.4 GB (33.48%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     edit.php (3.12 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php  
    
    $this
->set_css($this->default_theme_path.'/datatables/css/datatables.css');
    
$this->set_js($this->default_theme_path.'/flexigrid/js/jquery.form.js');    
    
$this->set_js($this->default_theme_path.'/datatables/js/datatables-edit.js');
    
$this->set_css($this->default_css_path.'/ui/simple/jquery-ui-1.8.23.custom.css');
    
$this->set_js($this->default_javascript_path.'/jquery_plugins/ui/jquery-ui-1.8.23.custom.min.js');    
?>
<script type='text/javascript'>
    var base_url = '<?php echo base_url();?>';
    
    var upload_a_file_string = '<?php echo $this->l('form_upload_a_file');?>';    
</script>
<div class='ui-widget-content ui-corner-all datatables'>
    <h3 class="ui-accordion-header ui-helper-reset ui-state-default form-title">
        <div class='floatL form-title-left'>
            <a href="#"><?php echo $this->l('form_edit'); ?> <?php echo $subject?></a>
        </div>         
        <div class='clear'></div>
    </h3>
<div class='form-content form-div'>
    <?php echo form_open$update_url'method="post" id="crudForm" autocomplete="off" enctype="multipart/form-data"'); ?>
        <div>
        <?php
            $counter 
0
            foreach(
$fields as $field)
            {
                
$even_odd $counter == 'odd' 'even';
                
$counter++;
        
?>
            <div class='form-field-box <?php echo $even_odd?>' id="<?php echo $field->field_name?>_field_box">
                <div class='form-display-as-box' id="<?php echo $field->field_name?>_display_as_box">
                    <?php echo $input_fields[$field->field_name]->display_as?><?php echo ($input_fields[$field->field_name]->required)? "<span class='required'>*</span> " ""?> :
                </div>
                <div class='form-input-box' id="<?php echo $field->field_name?>_input_box">
                    <?php echo $input_fields[$field->field_name]->input?>
                </div>
                <div class='clear'></div>    
            </div>
        <?php }?>
            <!-- Start of hidden inputs -->
                <?php 
                    
foreach($hidden_fields as $hidden_field){
                        echo 
$hidden_field->input;
                    }
                
?>
            <!-- End of hidden inputs -->        
            <div class='line-1px'></div>
            <div id='report-error' class='report-div error'></div>
            <div id='report-success' class='report-div success'></div>                            
        </div>    
        <div class='buttons-box'>
            <div class='form-button-box'>
                <input type='submit' value='<?php echo $this->l('form_update_changes'); ?>' class='ui-input-button' />
            </div>
            <?php     if(!$this->unset_back_to_list) { ?>
            <div class='form-button-box'>
                <input type='button' value='<?php echo $this->l('form_update_and_go_back'); ?>' class='ui-input-button' id="save-and-go-back-button"/>
            </div>            
            <div class='form-button-box'>
                <input type='button' value='<?php echo $this->l('form_cancel'); ?>' onclick='javascript: return goToList()' class='ui-input-button' />
            </div>
            <?php }?>            
            <div class='form-button-box loading-box'>
                <div class='small-loading' id='FormLoading'><?php echo $this->l('form_update_loading'); ?></div>
            </div>
            <div class='clear'></div>    
        </div>
    </form>    
</div>
</div>
<script>
    var validation_url = '<?php echo $validation_url?>';
    var list_url = '<?php echo $list_url?>';

    var message_alert_edit_form = "<?php echo $this->l('alert_edit_form')?>";
    var message_update_error = "<?php echo $this->l('update_error')?>";    
</script>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0054 ]--