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

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/sms.picotech.app/public_html/storage/framework/views/   drwxrwxrwx
Free 28.36 GB of 117.98 GB (24.04%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     9486c25d93b0d00f42ad7a2371d0f6e8.php (2.37 KB)      -rwxrwxrwx
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<div class="form-group">
    <label for=""><?php echo e(trans('customer.template_name')); ?></label>
    <input type="text" class="form-control" name="name" value="<?php echo e(isset($template)?$template->name:(old('name')?old('name'):'')); ?>">
</div>

<div class="form-group">
    <label for=""><?php echo e(trans('customer.status')); ?></label>
    <select name="status" class="form-control" >
        <option <?php echo e(isset($template) && $template->status=='active'?'selected':''); ?> value="active"><?php echo e(trans('customer.active')); ?></option>
        <option <?php echo e(isset($template) && $template->status=='inactive'?'selected':''); ?> value="inactive"><?php echo e(trans('customer.inactive')); ?></option>
    </select>
</div>

<?php if(isset($template)): ?>
    <?php $counter=99999?>
    <?php if(isset($fields) && $fields): ?>
        <?php $__currentLoopData $fields$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $field): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
            <?php $counter++; ?>
            <div class="row mt-2" id="field_row_<?php echo e($counter); ?>">
                <div class="col-md-11 col-11">
                    <label for="">Field</label>
                    <input type="text" name="inputes[]" value="<?php echo e($field); ?>" class="form-control"
                           placeholder="Enter Field Name">
                </div>
                <div class="col-md-1 col-1 pt-3">
                    <button class="btn btn-sm btn-danger mt-3 delete_field" data-id="<?php echo e($counter); ?>" type="button">
                        <i class="fa fa-trash"></i>
                    </button>
                </div>
            </div>
        <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
    <?php endif; ?>
<?php 
endif; ?>
<div class="row">
    <div class="col-md-11 col-11">
        <label for="">Field</label>
        <input type="text" name="inputes[]" class="form-control" placeholder="Enter Field Name">
    </div>
    <div class="col-md-1 col-1 pt-4">
        <button id="add_more" class="btn btn-sm btn-success mt-2" type="button">
            <i class="fa fa-plus"></i>
        </button>
    </div>
</div>

<div id="append_fields">

</div>


<?php /**PATH /home/picotech/domains/test.sms.picotech.app/public_html/resources/views/customer/dynamic_template/form.blade.php ENDPATH**/ ?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

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

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0037 ]--