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


Viewing file:     list.php (2.09 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<table cellpadding="0" cellspacing="0" border="0" class="display" id="groceryCrudTable">
    <thead>
        <tr>
            <?php foreach($columns as $column){?>
                <th><?php echo $column->display_as?></th>
            <?php }?>
            <?php if(!$unset_delete || !$unset_edit || !empty($actions)){?>
            <th class='actions'><?php echo $this->l('list_actions'); ?></th>
            <?php }?>
        </tr>
    </thead>
    <tbody>
        <?php foreach($list as $num_row => $row){ ?>  
        <tr id='row-<?php echo $num_row?>'>
            <?php foreach($columns as $column){?>
                <td><?php echo $row->{$column->field_name}?></td>
            <?php }?>
            <?php if(!$unset_delete || !$unset_edit || !empty($actions)){?>
            <td class='actions'>
                <?php 
                
if(!empty($row->action_urls)){
                    foreach(
$row->action_urls as $action_unique_id => $action_url){ 
                        
$action $actions[$action_unique_id];
                
?>
                        <a href="<?php echo $action_url?>" class="edit_button ui-button ui-widget ui-state-default ui-corner-all ui-button-text-icon-primary" role="button">
                            <span class="ui-button-icon-primary ui-icon <?php echo $action->css_class?> <?php echo $action_unique_id;?>"></span><span class="ui-button-text">&nbsp;<?php echo $action->label?></span>
                        </a>        
                <?php }
                }
                
?>            
                <?php if(!$unset_edit){?>
                    <a href="<?php echo $row->edit_url?>" class="edit_button ui-button ui-widget ui-state-default ui-corner-all ui-button-text-icon-primary" role="button">
                        <span class="ui-button-icon-primary ui-icon ui-icon-pencil"></span>
                        <span class="ui-button-text">&nbsp;<?php echo $this->l('list_edit'); ?></span>
                    </a>
                <?php }?>
                <?php if(!$unset_delete){?>
                    <a onclick = "javascript: return delete_row('<?php echo $row->delete_url?>', '<?php echo $num_row?>')" 
                        href="javascript:void(0)" class="delete_button ui-button ui-widget ui-state-default ui-corner-all ui-button-text-icon-primary" role="button">
                        <span class="ui-button-icon-primary ui-icon ui-icon-circle-minus"></span>
                        <span class="ui-button-text">&nbsp;<?php echo $this->l('list_delete'); ?></span>
                    </a>
                <?php }?>
            </td>
            <?php }?>
        </tr>
        <?php }?>
    </tbody>
</table>

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