!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/flexigrid/views/   drwxr-xr-x
Free 9.65 GB of 29.4 GB (32.81%)
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.58 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php 

    $column_width 
= (int)(80/count($columns));
    
    if(!empty(
$list)){
?><div class="bDiv" >
        <table cellspacing="0" cellpadding="0" border="0" id="flex1">
        <thead>
            <tr class='hDiv'>
                <?php foreach($columns as $column){?>
                <th width='<?php echo $column_width?>%'>
                    <div class="text-left field-sorting <?php if(isset($order_by[0]) &&  $column->field_name == $order_by[0]){?><?php echo $order_by[1]?><?php }?>
                        rel='<?php echo $column->field_name?>'>
                        <?php echo $column->display_as?>
                    </div>
                </th>
                <?php }?>
                <?php if(!$unset_delete || !$unset_edit || !empty($actions)){?>
                <th align="left" abbr="tools" axis="col1" class="" width='20%'>
                    <div class="text-right">
                        <?php echo $this->l('list_actions'); ?>
                    </div>
                </th>
                <?php }?>
            </tr>
        </thead>        
        <tbody>
<?php foreach($list as $num_row => $row){ ?>        
        <tr  <?php if($num_row == 1){?>class="erow"<?php }?>>
            <?php foreach($columns as $column){?>
            <td width='<?php echo $column_width?>%' class='<?php if(isset($order_by[0]) &&  $column->field_name == $order_by[0]){?>sorted<?php }?>'>
                <div style="width: 100%;" class='text-left'><?php echo $row->{$column->field_name}; ?></div>
            </td>
            <?php }?>
            <?php if(!$unset_delete || !$unset_edit || !empty($actions)){?>
            <td align="left" width='20%'>
                <div class='tools'>                
                    <?php if(!$unset_delete){?>
                        <a href='<?php echo $row->delete_url?>' title='<?php echo $this->l('list_delete')?> <?php echo $subject?>' class="delete-row" >
                                <span class='delete-icon'></span>
                        </a>
                    <?php }?>
                    <?php if(!$unset_edit){?>
                        <a href='<?php echo $row->edit_url?>' title='<?php echo $this->l('list_edit')?> <?php echo $subject?>'><span class='edit-icon'></span></a>
                    <?php }?>
                    <?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="<?php echo $action->css_class?> crud-action" title="<?php echo $action->label?>"><?php 
                                
if(!empty($action->image_url))
                                {
                                    
?><img src="<?php echo $action->image_url?>" alt="<?php echo $action->label?>" /><?php     
                                
}
                            
?></a>        
                    <?php }
                    }
                    
?>                    
                    <div class='clear'></div>
                </div>
            </td>
            <?php }?>
        </tr>
<?php ?>        
        </tbody>
        </table>
    </div>
<?php }else{?>
    <br/>
    &nbsp;&nbsp;&nbsp;&nbsp; <?php echo $this->l('list_no_items'); ?>
    <br/>
    <br/>
<?php }?>    

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